Releases: d3/d3-transition
Releases · d3/d3-transition
v3.0.1
v3.0.0
- Adopt type: module.
- Add transition.selectChild.
- Add transition.selectChildren.
- Update dependencies.
- Make build reproducible.
This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.
v2.0.0
- Add transition.easeVarying.
- Add transition[Symbol.iterator]; transitions are now iterable.
- Fix selection.transition to error if the named transition to inherit is not found. #45 #59
- Fix transition.end to resolve immediately if the selection is empty. #105
- Change d3-selection to peer dependency. #92
- Upgrade to d3-selection 2.
This release adopts ES2015 language features such as for-of and drops support for older browsers, including IE. If you need to support pre-ES2015 environments, you should stick with d3-transition 1.x or use a transpiler.
v1.3.2
v1.3.1
v1.3.0
v1.2.1
v1.2.0
- Add transition.end. (#77)
- Add cancel events to transition.on.
- Improve the performance of transition.style and transition.attr. (5a939e1, #88, #87)
- Tween functions can now use this to refer to the current node.
- Fix removal of styles when the value passed to transition.style is null. (#89)
- Fix interpolation in transition.style and transition.attr in certain non-string cases. (#87)