·
25 commits
to main
since this release
Features
- Added CustomTriggers for fDraggable, fZoom to allow for custom drag and zoom triggers (34c87b8)
- Enhance f-flow components with loading handlers and improved styling (abd779c)
- Added fDragStarted with data and fDragEnded events (4ef0e17)
- Added Connection Validation to prevent connections between incompatible connectors (4ef0e17)
- Added Grid System for fDraggable to allow for movement in grid increments (23f39c5)
- Added fEmitOnNodeIntersect event to know when a node is intersected by connection (23f39c5)
- Refactor styles and components for f-flow integration (05ada49)
- Added Top, Left, Bottom, Right Resize Handles (05ada49)
Documentation
- Added StressTestWithConnections example (7e7e4f5)
- Added ConnectabilityCheck examples (fac0ff1)
- Added AssignNodeToConnection example (377b610)
- Added ConnectionText and CustomConnectionType examples (eb248c0)
- Added ConnectionCenter examples (9b7d1ed)
- Added AddNodeToPalette example (d1d2ab9)
- Added GridSystem example (ec4cef8)
- Added Undo/Redo example (82c57cd)
- Added DragStart/EndEvents example (87daaaa)
- Added CustomEventTriggers example (015865d)
- Updated ResizeHandle example (6735cf5)
- Updated AutoSnap example (fcfce91)