Skip to content
Snippets Groups Projects
Commit 913b86ab authored by Anders Kostending's avatar Anders Kostending Committed by Wouter Wolters
Browse files

[TASK] Upgrade version of D3.js to version 4.10.0

Updates D3.js to the latest release version, 4.10.0.

Release notes:
https://github.com/d3/d3/releases/tag/v4.10.0

Fixes:
 * Add d3.areaRadial; deprecate d3.radialArea.
 * Add d3.lineRadial; deprecate d3.radialLine.
 * Add d3.pointRadial.
 * Add zoom.translateTo.
 * Re-implement d3.packEnclose using Matoušek-Sharir-Welzl.
 * Fix d3.packSiblings to center the circles more consistently
 around a fixed origin.
 * Fix axis rendering when a scale has a non-numeric range.
 * Fix interval.offset on filtered time intervals when step
 is negative.
 * Fix invocation of requestAnimationFrame in Edge.
 * Invoke nest.sortValues comparator prior to nest.rollup
 aggregator.
 * Drag & zoom behaviors now only register touch event
 listeners when touch is supported.
 * Drag & zoom behaviors now set the touch-action style to
 “none” when touch is supported.

Resolves: #81945
Releases: master, 8.7
Change-Id: Idcd0826d2bd50467558d1bd6229d84651b93f4b0
Reviewed-on: https://review.typo3.org/53829


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarAnders Kostending <aha@systime.dk>
Reviewed-by: default avatarKasper Ligaard <kasperligaard+typo3.org@gmail.com>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
parent 45349907
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -23,7 +23,7 @@
"chosen-js": "^1.7.0",
"ckeditor": "^4.7.2",
"cropper": "^2.3.4",
"d3": "^4.9.1",
"d3": "^4.10.0",
"datatables": "^1.10.13",
"devbridge-autocomplete": "^1.4.1",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment