BREAKING:
- Changing the way we import Treeviz to improve DX: From
import * as Treeviz from "treeviz"
toimport {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 🚀