chore(packages): bump

This commit is contained in:
github-actions[bot]
2024-09-23 15:09:45 +00:00
parent 4c90501351
commit 26d592f356
10 changed files with 37 additions and 27 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/system': patch
---
Fix an issue that appeared when user deleted node while dragging.
-7
View File
@@ -1,7 +0,0 @@
---
'@xyflow/svelte': patch
'@xyflow/system': patch
'@xyflow/react': patch
---
Fix initial `fitView` not working correctly for `nodeOrigin` other than [0,0]
-6
View File
@@ -1,6 +0,0 @@
---
'@xyflow/svelte': patch
'@xyflow/react': patch
---
Improve `fitView` to respect clamped node positions based on `nodeExtent`
-6
View File
@@ -1,6 +0,0 @@
---
'@xyflow/react': patch
'@xyflow/svelte': patch
---
Calculate viewport dimensions in `fitView` instead of using stored dimensions. Fixes [#4652](https://github.com/xyflow/xyflow/issues/4652)