diff --git a/.changeset/angry-years-sleep.md b/.changeset/angry-years-sleep.md deleted file mode 100644 index cf0351b4..00000000 --- a/.changeset/angry-years-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add `parent` class name to parent nodes diff --git a/.changeset/early-terms-teach.md b/.changeset/early-terms-teach.md deleted file mode 100644 index 9fb39811..00000000 --- a/.changeset/early-terms-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Allow passing a single element to `removeNodes` and `removeEdges` actions diff --git a/.changeset/five-steaks-lay.md b/.changeset/five-steaks-lay.md deleted file mode 100644 index 88c924ab..00000000 --- a/.changeset/five-steaks-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add id prop to BaseEdge component and pass id to the edge path diff --git a/.changeset/plenty-tools-begin.md b/.changeset/plenty-tools-begin.md deleted file mode 100644 index 2e59a6e7..00000000 --- a/.changeset/plenty-tools-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add `fromObject` function to load a graph from a flow export obj diff --git a/.changeset/real-carpets-know.md b/.changeset/real-carpets-know.md deleted file mode 100644 index ffd7392c..00000000 --- a/.changeset/real-carpets-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Allow passing a single element to `addNodes` or `addEdges` actions diff --git a/.changeset/real-cycles-chew.md b/.changeset/real-cycles-chew.md deleted file mode 100644 index 0f7ef402..00000000 --- a/.changeset/real-cycles-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -When handles are on top of each other, try to pick the one closest to center and/or one that is of type target diff --git a/.changeset/witty-queens-whisper.md b/.changeset/witty-queens-whisper.md deleted file mode 100644 index acbbd5ed..00000000 --- a/.changeset/witty-queens-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Do not render edges that are connected to a hidden node diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b0aede9d..e734241f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,25 @@ # @vue-flow/core +## 1.20.0 + +### Minor Changes + +- [#931](https://github.com/bcakmakoglu/vue-flow/pull/931) [`ecb9b540`](https://github.com/bcakmakoglu/vue-flow/commit/ecb9b540c64d6470ddc61db6a76e544d8b715645) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add `parent` class name to parent nodes + +- [#931](https://github.com/bcakmakoglu/vue-flow/pull/931) [`2e0484b7`](https://github.com/bcakmakoglu/vue-flow/commit/2e0484b77873a416c9d3ce78c7fe3b169d905910) Thanks [@github-actions](https://github.com/apps/github-actions)! - Allow passing a single element to `removeNodes` and `removeEdges` actions + +- [#931](https://github.com/bcakmakoglu/vue-flow/pull/931) [`11210b4c`](https://github.com/bcakmakoglu/vue-flow/commit/11210b4cd0936ad627c0e693d32a00b317fbac43) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add id prop to BaseEdge component and pass id to the edge path + +- [#939](https://github.com/bcakmakoglu/vue-flow/pull/939) [`fc68db2d`](https://github.com/bcakmakoglu/vue-flow/commit/fc68db2d81a771f1477c226b5e49fa61a2b28767) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `fromObject` function to load a graph from a flow export obj + +- [#931](https://github.com/bcakmakoglu/vue-flow/pull/931) [`0a090681`](https://github.com/bcakmakoglu/vue-flow/commit/0a090681f716b02daad0d3c0752c35281e1ddcfe) Thanks [@github-actions](https://github.com/apps/github-actions)! - Allow passing a single element to `addNodes` or `addEdges` actions + +- [#931](https://github.com/bcakmakoglu/vue-flow/pull/931) [`aef0ec51`](https://github.com/bcakmakoglu/vue-flow/commit/aef0ec517a6f6061d84c7e9f371102481b52ed63) Thanks [@github-actions](https://github.com/apps/github-actions)! - When handles are on top of each other, try to pick the one closest to center and/or one that is of type target + +### Patch Changes + +- [#941](https://github.com/bcakmakoglu/vue-flow/pull/941) [`a840e73b`](https://github.com/bcakmakoglu/vue-flow/commit/a840e73b0d19a866b6997dea5ed1dc0b37ec8790) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Do not render edges that are connected to a hidden node + ## 1.19.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index a0e99c76..2fba3d76 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.19.4", + "version": "1.20.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",