Skip to content

Releases: bkrem/react-d3-tree

v1.12.2

07 Jan 16:19
Compare
Choose a tag to compare
  • Adds Typescript declarations for module's public API (thank you @DavidBabel).

v1.12.1

07 Dec 11:33
Compare
Choose a tag to compare
  • Fixes issue with non-persistent events (#168, thank you @mwilde345)

v1.12.0

26 Oct 12:07
Compare
Choose a tag to compare
  • 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

02 Aug 17:35
Compare
Choose a tag to compare
  • Adds shouldCollapseNeighborNodes prop (#46) ✨

v1.10.6

10 May 14:52
Compare
Choose a tag to compare
  • Fixes regression in initialDepth 🐛 (#103, thank you @holson1)

v1.10.5

04 May 14:48
Compare
Choose a tag to compare
  • Fixes broken pan/zoom on any secondary trees in the DOM 🐛 (#93, #100; thank you @elowes).

v1.10.4

19 Apr 07:16
Compare
Choose a tag to compare
  • Finally fixes orphaned nodes bug (#8) 🐛 🎉

v1.10.3

11 Apr 04:45
Compare
Choose a tag to compare
  • Heavily improves performance for large tree rendering without transition animations (benchmarks, thank you @sspanak)

v1.10.2

28 Mar 16:13
Compare
Choose a tag to compare
  • Exposes DOM event objects as second parameter for onClick/onMouseOver/onMouseOut callbacks (#88).

v1.10.1

05 Mar 18:10
Compare
Choose a tag to compare