From 512eb17640b72b9aa6b06844805cf2c13c1f475c Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 18 Jan 2023 18:14:09 +0100 Subject: [PATCH] chore: add changesets Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- .changeset/friendly-countries-lay.md | 5 +++++ .changeset/neat-donuts-lay.md | 5 +++++ .changeset/sweet-pillows-live.md | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changeset/friendly-countries-lay.md create mode 100644 .changeset/neat-donuts-lay.md create mode 100644 .changeset/sweet-pillows-live.md diff --git a/.changeset/friendly-countries-lay.md b/.changeset/friendly-countries-lay.md new file mode 100644 index 00000000..b368fdcc --- /dev/null +++ b/.changeset/friendly-countries-lay.md @@ -0,0 +1,5 @@ +--- +'@vue-flow/core': patch +--- + +If node extent is set to parent, wait until node is initialized to clamp position diff --git a/.changeset/neat-donuts-lay.md b/.changeset/neat-donuts-lay.md new file mode 100644 index 00000000..0b9d6a18 --- /dev/null +++ b/.changeset/neat-donuts-lay.md @@ -0,0 +1,5 @@ +--- +'@vue-flow/core': patch +--- + +Regroup edges when nodes change and elevate edges on select is active diff --git a/.changeset/sweet-pillows-live.md b/.changeset/sweet-pillows-live.md new file mode 100644 index 00000000..7f46dd2b --- /dev/null +++ b/.changeset/sweet-pillows-live.md @@ -0,0 +1,5 @@ +--- +'@vue-flow/core': patch +--- + +Set timeout to 1 when clamping in node extent watcher