mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-17 04:10:53 +01:00
Added: dygraphs v2.1.0 (#878)
This commit is contained in:
parent
61f44b209b
commit
511af4b974
@ -322,6 +322,7 @@ https://cdnjs.cloudflare.com/ajax/libs/docsearch.js/2.6.3/docsearch.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/dojo/1.16.4/dojo.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/drawer/3.2.2/css/drawer.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/drawer/3.2.2/js/drawer.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/dygraph/2.1.0/dygraph.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.7/index.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.7/locale/af-ZA.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/element-ui/2.15.7/locale/ar.min.js
|
||||
|
@ -280,6 +280,7 @@ mappings.cdn = {
|
||||
'dojo/{version}/dojo.': resources.dojo,
|
||||
'drawer/{version}/js/drawer.min.js': resources.drawerJS,
|
||||
'drawer/{version}/css/drawer.min.css': resources.drawerCSS,
|
||||
'dygraph/{version}/dygraph': resources.dygraph,
|
||||
'element-ui/{version}/': resources.elementUI,
|
||||
'ember.js/{version}/ember.': resources.ember,
|
||||
'ext-core/{version}/ext-core.': resources.extCore,
|
||||
|
@ -354,6 +354,10 @@ var resources = {
|
||||
'drawerCSS': {
|
||||
'path': 'resources/drawer/{version}/drawer.min.css'
|
||||
},
|
||||
// dygraph
|
||||
'dygraph': {
|
||||
'path': 'resources/dygraph/{version}/dygraph.min.jsm'
|
||||
},
|
||||
// Element-UI (Bundle)
|
||||
'elementUI': {
|
||||
'path': 'resources/element-ui/{version}/'
|
||||
|
@ -177,6 +177,7 @@ targets.setLastVersion = function (type, version) {
|
||||
if (type.startsWith('/docsearch.js/2.')) return '2.6.3';
|
||||
if (type.startsWith('/dojo/1.')) return '1.16.4';
|
||||
if (type.startsWith('/drawer/3.')) return '3.2.2';
|
||||
if (type.startsWith('/dygraph/2.')) return '2.1.0';
|
||||
if (type.startsWith('/element-ui/2.')) return '2.15.7';
|
||||
if (type.startsWith('/embedly-player/0.')) return '0.1.0';
|
||||
if (type.startsWith('/ember.js/1.')) return '1.13.13';
|
||||
@ -425,6 +426,7 @@ targets.determineResourceName = function (filename) {
|
||||
};
|
||||
|
||||
const ListOfFiles = {
|
||||
'dygraph.min.jsm': 'dygraph',
|
||||
'search-insights.min.jsm': 'Search Insights',
|
||||
'fork-awesome.min.css': 'Fork Awesome',
|
||||
'foundation-icons.min.css': 'Foundation Icon Fonts',
|
||||
|
@ -47,6 +47,7 @@
|
||||
<li>Swiper v8.0.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/866">#866</a>)</li>
|
||||
<li>js-cookie v3.0.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/867">#867</a>)</li>
|
||||
<li>font-awesome v6.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/875">#875</a>)</li>
|
||||
<li>dygraphs v2.1.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/878">#878</a>)</li>
|
||||
</ul>
|
||||
<p>Fixed</p>
|
||||
<ul>
|
||||
|
6
resources/dygraph/2.1.0/dygraph.min.jsm
Normal file
6
resources/dygraph/2.1.0/dygraph.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user