From e10f53cf898a56f954783d6efcf6977a0d88f4a9 Mon Sep 17 00:00:00 2001 From: peterkogo Date: Mon, 14 Oct 2024 11:21:11 +0200 Subject: [PATCH] added changeset; ; --- .changeset/silly-pots-yell.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/silly-pots-yell.md 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.