- [fix] fix disabled css overrides not correct in node
- [fix] fix disabled css overrides not correct in edge
- [fix] fix disabled css overrides not correct
- [feature] add ability to disable port events
- [fix] make port cursor a crosshair rather than pointer
- [feature] add
selectionDisabled
toNodeData
andEdgeData
- [fix] fix
disabled
not passing through to nodes and edges
- [feature] add
layoutOptions
toNodeData
model - [chore] improve docs
- [fix] fix edge overrender issues
- [fix] fix edge overrender issues
- [fix] fix typo w/ null coll
- [feature] add disabled to select helper
- [perf] improve node render perf
- [perf] improve proximity perf
- [perf] improve undo perf
- [fix] reverting react-use-gesture update
- [feature] add ability to disable proximity
- [feature] add ability to disable undo/redo
- [breaking]
useProximity
no longer returnsdistance
, instead useonDistanceChange
- [feature] add
onIntersection
touseProximity
- [feature] add
intersectNodeId
touseProximity
- [feature] performance improvements for
useProximity
- [fix] fix proximity drop with nesting
- [fix] fix proximity not handling all edges
- [fix] fix addNodeAndEdge not accounting for parent
- [chore] upgrade deps
- [chore] tweak peer dep for framer-motion
- [Fix] Fix upsert node function #38
- [Fix] Fix wrong import #39
- [Fix] Fix children interface
- [Fix] Pass down nodes/edges to children callback
- [Fix] Remove foreign objects being default children
- [Feature] Add proximity hook
- [Feature] Expand canvas ref options
- [Fix] Can't link nodes who aren't parents
- [Fix] Layout null ref exception
- [Chore] Folder reorg for utils
- [Chore] Folder reorg for docs
- [Chore] Replace
transformation-matrix
withkld-affine
- [Chore] Various type improvements
- [Fix] Improve
useUndo
types
- [Feature] Add
clear
touseUndo
hook
- [Chore] Update deps
- [Chore] cleanup deps
- [Chore] Remove scss
- [Chore] Update rdk
- [Feature] Improve Can Redo Hook Event Args
- [Feature] Undo Redo Hook
- [Feature] Add adjustable padding for nested nodes and add storybook story for custom nested nodes #30