twitter-bootstrap v4.1.1 (#1280)

This commit is contained in:
nobody 2023-01-03 06:48:44 +01:00
parent 7f0f4e871d
commit 503f5c935e
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 21 additions and 1 deletions

View File

@ -1783,6 +1783,8 @@ https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/fonts/glyphicons-halflings-regular.woff2
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/css/bootstrap.min.css
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/js/bootstrap.bundle.min.js
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.1/css/bootstrap.min.css
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.1/js/bootstrap.bundle.min.js
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.2.3/css/bootstrap.min.css

View File

@ -467,7 +467,10 @@ targets.setLastVersion = function (type, version) {
if (helpers.compareVersion('3.3.7', version)) return '3.3.7'; // <= 3.3.7
return '3.4.1';
}
if (type.startsWith('/twitter-bootstrap/4.')) return '4.6.1';
if (type.startsWith('/twitter-bootstrap/4.')) {
if (helpers.compareVersion('4.1.1', version)) return '4.1.1'; // <= 4.1.1
return '4.6.1';
}
if (type.startsWith('/twitter-bootstrap/5.')) return '5.2.3';
if (type.startsWith('/twix.js/0.')) return '0.3.0';
if (type.startsWith('/twix.js/1.')) return '1.3.0';

View File

@ -52,6 +52,7 @@
<li>tensorflow v4.1.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1264">#1264</a>)</li>
<li>ScrollMagic (Bundle) v2.0.8 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1277">#1277</a>)</li>
<li>vue-router v3.6.5 & v4.1.6 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1278">#1278</a>)</li>
<li>twitter-bootstrap v4.1.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1280">#1280</a>)</li>
</ul>
<p>Improved</p>
<ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long