From d29c401d598dbf2dcd5609b7adb8d029906a6f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=B6ller?= Date: Tue, 6 Dec 2022 18:14:26 +0100 Subject: [PATCH] chore(packages): add changesets --- .changeset/nasty-suns-hear.md | 5 +++++ .changeset/smooth-swans-exist.md | 5 +++++ .changeset/twelve-icons-tan.md | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changeset/nasty-suns-hear.md create mode 100644 .changeset/smooth-swans-exist.md create mode 100644 .changeset/twelve-icons-tan.md diff --git a/.changeset/nasty-suns-hear.md b/.changeset/nasty-suns-hear.md new file mode 100644 index 00000000..1cc8c286 --- /dev/null +++ b/.changeset/nasty-suns-hear.md @@ -0,0 +1,5 @@ +--- +'@reactflow/node-toolbar': patch +--- + +Get nodeId from React Flow context if it is not passed explicitly as prop diff --git a/.changeset/smooth-swans-exist.md b/.changeset/smooth-swans-exist.md new file mode 100644 index 00000000..fcac6406 --- /dev/null +++ b/.changeset/smooth-swans-exist.md @@ -0,0 +1,5 @@ +--- +'@reactflow/core': patch +--- + +Export the useNodeId hook, refactor how changes are applied and create a helper function diff --git a/.changeset/twelve-icons-tan.md b/.changeset/twelve-icons-tan.md new file mode 100644 index 00000000..2c56eab6 --- /dev/null +++ b/.changeset/twelve-icons-tan.md @@ -0,0 +1,5 @@ +--- +'@reactflow/node-resizer': major +--- + +Add a node resizer component that can be used to resize a custom node