Merge pull request #3811 from xyflow/svelte-on-init

Added onInit and useInitialized hooks
This commit is contained in:
Moritz Klack
2024-01-23 15:53:06 +01:00
committed by GitHub
14 changed files with 137 additions and 6 deletions
+1
View File
@@ -5,6 +5,7 @@
## Minor changes
- add `getNode`, `getNodes`, `getEdge` and `getEdges` to `useSvelteFlow`
- add `useInitialized` / `useNNodesInitialized` hooks and `oninit` handler
## Patch changes