Skip to content

Releases: bkrem/react-d3-tree

v1.10.0

01 Mar 13:56

Choose a tag to compare

v1.9.2

16 Feb 17:35

Choose a tag to compare

  • Fixed onUpdate receiving incorrect 'translate' and 'zoom' on force update #79

v1.9.1

14 Feb 14:51

Choose a tag to compare

  • Adds zoom & onUpdate props 🔍 (thank you @sspanak).
  • Adds shape: 'none' option for nodeSvgShape prop.

v1.8.0

17 Jan 17:29

Choose a tag to compare

v1.7.0

20 Nov 22:08

Choose a tag to compare

  • Verified React 16.1 compat (please describe any continuing issues in #39)
  • Added onMouseOver prop (#48, thanks @RohanDamani)
  • Added onMouseOut prop
  • Minor performance tweaks

v1.6.0

26 Oct 16:43

Choose a tag to compare

  • Adds ability to transform node's title & attributes (#44, thank you @alexlamasBV)

v1.5.2

24 Oct 21:38

Choose a tag to compare

  • Fixes issue with graph layout not being reflowed on top-level prop changes (#42)

v1.5.1

21 Oct 19:00

Choose a tag to compare

  • 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 to 0 to disable transitions. This will keep even extremely large graphs responsive.

v1.5.0

07 Oct 16:36

Choose a tag to compare

  • 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

24 Jul 17:34

Choose a tag to compare

  • New feature by @justinsisley: straight option for pathFunc prop to draw linear paths ✨