Skip to content

Releases: bkrem/react-d3-tree

v3.4.2

12 Dec 19:40
Compare
Choose a tag to compare

What's Changed

  • feat(build): adds ESM outputs, separate types into lib/types dir by @bkrem in #425
    • This was originally shipped as 3.4.0, but had to be reverted (3.4.1) as another ESM-related issue (ERR_UNSUPPORTED_DIR_IMPORT) emerged only after additional testing post-release.

Full Changelog: v3.4.1...v3.4.2

v3.3.6

29 Nov 18:39
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update d3-zoom, d3-selection to fix vuln by @bkrem in #415

Full Changelog: v3.3.5...v3.3.6

v3.3.5

22 Oct 11:51
Compare
Choose a tag to compare

What's Changed

  • fix: treat node with empty children as leaf by @zhouhao in #408

New Contributors

Full Changelog: v3.3.4...v3.3.5

v3.3.4

12 Jul 16:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.2...v3.3.4

v3.3.2

08 Mar 20:36
Compare
Choose a tag to compare
  • Add centeringTransitionDuration prop to allow user to control time of transition. (#385, thank you @kalebm1) f7355dd

v3.3.1...v3.3.2

v3.3.1

06 Mar 12:34
Compare
Choose a tag to compare
  • fix: add centerNode to demo, fix 'horizontal' orientation bug for dimensions/centerNode behaviour (#384, thank you @kalebm1) c451295

v3.3.0...v3.3.1

v3.3.0

05 Mar 16:16
Compare
Choose a tag to compare

v3.2.1...v3.3.0

v3.2.1

19 Jan 21:42
Compare
Choose a tag to compare

Summary

  • Event handlers (onNodeClick, onNodeMouseOver, onNodeMouseOut) defined on Tree are now passed to the renderCustomNodeElement function as props by default (thank you @lucasdellabella)

Changeset

  • chore(ts): updates typings for CustomNodeElementProps a28e72c
  • Add handlers to custom node element (#372) d538b08

v3.2.0...v3.2.1

v3.2.0

20 Dec 18:39
Compare
Choose a tag to compare
  • docs: tweaks prop documentation for hasInteractiveNodes 38b2c4a
  • refactor(demo): simplifes MixedNodeInputElement example be623ac
  • fix(demo): fixes order of custom node element options 75c4b73
  • Add 'hasInteractiveNodes' prop to Tree that enables/disables d3 drag and pan handlers on foreignObject nodes (#370, thank you @chingmunn) cfec09a

v3.1.1...v3.2.0

v3.1.1

12 Jul 16:43
Compare
Choose a tag to compare
  • fix(types): moves @types/d3-hierarchy to prod deps (#357)