Releases: bkrem/react-d3-tree
Releases · bkrem/react-d3-tree
v1.14.2
- fix(ts): fixes incorrect typing for
onUpdate
callback (#231)
v1.14.1
- fix(ts): adds missing typings for new linkHandlers, fixes exports
v1.14.0
- Adds Link Actions (click,mouseover,mouseout); #230, thank you @lazToum
v1.13.0
- Allows overriding of
textLayout
for individual nodes (#211, thank you @shuson)
v1.12.3
- Removes redundant
ComponentState: any
declaration from Tree
(#188, thank you @Sandip2110)
v1.12.2
- Adds Typescript declarations for module's public API (thank you @DavidBabel).
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) ✨