chore(packages): bump

This commit is contained in:
github-actions[bot]
2024-09-12 10:05:55 +00:00
parent 8ab2eedd45
commit e72ae6fdc3
10 changed files with 39 additions and 27 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/react': patch
---
Fix `<Minimap />` only displaying nodes when providing `onNodesChange`.
-7
View File
@@ -1,7 +0,0 @@
---
'@xyflow/react': minor
'@xyflow/svelte': patch
'@xyflow/system': patch
---
Add `getNodesBounds` to `useReactFlow`/`useSvelteFlow` hook as the new recommended way of determining node bounds.
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/svelte': patch
---
Add nodeExtent prop to `<SvelteFlow />`. You can now restrict nodes from leaving a specified extent.
-7
View File
@@ -1,7 +0,0 @@
---
'@xyflow/react': patch
'@xyflow/svelte': patch
'@xyflow/system': patch
---
Improve handling of global and individual `nodeExtent`s. Nodes will never render outside of specified extents.