add jQueryUI v1.11.4 (#1647)

This commit is contained in:
nobody 2024-11-12 06:47:53 +01:00
parent e40f2924ab
commit b99e70d625
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
4 changed files with 17 additions and 1 deletions

View File

@ -826,6 +826,7 @@ https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.32.0/js/jquery.table
https://cdnjs.cloudflare.com/ajax/libs/jquery-timeago/1.6.7/jquery.timeago.min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery-tiny-pubsub/0.7.0/ba-tiny-pubsub.min.js
https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js
https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js
https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.14.1/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

View File

@ -257,7 +257,8 @@ targets.setLastVersion = function (type, version) {
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
return '1.14.1'; // >= 1.8.19
if (helpers.compareVersion('1.11.4', version)) return '1.11.4'; // > v1.10.0 to <= v1.11.4
return '1.14.1'; // >= 1.14.1
}
if (type.startsWith('/jquery-ajax-unobtrusive/3.')) return '3.2.6';
if (type.startsWith('/jquery.blockUI/2.')) return '2.70';

View File

@ -28,6 +28,7 @@
<p>Added</p>
<ul>
<li>dexie v3.2.7</li>
<li>jQueryUI v1.11.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1647">#1647</a>)</li>
</ul>
</div>
<div id="generator-section">

File diff suppressed because one or more lines are too long