🎉 New Features
- Interactive Minimap: You can now add
pannableandzoomableto a minimap component to make it interactive - we also addedonClickandonNodeClick: Interactive Minimap Example - Edge Label Renderer: It's finally possible to use a div based renderer for the edges! No more
foreignObjects: Edge Label Renderer Example - Intersection Helpers: we added
getIntersectingNodesandisNodeIntersectingto theuseReactFlowhook to find intersections easily: Intersection Example - Delete Elements: we added
deleteElementsto theuseReactFlowhook to remove nodes and edges from the pane
Minor Changes
- #2535
7902a3ceThanks @moklick! - Feat: Add edge label renderer - #2536
b25d499eThanks @pengfu! - Feat: add deleteElements helper function - #2539
4fc1253eThanks @moklick! - Feat: add intersection helpers - #2530
8ba4dd5dThanks @moklick! - Feat: Add pan and zoom to mini map