Change version from minor to patch for custom edge ID

Allow custom `getEdgeId` function in `addEdge` and `reconnectEdge` options to enable custom edge ID schemes.
This commit is contained in:
Moritz Klack
2025-11-25 10:42:49 +01:00
committed by GitHub
parent 9f7884b1bf
commit 487c3470f9

View File

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