diff --git a/.changeset/famous-jars-tie.md b/.changeset/famous-jars-tie.md deleted file mode 100644 index 1a69e2ce..00000000 --- a/.changeset/famous-jars-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Use timeout when clamping positions after nodes' extent has changed diff --git a/.changeset/kind-tomatoes-wink.md b/.changeset/kind-tomatoes-wink.md deleted file mode 100644 index c3ebb514..00000000 --- a/.changeset/kind-tomatoes-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Do not trigger ctx menu event on viewport when dragging with right mouse button diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 79c01b90..ac1fb160 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @vue-flow/core +## 1.12.4 + +### Patch Changes + +- [#619](https://github.com/bcakmakoglu/vue-flow/pull/619) [`3d482b77`](https://github.com/bcakmakoglu/vue-flow/commit/3d482b77032b2bdc6442751730ae694c9e798c29) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use timeout when clamping positions after nodes' extent has changed + +- [#618](https://github.com/bcakmakoglu/vue-flow/pull/618) [`f1975ea7`](https://github.com/bcakmakoglu/vue-flow/commit/f1975ea71e6ebc37c7bc43472016eb45702e54aa) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Do not trigger ctx menu event on viewport when dragging with right mouse button + ## 1.12.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index f2d0cb8f..42873045 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.12.3", + "version": "1.12.4", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",