Added Vanilla-Lazyload v17.1.0 (#56)
This commit is contained in:
parent
ad5d9b45e5
commit
00c7f76769
|
@ -368,6 +368,7 @@ var mappings = {
|
|||
'underscore@{version}/underscore.': resources.underscore,
|
||||
'underscore@{version}/underscore-min.': resources.underscore,
|
||||
'urlize.js/urlize.js': resources.urlize,
|
||||
'vanilla-lazyload@{version}/dist/lazyload.': resources.vanillaLazyload,
|
||||
'@webcomponents/webcomponentsjs/webcomponents-loader.js': resources.webcomponentsJS,
|
||||
'webfontloader@{version}/webfontloader.': resources.webfont
|
||||
},
|
||||
|
|
|
@ -628,6 +628,11 @@ var resources = {
|
|||
'path': 'resources/urlize/{version}/urlize.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
// vanilla-lazyload
|
||||
'vanillaLazyload': {
|
||||
'path': 'resources/vanilla-lazyload/17.1.0/lazyload.min.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
// Vue.js
|
||||
'vueJs': {
|
||||
'path': 'resources/vue/{version}/vue.min.jsm',
|
||||
|
|
|
@ -503,6 +503,8 @@ helpers.setLastVersion = function (type, version) {
|
|||
return '1.9.1';
|
||||
} else if (type.includes('/urlive/1.')) {
|
||||
return '1.1.1';
|
||||
} else if (type.includes('/vanilla-lazyload')) {
|
||||
return '17.1.0';
|
||||
} else if (type.includes('/vue/1.')) {
|
||||
return '1.0.28';
|
||||
} else if (type.includes('/vue/2.')) {
|
||||
|
@ -539,6 +541,7 @@ helpers.compareVersion = function (v1, v2) {
|
|||
|
||||
const ListOfFiles = {
|
||||
'jets.min.jsm': 'Jets.js',
|
||||
'lazyload.min.jsm': 'Vanilla Lazyload',
|
||||
'materialize.min.jsm': 'Materialize (JS)',
|
||||
'materialize.min.css': 'Materialize (CSS)',
|
||||
'slick.min.jsm': 'slick (JS)',
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
<li>Fixed: Bootstrap JS v4.4.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/54">#54</a>)</li>
|
||||
<li>Implemented: Collapsible changelog for previous versions(reported by email)</li>
|
||||
<li>Added: Jets.js v0.14.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/56">#56</a>)</li>
|
||||
<li>Added: Vanilla-Lazyload v17.1.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/56">#56</a>)</li>
|
||||
</ul>
|
||||
<div class="topic-label">
|
||||
Generate rule sets for uBlock or uMatrix
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue