chore(svelte): update changelog

This commit is contained in:
moklick
2024-01-22 17:36:32 +01:00
parent e339525ee4
commit 7d949e18bc

View File

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