diff --git a/.changeset/fuzzy-books-beg.md b/.changeset/fuzzy-books-beg.md deleted file mode 100644 index dd8f31f4..00000000 --- a/.changeset/fuzzy-books-beg.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@vue-flow/additional-components': patch -'@vue-flow/core': patch ---- - -Apply translateExtent on pan diff --git a/.changeset/giant-shirts-carry.md b/.changeset/giant-shirts-carry.md deleted file mode 100644 index 26d7e933..00000000 --- a/.changeset/giant-shirts-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Properly calculate node extent on drag diff --git a/.changeset/tasty-insects-grin.md b/.changeset/tasty-insects-grin.md deleted file mode 100644 index 2c240950..00000000 --- a/.changeset/tasty-insects-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Set dragging flag only if a position change happened diff --git a/packages/additional-components/CHANGELOG.md b/packages/additional-components/CHANGELOG.md index 898503d3..ad064600 100644 --- a/packages/additional-components/CHANGELOG.md +++ b/packages/additional-components/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/additional-components +## 1.3.2 + +### Patch Changes + +- [#494](https://github.com/bcakmakoglu/vue-flow/pull/494) [`50a24e4`](https://github.com/bcakmakoglu/vue-flow/commit/50a24e4017d47cbe619f34f98a020ed7a2c3bf10) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Apply translateExtent on pan + ## 1.3.1 ### Patch Changes diff --git a/packages/additional-components/package.json b/packages/additional-components/package.json index f73e7e5b..b5a72171 100644 --- a/packages/additional-components/package.json +++ b/packages/additional-components/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/additional-components", - "version": "1.3.1", + "version": "1.3.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c4aaa99f..85eb934b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @vue-flow/core +## 1.5.5 + +### Patch Changes + +- [#494](https://github.com/bcakmakoglu/vue-flow/pull/494) [`50a24e4`](https://github.com/bcakmakoglu/vue-flow/commit/50a24e4017d47cbe619f34f98a020ed7a2c3bf10) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Apply translateExtent on pan + +- [#492](https://github.com/bcakmakoglu/vue-flow/pull/492) [`715a070`](https://github.com/bcakmakoglu/vue-flow/commit/715a0701874f8b5cd8ac643c400df89165716f1a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Properly calculate node extent on drag + +- [#491](https://github.com/bcakmakoglu/vue-flow/pull/491) [`47ad11d`](https://github.com/bcakmakoglu/vue-flow/commit/47ad11dcabb3a865854731d860dcad85a043d91f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Set dragging flag only if a position change happened + ## 1.5.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index dc8ebf9f..8529a2cd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.5.4", + "version": "1.5.5", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",