Version 0.4.0
This release adds new interaction features, edge routing options, and handle customization capabilities.
Highlights
- Right-click context menu — nodes and the canvas now support a configurable context menu triggered on right-click, enabling custom actions like delete, duplicate, or copy without toolbar buttons (#65).
- Smart edge routing — new smart edge types (
smartBezier,smartStep,smartStraight) that automatically route around nodes instead of passing through them (#64). - Handle connectivity controls — per-type flags (
input_connectable,input_connectable_start,input_connectable_end, and theiroutput_*counterparts) let you restrict which handles users can drag edges from or to (#63). - Handle tooltips — handles can now carry a
labelthat appears as an instant tooltip on hover, making port purpose discoverable without cluttering the canvas. Pass{"id": "port_name", "label": "Description"}in yourinputs/outputslists (#67). Node.flowandEdge.flowback-references — instance-based nodes and edges now hold a.flowreference to their parentReactFlow, simplifying imperative graph manipulation from callbacks (#56).- Delete key support — selected nodes and edges can now be removed with the Delete key, matching standard graph-editor UX expectations.
- Bundle cache-busting — the frontend bundle URL now includes a content hash, preventing stale cached bundles after upgrades (#68).