1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-10 17:00:54 +01:00

add jquery-powertip v1.2.0 (#1634)

This commit is contained in:
nobody 2024-07-20 08:34:46 +02:00
parent 7471a8c40b
commit 4991a087a6
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 19 additions and 2 deletions

View File

@ -813,6 +813,7 @@ https://cdnjs.cloudflare.com/ajax/libs/jquery-mobile/1.4.5/jquery.mobile.min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.2/jquery.modal.min.css
https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.2/jquery.modal.min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.13/jquery.mousewheel.min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery-powertip/1.2.0/jquery.powertip.min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery.scrollbar/0.2.11/jquery.scrollbar.min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery-scrollTo/2.1.3/jquery.scrollTo.min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.31.3/js/jquery.tablesorter.min.js

View File

@ -372,6 +372,8 @@ mappings.cdn = {
'jquery-mobile/{version}/jquery.mobile.min.css': resources.jQueryMobileCSS,
'jquery-mobile/{version}/jquery.mobile.css': resources.jQueryMobileCSS,
'jquery-mousewheel/{version}/jquery.mousewheel.min.js': resources.jqueryMousewheelJS,
'jquery-powertip/{version}/jquery.powertip.min.js': resources.jqueryPowertip,
'jquery-powertip/{version}/jquery.powertip.js': resources.jqueryPowertip,
'jquery-cookie/{version}/jquery.cookie.': resources.jqueryCookie,
'jquery.scrollbar/{version}/jquery.scrollbar.min.js': resources.jQueryScrollbar,
'jquery.scrollbar/{version}/jquery.scrollbar.js': resources.jQueryScrollbar,

View File

@ -583,6 +583,10 @@ let resources = {
'jqueryMousewheelJS': {
'path': 'resources/jquery-mousewheel/{version}/jquery.mousewheel.min.jsm'
},
// jqueryPowertip
'jqueryPowertip': {
'path': 'resources/jquery-powertip/{version}/jquery.powertip.min.jsm'
},
// jQuery Scrollbar [Deprecated]
'jQueryScrollbar': {
'path': 'resources/jquery.scrollbar/{version}/jquery.scrollbar.min.jsm'

View File

@ -281,6 +281,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/jeditable.js/2.')) return '2.0.19';
if (type.startsWith('/jquery.cycle2/2.')) return '2.1.6';
if (type.startsWith('/jquery.scrollbar/0.')) return '0.2.11';
if (type.startsWith('/jquery-powertip/1.')) return '1.2.0';
if (type.startsWith('/jquery-validation-unobtrusive/3.')) return '3.2.12';
if (type.startsWith('/jquery-validation-unobtrusive/4.')) return '4.0.0';
if (type.startsWith('/jquery.tablesorter/2.')) return '2.31.3';
@ -518,6 +519,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'jquery.powertip.min.jsm': 'jquery-powertip',
'jsrender.min.jsm': 'jsrender',
'supabase.min.jsm': 'supabase-js',
'handlebars.min.jsm': 'handlebars.js',

View File

@ -25,9 +25,9 @@
<h2>New in LocalCDN:</h2>
</div>
<div class="release-notes-area">
<p></p>
<p>Added</p>
<ul>
<li></li>
<li>jquery-powertip v1.2.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1634">#1634</a>)</li>
</ul>
</div>
<div id="generator-section">

File diff suppressed because one or more lines are too long