1
0
mirror of https://github.com/d3/d3.git synced 2025-12-08 19:46:24 +00:00

Update CHANGES.md

This commit is contained in:
Philippe Rivière 2025-01-25 15:54:27 +01:00 committed by GitHub
parent 844b75af42
commit a10166cc71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -202,7 +202,7 @@ For an overview of changes, see https://observablehq.com/@d3/d3-selection-2-0.
* Add [*transition*.easeVarying](https://github.com/d3/d3-transition/blob/master/README.md#transition_easeVarying).
* Add *transition*[Symbol.iterator]; transitions are now iterable.
* Fix [*selection*.transition](https://github.com/d3/d3-transition/blob/master/README.md#selection_transition) to error if the named transition to inherit is not found.k
* Fix [*selection*.transition](https://github.com/d3/d3-transition/blob/master/README.md#selection_transition) to error if the named transition to inherit is not found.
* Fix [*transition*.end](https://github.com/d3/d3-transition/blob/master/README.md#transition_end) to resolve immediately if the selection is empty.
### d3-zoom