From 02891b3aa92641906089406af34a0080fa3f7881 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Mon, 24 Jul 2023 22:14:09 +0200 Subject: [PATCH] chore(changeset): add --- .changeset/mean-peaches-develop.md | 5 +++++ .changeset/soft-icons-marry.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changeset/mean-peaches-develop.md create mode 100644 .changeset/soft-icons-marry.md diff --git a/.changeset/mean-peaches-develop.md b/.changeset/mean-peaches-develop.md new file mode 100644 index 00000000..5a1e059f --- /dev/null +++ b/.changeset/mean-peaches-develop.md @@ -0,0 +1,5 @@ +--- +"@vue-flow/core": minor +--- + +Add flag to `removeNodes` which allows recursively removing all child nodes of a parent diff --git a/.changeset/soft-icons-marry.md b/.changeset/soft-icons-marry.md new file mode 100644 index 00000000..707c74d2 --- /dev/null +++ b/.changeset/soft-icons-marry.md @@ -0,0 +1,5 @@ +--- +"@vue-flow/core": minor +--- + +Allow passing string or `{ id }` type object to `getIncomers` and `getOutgoers`