Releases: d3/d3-selection
Releases · d3/d3-selection
v0.7.1
v0.7.0
- Selections are now immutable!
- Changed selection.sort to return a new selection.
- Changed selection.data to return a new selection.
- Changed selection.enter to be non-destructive.
- Changed selection.exit to be non-destructive.
- Changed selection.filter to preserve index.
- Removed magic copy-to-update behavior of enter.append.
- Added selection.merge.
v0.6.12
v0.6.11
- Fix implicit namespace in non-HTML documents (d3/d3#2737).
v0.6.10
v0.6.9
- You can now specify multiple typenames to selection.on (#59).
- Fix polyfill for mouseenter and mouseleave in selection.on.
v0.6.8
v0.6.7
- Expose d3.creator.
- Expose d3.matcher.
- Expose d3.selector.
- Expose d3.selectorAll.