diff --git a/.changeset/silly-pots-yell.md b/.changeset/silly-pots-yell.md new file mode 100644 index 00000000..b9fc9458 --- /dev/null +++ b/.changeset/silly-pots-yell.md @@ -0,0 +1,7 @@ +--- +'@xyflow/react': minor +'@xyflow/svelte': minor +'@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.