Releases: bkrem/react-d3-tree
Releases · bkrem/react-d3-tree
v1.15.3: Hotfix/241 better react 15 compat (#242)
- Fixes unaddressed case for missing re-render when
props.data
and props.translate
update simultaneously (#242, thank you @bhgsbatista)
v1.15.1
- Fixes accidental regression in React 15 compatibility (#237, thanks for reporting @bhgsbatista)
v1.15.0
- Adds
data-source-id
& data-target-id
on Link
(#234, thank you @lazToum)
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)