Added: history v5.0.0
This commit is contained in:
parent
84274f56a2
commit
ec00d42ada
|
@ -209,8 +209,10 @@ targets.setLastVersion = function (type, version) {
|
|||
return '10.3.2';
|
||||
} else if (type.startsWith('/highlight.js/9.')) {
|
||||
return '9.18.3';
|
||||
} else if (type.startsWith('/history/')) {
|
||||
} else if (type.startsWith('/history/4.')) {
|
||||
return '4.10.1';
|
||||
} else if (type.startsWith('/history/5.')) {
|
||||
return '5.0.0';
|
||||
} else if (type.startsWith('/hls.js/')) {
|
||||
return '0.13.2';
|
||||
} else if (type.startsWith('/instantsearch.js/3.')) {
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
<li>Added: D3.js v4.13.0, v5.16.0, v6.2.0</li>
|
||||
<li>Updated: Dojo v1.14.1 -> v1.16.3</li>
|
||||
<li>Updated: ElementUI v2.13.2 -> v2.14.1</li>
|
||||
<li>Added: history v5.0.0</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,4 @@
|
|||
In this directory the file was renamed.
|
||||
|
||||
Original: history.production.min.js
|
||||
Now: history.min.js
|
Loading…
Reference in New Issue