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`