chore(svelte): update changelog
This commit is contained in:
@@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
## Minor changes
|
## Minor changes
|
||||||
|
|
||||||
|
- add `getNode`, `getNodes`, `getEdge` and `getEdges` to `useSvelteFlow`
|
||||||
|
|
||||||
|
## Patch changes
|
||||||
|
|
||||||
- Edge label has a default background and is clickable
|
- Edge label has a default background and is clickable
|
||||||
|
|
||||||
## 0.0.34
|
## 0.0.34
|
||||||
@@ -12,6 +16,9 @@
|
|||||||
|
|
||||||
- add second option param to `screenToFlowPosition` for configuring if `snapToGrid` should be used
|
- add second option param to `screenToFlowPosition` for configuring if `snapToGrid` should be used
|
||||||
- add slot to `Controls`
|
- add slot to `Controls`
|
||||||
|
|
||||||
|
## Patch changes
|
||||||
|
|
||||||
- cleanup `ControlButton` types
|
- cleanup `ControlButton` types
|
||||||
- infer types for `getIncomers`, `getOutgoers`, `updateEdge`, `addEdge` and `getConnectedEdges` thanks @joeyballentine
|
- infer types for `getIncomers`, `getOutgoers`, `updateEdge`, `addEdge` and `getConnectedEdges` thanks @joeyballentine
|
||||||
- refactor handles: prefix with flow id for handling nested flows
|
- refactor handles: prefix with flow id for handling nested flows
|
||||||
@@ -48,7 +55,7 @@
|
|||||||
- add `onbeforedelete` handler to prevent/ manage deletions
|
- add `onbeforedelete` handler to prevent/ manage deletions
|
||||||
- TSDocs for hooks and some types
|
- TSDocs for hooks and some types
|
||||||
|
|
||||||
### Minor changes
|
### Patch changes
|
||||||
|
|
||||||
- new nodeDragThreshold default is 1
|
- new nodeDragThreshold default is 1
|
||||||
- refactor/simplify edge rendering
|
- refactor/simplify edge rendering
|
||||||
|
|||||||
Reference in New Issue
Block a user