Added Angular UI Bootstrap v0.10.0 (#37)
This commit is contained in:
parent
ba1e767d5b
commit
25b94e5762
|
@ -296,10 +296,10 @@ helpers.setLastVersion = function (type, version) {
|
|||
return '1.0.7';
|
||||
} else if (type.includes('/angular-stripe-checkout@5.')) {
|
||||
return '5.1.0';
|
||||
} else if (type.includes('/angular-ui-bootstrap/0.')) {
|
||||
return '0.14.3';
|
||||
} else if (type.includes('/angular-ui-bootstrap/1.')) {
|
||||
return '1.3.3';
|
||||
} else if (type.includes('/angular-ui-bootstrap/')) {
|
||||
if (helpers.compareVersion('0.10.0', requestVersion)) return '0.10.0'; // <= v0.10.0
|
||||
else if (helpers.compareVersion('0.14.0', requestVersion)) return '0.14.0'; // > 0.10.0 <= v0.14.0
|
||||
return '1.3.3'; // > v0.14.0
|
||||
} else if (type.includes('/angular-ui-router/')) {
|
||||
if (helpers.compareVersion('0.4.3', requestVersion)) return '0.4.3'; // <= 0.4.3
|
||||
else return '1.0.25'; // > 0.4.3
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
<li>Added: clipboard.js v1.7.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/36">#36</a>)</li>
|
||||
<li>Implemented: Option to enable HTML-Filter by default (<a href="https://codeberg.org/nobody/LocalCDN/issues/33">#33</a>)</li>
|
||||
<li>Added: Angular Bootstrap Colorpicker v3.0.32 (JS & CSS) (<a href="https://codeberg.org/nobody/LocalCDN/issues/37">#37</a>)</li>
|
||||
<li>Added: Angular UI Bootstrap v0.10.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/37">#37</a>)</li>
|
||||
</ul>
|
||||
<div class="topic-label">
|
||||
Generate rule sets for uBlock or uMatrix
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue