Added: dygraphs v2.1.0 (#878)

This commit is contained in:
nobody 2022-02-19 06:41:38 +01:00
parent 61f44b209b
commit 511af4b974
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 15 additions and 0 deletions

View File

@ -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

View File

@ -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,

View File

@ -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}/'

View File

@ -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',

View File

@ -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>

File diff suppressed because one or more lines are too long