Improve wording on changesets

This commit is contained in:
peterkogo
2024-09-12 11:18:17 +02:00
parent 8dda0eb144
commit b8e1ac4fc0
4 changed files with 4 additions and 4 deletions

View File

@@ -2,4 +2,4 @@
'@xyflow/react': patch
---
minimap: use latest node dimensions
Fix Minimap only displaying nodes when providing onNodesChange

View File

@@ -4,4 +4,4 @@
'@xyflow/system': patch
---
Add util function getNodesBounds for useReactFlow/useSvelteFlow hook
Add getNodesBounds to useReactFlow/useSvelteFlow hook as the new recommended way of determining node bounds.

View File

@@ -2,4 +2,4 @@
'@xyflow/svelte': patch
---
Added ability to set global nodeExtent
Add nodeExtent prop to <SvelteFlow />. You can now restrict nodes from leaving a specified extent.

View File

@@ -4,4 +4,4 @@
'@xyflow/system': patch
---
Fix extent on nodes not working properly
Improve handling of global and individual nodeExtents. Nodes will never render outside of specified extents.