Added: Lazysizes v5.2.2

This commit is contained in:
nobody 2020-11-14 09:31:53 +01:00
parent 91594ac85e
commit 99b0b0525c
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
3 changed files with 6 additions and 0 deletions

View File

@ -276,6 +276,8 @@ targets.setLastVersion = function (type, version) {
return '2.2.1';
} else if (type.startsWith('/lazysizes/4.')) {
return '4.1.8';
} else if (type.startsWith('/lazysizes/5.')) {
return '5.2.2';
} else if (type.startsWith('/libphonenumber-js/1.')) {
return '1.7.53';
} else if (type.startsWith('/libsodium.js/0.')) {

View File

@ -66,6 +66,7 @@
<li>Added: jquery-jeditable v2.0.17</li>
<li>Updated: jQuery Migrate v3.1.0 -> v3.3.1</li>
<li>Updated: jQuery-Autocomplete v1.4.10 -> v1.4.11</li>
<li>Added: Lazysizes v5.2.2</li>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long