Releases: bkrem/react-d3-tree
Releases · bkrem/react-d3-tree
v1.7.0
v1.6.0
v1.5.2
v1.5.1
- Adds ability to pass a custom draw function to
props.pathFunc
(#37, thank you @Emsu) - Improves render/update performance on large graphs (#41)
- If you're still experiencing significant delays, please set
props.transitionDuration
to0
to disable transitions. This will keep even extremely large graphs responsive.
- If you're still experiencing significant delays, please set
v1.5.0
- Adds
nodeSvgShape
prop to use custom SVG shapes as nodes (#31) - Adds
textLayout
prop to configure positioning of a node's text relative to the node (#34)
As using circleRadius
will be deprecated from v2.x
onwards, please take note of the new section Node Shapes on how to configure node behaviour.
v1.4.0
- New feature by @justinsisley:
straight
option forpathFunc
prop to draw linear paths ✨