d3 v7.5.0 -> v7.6.1 (#1045)

This commit is contained in:
nobody 2022-07-07 06:24:20 +02:00
parent 76c8154d9a
commit 0326047b90
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 8 additions and 4 deletions

View File

@ -317,7 +317,7 @@ https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js
https://cdnjs.cloudflare.com/ajax/libs/d3/4.13.0/d3.min.js https://cdnjs.cloudflare.com/ajax/libs/d3/4.13.0/d3.min.js
https://cdnjs.cloudflare.com/ajax/libs/d3/5.16.0/d3.min.js https://cdnjs.cloudflare.com/ajax/libs/d3/5.16.0/d3.min.js
https://cdnjs.cloudflare.com/ajax/libs/d3/6.7.0/d3.min.js https://cdnjs.cloudflare.com/ajax/libs/d3/6.7.0/d3.min.js
https://cdnjs.cloudflare.com/ajax/libs/d3/7.5.0/d3.min.js https://cdnjs.cloudflare.com/ajax/libs/d3/7.6.1/d3.min.js
https://cdnjs.cloudflare.com/ajax/libs/d3-legend/2.25.6/d3-legend.min.js https://cdnjs.cloudflare.com/ajax/libs/d3-legend/2.25.6/d3-legend.min.js
https://cdnjs.cloudflare.com/ajax/libs/dayjs/1.11.3/dayjs.min.js https://cdnjs.cloudflare.com/ajax/libs/dayjs/1.11.3/dayjs.min.js
https://cdnjs.cloudflare.com/ajax/libs/dexie/3.2.2/dexie.min.js https://cdnjs.cloudflare.com/ajax/libs/dexie/3.2.2/dexie.min.js

View File

@ -178,7 +178,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/d3/4.')) return '4.13.0'; if (type.startsWith('/d3/4.')) return '4.13.0';
if (type.startsWith('/d3/5.')) return '5.16.0'; if (type.startsWith('/d3/5.')) return '5.16.0';
if (type.startsWith('/d3/6.')) return '6.7.0'; if (type.startsWith('/d3/6.')) return '6.7.0';
if (type.startsWith('/d3/7.')) return '7.5.0'; if (type.startsWith('/d3/7.')) return '7.6.1';
if (type.startsWith('/d3-legend/2.')) return '2.25.6'; if (type.startsWith('/d3-legend/2.')) return '2.25.6';
if (type.startsWith('/datatables/1.')) return '1.11.0'; if (type.startsWith('/datatables/1.')) return '1.11.0';
if (type.startsWith('/dayjs/1.')) return '1.11.3'; if (type.startsWith('/dayjs/1.')) return '1.11.3';

View File

@ -25,6 +25,10 @@
<h2>New in LocalCDN:</h2> <h2>New in LocalCDN:</h2>
</div> </div>
<div class="release-notes-area"> <div class="release-notes-area">
<p>Updated</p>
<ul>
<li>d3 v7.5.0 -> v7.6.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1045">#1045</a>)</li>
</ul>
<p>Improved</p> <p>Improved</p>
<ul> <ul>
<li>Popup accessibility improved (<a href="https://codeberg.org/nobody/LocalCDN/issues/1041">#1041</a>)</li> <li>Popup accessibility improved (<a href="https://codeberg.org/nobody/LocalCDN/issues/1041">#1041</a>)</li>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long