Added: jQueryUI v1.10.0 (#327)

This commit is contained in:
nobody 2021-03-25 06:36:01 +01:00
parent e4b3f1d0ea
commit 5c5fc95174
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
4 changed files with 8 additions and 0 deletions

View File

@ -854,6 +854,7 @@ https://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.13/jquery.mousewhee
https://cdnjs.cloudflare.com/ajax/libs/jquery.scrollbar/0.2.11/jquery.scrollbar.min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.3/js/jquery.tablesorter.min.js
https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js
https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js
https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.8.24/jquery-ui.min.js
https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.8.24/themes/base/minified/jquery-ui.min.css
https://cdnjs.cloudflare.com/ajax/libs/jquery-validation-unobtrusive/3.2.11/jquery.validate.unobtrusive.min.js

View File

@ -301,6 +301,7 @@ targets.setLastVersion = function (type, version) {
return '1.4.11';
} else if (type.startsWith('/jqueryui/1.')) {
if (helpers.compareVersion('1.8.24', version)) return '1.8.24'; // <= v1.8.24
if (helpers.compareVersion('1.10.0', version)) return '1.10.0'; // > v1.8.24 to <= v1.10.0
else return '1.12.1'; // >= 1.8.19
} else if (type.startsWith('/jquery.blockUI/2.')) {
return '2.70';

View File

@ -41,6 +41,7 @@
<li>Updated: react v17.0.1 -> v17.0.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/323">#323</a>)</li>
<li>Updated: ember.js v3.25.3 -> v3.26.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/324">#324</a>)</li>
<li>Updated: vue-i18n v8.24.1 -> v8.24.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/325">#325</a>)</li>
<li>Added: jQueryUI v1.10.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/327">#327</a>)</li>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long