Merge branch 'main' into chore/svelte-typed-context
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@xyflow/react': patch
|
||||
---
|
||||
|
||||
Prevent unnecessary re-render in `FlowRenderer`
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@xyflow/system': patch
|
||||
---
|
||||
|
||||
Allow custom `getEdgeId` function in `addEdge` and `reconnectEdge` options to enable custom edge ID schemes.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@xyflow/react': patch
|
||||
---
|
||||
|
||||
Always create a new measured object in apply changes.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@xyflow/react': minor
|
||||
---
|
||||
|
||||
Add `experimental_useOnNodesChangeMiddleware` hook
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@xyflow/react': minor
|
||||
'@xyflow/svelte': minor
|
||||
'@xyflow/system': patch
|
||||
---
|
||||
|
||||
Pass current pointer position to connection
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
'@xyflow/react': patch
|
||||
'@xyflow/svelte': patch
|
||||
'@xyflow/system': patch
|
||||
---
|
||||
|
||||
Update an ongoing connection when user moves node with keyboard.
|
||||
Reference in New Issue
Block a user