Releases: bkrem/react-d3-tree
Releases · bkrem/react-d3-tree
v1.12.2
- Adds Typescript declarations for module's public API (thank you @DavidBabel).
v1.12.1
- Fixes issue with non-persistent events (#168, thank you @mwilde345)
v1.12.0
- Implements
useCollapseData
prop (#114, thank you @amancegc)
- Allows passing the root node object to
props.data
directly, without a need for a wrapper array (#145)
v1.11.0
- Adds
shouldCollapseNeighborNodes
prop (#46) ✨
v1.10.6
- Fixes regression in
initialDepth
🐛 (#103, thank you @holson1)
v1.10.5
- Fixes broken pan/zoom on any secondary trees in the DOM 🐛 (#93, #100; thank you @elowes).
v1.10.4
- Finally fixes orphaned nodes bug (#8) 🐛 🎉
v1.10.3
- Heavily improves performance for large tree rendering without transition animations (benchmarks, thank you @sspanak)
v1.10.2
- Exposes DOM
event
objects as second parameter for onClick/onMouseOver/onMouseOut
callbacks (#88).