Releases: jpb12/react-tree-graph
Releases · jpb12/react-tree-graph
v4.0.0
- Breaking change: additional parameters are now passed in after the event parameter
- Added support for additional parameters in arbitrary event handlers
v3.3.0
- onContextMenu handlers for nodes and links now have the same additional parameters as onClick (thanks @Linton-Samuel-Dawson)
v3.2.0
- Adding rendering of custom children
v3.1.1
- Replaced webpack with rollup for smaller bundle size and better performance
v3.1.0
- Changed babel transform settings to reduce minified bundle size
v3.0.0
- New props for adding any prop to any DOM element
- circleProps
- gProps
- pathProps
- svgProps
- textProps
- Redundant props have been removed
- linkClassName
- linkClassHandler
- nodeClassName
- nodeClassHandler
- treeClassName
- treeClickHandler
v2.0.0
- Animations
- Significant performance improvements on large trees (tested with > 150 nodes)
- Added nodes now animate from the position of the closest, previously visible, ancestor
- Removed nodes now animate to the position of the closest, remaining ancestor
- Renamed Class props to ClassName props
- Added importing of polyfills for IE support
v1.7.2
- Fixing initial position of added animated nodes when root moves
v1.7.1
- Updating built files to include change in previous version
v1.7.0
- Added treeClass and treeClickHandler props