update changeset

This commit is contained in:
peterkogo
2025-01-06 12:25:59 +01:00
parent dcf6a63595
commit e9179017ba
+1 -1
View File
@@ -4,4 +4,4 @@
'@xyflow/system': patch
---
Improved tracking of edges connected to a node. The hook useHandleConnection can now not only return all connections to a specific handleId but also to a handleType or even a nodeId.
Add useNodeConnections hook to track all connections to a node. Can be filtered by handleType and handleId.