Added: Stickyfill v1.1.4 and v2.1.0 (#73)

This commit is contained in:
nobody 2020-08-03 13:46:49 +02:00
parent c0ca0cf83c
commit 8cff669de4
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 26 additions and 0 deletions

View File

@ -292,6 +292,7 @@ var mappings = {
'slick-carousel/{version}/slick.min.js': resources.slickCarouselJS,
'slick-carousel/{version}/slick.js': resources.slickCarouselJS,
'spin.js/{version}/spin.min.js': resources.spinJS,
'stickyfill/{version}/stickyfill.': resources.stickyfill,
'socket.io/{version}/socket.io.': resources.socketIO,
'swfobject/{version}/swfobject.': resources.swfobject,
'Swiper/{version}/css/swiper.': resources.swiperCSS,

View File

@ -596,6 +596,11 @@ var resources = {
'path': 'resources/spin.js/{version}/spin.min.jsm',
'type': 'application/javascript'
},
// stickyfill
'stickyfill': {
'path': 'resources/stickyfill/{version}/stickyfill.min.jsm',
'type': 'application/javascript'
},
// Store.js
'storeJS': {
'path': 'resources/store.js/{version}/store.legacy.min.jsm',

View File

@ -484,6 +484,10 @@ helpers.setLastVersion = function (type, version) {
return '2.3.0';
} else if (type.includes('/spin.js/2.')) {
return '2.3.2';
} else if (type.includes('/stickyfill/1.')) {
return '1.1.4';
} else if (type.includes('/stickyfill/2.')) {
return '2.1.0';
} else if (type.includes('/store.js/2.')) {
return '2.0.4';
} else if (type.includes('/swfobject/2.')) {
@ -545,6 +549,7 @@ helpers.compareVersion = function (v1, v2) {
};
const ListOfFiles = {
'stickyfill.min.jsm': 'Stickyfill',
'jquery.mousewheel.min.jsm': 'jQuery Mousewheel',
'a1f20be65b.css': 'Font Awesome (CSS)',
'a1f20be65b.jsm': 'Font Awesome (JS)',

View File

@ -28,6 +28,7 @@
<li>Fixed: Block Google Fonts if enabled</li>
<li>Added: Font Awesome v4.7.0 loaded by WebFontLoader (<a href="https://codeberg.org/nobody/LocalCDN/issues/73">#73</a>)</li>
<li>Added: jQuery Mousewheel v3.1.13 (<a href="https://codeberg.org/nobody/LocalCDN/issues/73">#73</a>)</li>
<li>Added: Stickyfill v1.1.4 and v2.1.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/73">#73</a>)</li>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long