Skip to content

Releases: PierreCapo/treeviz

3.0.1

06 Dec 13:18
Compare
Choose a tag to compare

BREAKING:

  • Changing the way we import Treeviz to improve DX: From import * as Treeviz from "treeviz" to import {Treeviz} from "treeviz"
  • Internet Explorer support dropped
  • Removing dead "treeviz-react" (no time to support it)
  • Callback arguments are now all the same between functions: linkWidth, renderNode, etc. Check README.md for more details.

Fixes:

Feat:

  • Improving Typescript support

Core:

  • Updating all d3 depencies
  • Moving from lerna to vite 🚀

2.3.0

13 Feb 12:56
ec7afe7
Compare
Choose a tag to compare
  • Update all dependencies (d3/typescript)
  • Clean old code
  • Change/improve build (webpack -> parcel)
  • Remove useless dependencies thanks to parcel migration

2.2.2

03 May 17:51
9a5ce85
Compare
Choose a tag to compare

🐛 Fixes:

  • Tackles. an issue with the refresh function causing crash on Treeviz (should mostly impact React users) - thanks @Pronink

2.2.1

17 Feb 22:35
Compare
Choose a tag to compare

Features :

  • Add the ability to update link color and link width between rerendering.

2.2.0

13 Oct 15:40
Compare
Choose a tag to compare

Features :

  • Provide hasPan and hasZoom instead of hasPanAndZoom which is deprecated and will be removed in version 3.

Bug fixes 🐛:

  • "id" string wasn't used by default by the idKey property.

2.1.1

14 Aug 22:52
Compare
Choose a tag to compare

Bug fixes 🐛:

  • Fix wrong zoom behavior that was adding some offset while zooming

2.1.0

03 Aug 13:21
b7a09fb
Compare
Choose a tag to compare

Features ✨:

  • Adding the NEW "curve" linkShape (storybook has been updated with this new option)

Bug fixes 🐛:

  • Fixing some links not rendered on Firefox

2.0.0

28 Jul 16:51
5c15852
Compare
Choose a tag to compare

Breaking changes 🔥:

  • Some properties of treeviz have been renamed
  • nodeColor property has been removed -> use directly node template to set a background color to nodes

Features ✨:

  • Duration property have been added
  • You can know dynamically change the configuration of the tree (see the storybook) that allows to create treeviz-react

Bug fixes 🐛:

  • Fixing the weird enter and exit animation when adding/removing nodes that has a big depth
  • Typings fixes

1.3.3

09 Apr 11:43
Compare
Choose a tag to compare

Fix broken d3 zoom with Babel and Webpack

1.3.1

06 Apr 18:08
Compare
Choose a tag to compare
  • Reduce the size of the library (down to 75 kb from 250 kb) by using d3 submodules instead of the whole d3 library
  • Clean and split some methods