Added: Animate.CSS v4.1.1

This commit is contained in:
nobody 2020-11-14 09:08:46 +01:00
parent be202a7775
commit 732293bb92
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
3 changed files with 10 additions and 0 deletions

View File

@ -99,6 +99,8 @@ targets.setLastVersion = function (type, version) {
return '3.0.0';
} else if (type.startsWith('/animate.css/3.')) {
return '3.7.2';
} else if (type.startsWith('/animate.css/4.')) {
return '4.1.1';
} else if (type.startsWith('/autocomplete.js/')) {
return '0.37.1';
} else if (type.startsWith('/angular-material/1.')) {

View File

@ -49,6 +49,7 @@
<li>Updated: Plyr v3.6.2 -> v3.6.3</li>
<li>Updated: Angular Material v1.1.21 -> v1.2.1</li>
<li>Updated: AngularUI Router v1.0.25 -> v1.0.28</li>
<li>Added: Animate.CSS v4.1.1</li>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long