0.0.6
Added
- Upgrade Typescript and Storybook.
- Prevent re-rendering for nodes and links that are not in use. alexkuz PR7
- Render only nodes currently visible for user. alexkuz PR7
- Fix calculating link position when canvas is not positioned in top left corner. alexkuz PR7
Breaking
- Added a new onNodeSizeChange action that is required for calculating which nodes are visible. If you are using external state, this will need to be implemented.