Added: Bootstrap v5.0.0 (#447)
This commit is contained in:
parent
ac41d1a9f6
commit
3f4466eeb6
|
@ -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.')) {
|
||||
|
|
|
@ -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
|
@ -0,0 +1,4 @@
|
|||
In this directory the file was renamed.
|
||||
|
||||
Original: bootstrap.bundle.min.js
|
||||
Now: bootstrap.min.jsm
|
Loading…
Reference in New Issue