Releases: bkrem/react-d3-tree
Releases · bkrem/react-d3-tree
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).
v1.9.2
- Fixed onUpdate receiving incorrect 'translate' and 'zoom' on force update #79
v1.9.1
- Adds
zoom
& onUpdate
props 🔍 (thank you @sspanak).
- Adds
shape: 'none'
option for nodeSvgShape
prop.