Releases: bkrem/react-d3-tree
Releases · bkrem/react-d3-tree
v3.6.5
What's Changed
- Explicitly use
@bkrem/[email protected]
. Fixes issue with bundling in@bkrem/[email protected]
.
Full Changelog: v3.6.4...v3.6.5
v3.6.4
v3.6.3
What's Changed
- chore(deps): bump semver from 5.7.1 to 5.7.2 in /demo by @dependabot in #469
- chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #470
- chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /demo by @dependabot in #471
- chore(deps): bump browserify-sign from 4.2.1 to 4.2.2 in /demo by @dependabot in #485
- chore(deps-dev): bump @babel/traverse from 7.20.5 to 7.23.7 by @dependabot in #488
- chore(deps): bump @babel/traverse from 7.12.9 to 7.23.7 in /demo by @dependabot in #487
- chore: update peer dep on react 19 by @AlemTuzlak in #517
New Contributors
- @AlemTuzlak made their first contribution in #517
Full Changelog: v3.6.2...v3.6.3
v3.6.2
v3.6.1
What's Changed
- Updating Typing for the new method "addChildren" by @dev-john-nguyen in #461
New Contributors
- @dev-john-nguyen made their first contribution in #461
Full Changelog: v3.6.0...v3.6.1
v3.6.0
What's Changed
dataKey
prop - Allow adding children to node without refreshing the whole tree by @fsvergara in #417
New Contributors
- @fsvergara made their first contribution in #417
Full Changelog: v3.5.2...v3.6.0
v3.5.2
What's Changed
- Fix: center on node feature works with collapsible disabled by @jawwad-btrt in #457
- fix(types): expose types properly at top level (#454)
- fix(draggable): avoids dragging triggered via
dblclick
event (supersedes #455, thank you @Liu233w)
New Contributors
- @jawwad-btrt made their first contribution in #457
Full Changelog: v3.5.1...v3.5.2
v3.5.1
What's Changed
- fix: add touchmove event by @Adeams1805 in #448
New Contributors
- @Adeams1805 made their first contribution in #448
Full Changelog: v3.5.0...v3.5.1
v3.5.0
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