From e9179017ba1ac133eb6186280f4d7e5b1b0f9cdc Mon Sep 17 00:00:00 2001 From: peterkogo Date: Mon, 6 Jan 2025 12:25:59 +0100 Subject: [PATCH] update changeset --- .changeset/silly-pots-yell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/silly-pots-yell.md b/.changeset/silly-pots-yell.md index b9fc9458..73c0609f 100644 --- a/.changeset/silly-pots-yell.md +++ b/.changeset/silly-pots-yell.md @@ -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.