Added: Lazysizes v5.2.2
This commit is contained in:
parent
91594ac85e
commit
99b0b0525c
|
@ -276,6 +276,8 @@ targets.setLastVersion = function (type, version) {
|
||||||
return '2.2.1';
|
return '2.2.1';
|
||||||
} else if (type.startsWith('/lazysizes/4.')) {
|
} else if (type.startsWith('/lazysizes/4.')) {
|
||||||
return '4.1.8';
|
return '4.1.8';
|
||||||
|
} else if (type.startsWith('/lazysizes/5.')) {
|
||||||
|
return '5.2.2';
|
||||||
} else if (type.startsWith('/libphonenumber-js/1.')) {
|
} else if (type.startsWith('/libphonenumber-js/1.')) {
|
||||||
return '1.7.53';
|
return '1.7.53';
|
||||||
} else if (type.startsWith('/libsodium.js/0.')) {
|
} else if (type.startsWith('/libsodium.js/0.')) {
|
||||||
|
|
|
@ -66,6 +66,7 @@
|
||||||
<li>Added: jquery-jeditable v2.0.17</li>
|
<li>Added: jquery-jeditable v2.0.17</li>
|
||||||
<li>Updated: jQuery Migrate v3.1.0 -> v3.3.1</li>
|
<li>Updated: jQuery Migrate v3.1.0 -> v3.3.1</li>
|
||||||
<li>Updated: jQuery-Autocomplete v1.4.10 -> v1.4.11</li>
|
<li>Updated: jQuery-Autocomplete v1.4.10 -> v1.4.11</li>
|
||||||
|
<li>Added: Lazysizes v5.2.2</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div id="generator-section">
|
<div id="generator-section">
|
||||||
<div class="topic-label">
|
<div class="topic-label">
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue