Releases: bkrem/react-d3-tree
Releases · bkrem/react-d3-tree
v3.4.2
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.
- This was originally shipped as
Full Changelog: v3.4.1...v3.4.2
v3.3.6
v3.3.5
v3.3.4
What's Changed
- fix: allow react v18 as peer dep by @kelvin9314 in #398
New Contributors
- @kelvin9314 made their first contribution in #398
Full Changelog: v3.3.2...v3.3.4
v3.3.2
v3.3.1
v3.3.0
v3.2.1
Summary
- Event handlers (
onNodeClick
,onNodeMouseOver
,onNodeMouseOut
) defined onTree
are now passed to therenderCustomNodeElement
function as props by default (thank you @lucasdellabella)
Changeset
v3.2.0
- 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