chore(packages): bump

This commit is contained in:
github-actions[bot]
2025-12-04 13:12:34 +00:00
parent f15bc01f99
commit c0ed3c33a3
13 changed files with 47 additions and 42 deletions

View File

@@ -1,5 +0,0 @@
---
'@xyflow/svelte': patch
---
Refactor internal use of contexts

View File

@@ -1,7 +0,0 @@
---
'@xyflow/react': minor
'@xyflow/svelte': minor
'@xyflow/system': patch
---
Add `zIndexMode` to control how z-index is calculated for nodes and edges

View File

@@ -1,5 +0,0 @@
---
'@xyflow/react': patch
---
Prevent unnecessary re-render in `FlowRenderer`

View File

@@ -1,5 +0,0 @@
---
'@xyflow/system': patch
---
Allow custom `getEdgeId` function in `addEdge` and `reconnectEdge` options to enable custom edge ID schemes.

View File

@@ -1,5 +0,0 @@
---
'@xyflow/react': patch
---
Always create a new measured object in apply changes.

View File

@@ -1,5 +0,0 @@
---
'@xyflow/react': minor
---
Add `experimental_useOnNodesChangeMiddleware` hook

View File

@@ -1,7 +0,0 @@
---
'@xyflow/react': patch
'@xyflow/svelte': patch
'@xyflow/system': patch
---
Update an ongoing connection when user moves node with keyboard.