Skip to content

Releases: bkrem/react-d3-tree

v1.7.0

20 Nov 22:08
Compare
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
Compare
Choose a tag to compare
  • Adds ability to transform node's title & attributes (#44, thank you @alexlamasBV)

v1.5.2

24 Oct 21:38
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • New feature by @justinsisley: straight option for pathFunc prop to draw linear paths ✨

v1.3.3

23 Jul 12:01
Compare
Choose a tag to compare
  • Fix by @justinsisley: Ensures onClick callback fires with static/non-collapsible trees (#25).

v1.3.0

27 Jun 19:49
Compare
Choose a tag to compare
  • Added props:
    • onClick callback fn
    • separation
    • circleRadius
    • nodeSize