Updated: Vue.js v2.6.11 to v2.6.1 (#89)
This commit is contained in:
parent
4e9f5f4c6a
commit
32671a8f1b
|
@ -86,6 +86,14 @@ shorthands.specialFiles = function (channelHost, channelPath, searchString) {
|
|||
'path': 'resources/webfont/fa-loader.jsm',
|
||||
'bundle': ''
|
||||
};
|
||||
} else if ((channelHost + channelPath) === 'cdn.jsdelivr.net/npm/vue') {
|
||||
return {
|
||||
'source': channelHost,
|
||||
'versionRequested': 'latest',
|
||||
'versionDelivered': '2.6.12',
|
||||
'path': 'resources/vue/2.6.12/vue.min.jsm',
|
||||
'bundle': ''
|
||||
};
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -532,7 +532,7 @@ helpers.setLastVersion = function (type, version) {
|
|||
} else if (type.includes('/vue/1.')) {
|
||||
return '1.0.28';
|
||||
} else if (type.includes('/vue/2.')) {
|
||||
return '2.6.11';
|
||||
return '2.6.12';
|
||||
} else if (type.includes('/waypoints/4.') && type.includes('jquery.waypoints')) {
|
||||
return '4.0.0';
|
||||
} else if (type.includes('webfont')) {
|
||||
|
@ -714,7 +714,7 @@ const ListOfFiles = {
|
|||
'ui-bootstrap.min.jsm': 'Angular UI Bootstrap',
|
||||
'underscore-min.jsm': 'Underscore.js',
|
||||
'urlize.jsm': 'urlize',
|
||||
'vue.jsm': 'Vue.js',
|
||||
'vue.min.jsm': 'Vue.js',
|
||||
'webcomponents-loader.jsm': 'WebComponents Loader (JS)',
|
||||
'webfontloader.jsm': 'Web Font Loader',
|
||||
'wow.min.jsm': 'WOW'
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
<li>Added: Mapping of Google Material Icons (<a href="https://codeberg.org/nobody/LocalCDN/issues/87">#87</a>)</li>
|
||||
<li>Updated: Handling of Google Fonts (<a href="https://codeberg.org/nobody/LocalCDN/issues/85">#85</a>)</li>
|
||||
<li>Added: jQuery Lazy (with Plugins) v1.7.11 (<a href="https://codeberg.org/nobody/LocalCDN/issues/88">#88</a>)</li>
|
||||
<li>Updated: Vue.js v2.6.11 to v2.6.12 (<a href="https://codeberg.org/nobody/LocalCDN/issues/89">#89</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue