Added: Bootstrap v5.0.0 (#447)

This commit is contained in:
nobody 2021-05-06 06:41:05 +02:00
parent ac41d1a9f6
commit 3f4466eeb6
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 21 additions and 0 deletions

View File

@ -185,6 +185,8 @@ targets.setLastVersion = function (type, version) {
else return '3.4.1';
} else if (type.startsWith('/twitter-bootstrap/4.')) {
return '4.6.0';
} else if (type.startsWith('/twitter-bootstrap/5.')) {
return '5.0.0';
} else if (type.startsWith('/bootstrap-daterangepicker/2.')) {
return '2.1.27';
} else if (type.startsWith('/bootstrap-daterangepicker/3.')) {

View File

@ -49,6 +49,7 @@
<li>Updated: mdb-ui-kit v3.5.0 -> v3.5.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/445">#445</a>)</li>
<li>Added: bxslider v4.2.15 (<a href="https://codeberg.org/nobody/LocalCDN/issues/446">#446</a>)</li>
<li>Fixed: RocketLoader does not load (<a href="https://codeberg.org/nobody/LocalCDN/issues/446">#446</a>)</li>
<li>Added: Bootstrap v5.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/447">#447</a>)</li>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,4 @@
In this directory the file was renamed.
Original: bootstrap.bundle.min.js
Now: bootstrap.min.jsm