diff --git a/.changeset/lovely-flies-jump.md b/.changeset/lovely-flies-jump.md deleted file mode 100644 index 7342acc7..00000000 --- a/.changeset/lovely-flies-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Fix parent expand not working for top/left drag diff --git a/.changeset/proud-humans-camp.md b/.changeset/proud-humans-camp.md deleted file mode 100644 index 333203ba..00000000 --- a/.changeset/proud-humans-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': minor ---- - -Add `connecting` class to `SelectionPane` when connecting diff --git a/.changeset/rich-hats-roll.md b/.changeset/rich-hats-roll.md deleted file mode 100644 index 900ccf50..00000000 --- a/.changeset/rich-hats-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': minor ---- - -Support touch for creating connections diff --git a/.changeset/sixty-stingrays-glow.md b/.changeset/sixty-stingrays-glow.md deleted file mode 100644 index de192015..00000000 --- a/.changeset/sixty-stingrays-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Add `experimentalFeatures` flag to store diff --git a/.changeset/wise-plums-shop.md b/.changeset/wise-plums-shop.md deleted file mode 100644 index 8438677b..00000000 --- a/.changeset/wise-plums-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': minor ---- - -Add experimental support for nested Vue Flow components; Align edges by adding parent flow zoom scale. Connections not supported. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index dca3b89f..a9f76b26 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,21 @@ # @vue-flow/core +## 1.5.0 + +### Minor Changes + +- [#435](https://github.com/bcakmakoglu/vue-flow/pull/435) [`1cca3d0`](https://github.com/bcakmakoglu/vue-flow/commit/1cca3d0b8c789f2b1d749602eff560abf75e6eeb) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `connecting` class to `SelectionPane` when connecting + +- [#451](https://github.com/bcakmakoglu/vue-flow/pull/451) [`6047b90`](https://github.com/bcakmakoglu/vue-flow/commit/6047b908d98cdcf69297dc9ae73b6a5314cb2b4f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Support touch for creating connections + +- [#449](https://github.com/bcakmakoglu/vue-flow/pull/449) [`686b351`](https://github.com/bcakmakoglu/vue-flow/commit/686b351569e751510280f7283f7af3773aee8b44) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add experimental support for nested Vue Flow components; Align edges by adding parent flow zoom scale. Connections not supported. + +### Patch Changes + +- [#452](https://github.com/bcakmakoglu/vue-flow/pull/452) [`5303f10`](https://github.com/bcakmakoglu/vue-flow/commit/5303f10a80df4c71d3c526381cc27040a03f4f4d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix parent expand not working for top/left drag + +- [#449](https://github.com/bcakmakoglu/vue-flow/pull/449) [`686b351`](https://github.com/bcakmakoglu/vue-flow/commit/686b351569e751510280f7283f7af3773aee8b44) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `experimentalFeatures` flag to store + ## 1.4.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index eb10d853..d178f1e7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.4.2", + "version": "1.5.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",