diff --git a/.changeset/lemon-schools-allow.md b/.changeset/lemon-schools-allow.md deleted file mode 100644 index 388e6ac6..00000000 --- a/.changeset/lemon-schools-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Pass pathOptions to edges diff --git a/.changeset/small-boxes-ring.md b/.changeset/small-boxes-ring.md deleted file mode 100644 index 0ed1c533..00000000 --- a/.changeset/small-boxes-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Prevent delete key action inside input field even if modifier is pressed. diff --git a/.changeset/tall-rocks-worry.md b/.changeset/tall-rocks-worry.md deleted file mode 100644 index 4f0563a0..00000000 --- a/.changeset/tall-rocks-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Set ltr on vue flow wrapper diff --git a/.changeset/tasty-elephants-allow.md b/.changeset/tasty-elephants-allow.md deleted file mode 100644 index f788770d..00000000 --- a/.changeset/tasty-elephants-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Allow pinch-zoom if preventScrolling is disabled diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index aa6975bf..abe5572d 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @vue-flow/core +## 1.33.6 + +### Patch Changes + +- [#1375](https://github.com/bcakmakoglu/vue-flow/pull/1375) [`0754e79`](https://github.com/bcakmakoglu/vue-flow/commit/0754e798927b4c38958c947411ef7fd85faf8fae) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Pass pathOptions to edges + +- [#1389](https://github.com/bcakmakoglu/vue-flow/pull/1389) [`f62f2ca`](https://github.com/bcakmakoglu/vue-flow/commit/f62f2ca80cb37778a1c8b2133797dc367c99da73) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent delete key action inside input field even if modifier is pressed. + +- [#1373](https://github.com/bcakmakoglu/vue-flow/pull/1373) [`a88cd9e`](https://github.com/bcakmakoglu/vue-flow/commit/a88cd9e10da077f9ea71ba87e377d35ad64ef110) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Set ltr on vue flow wrapper + +- [#1374](https://github.com/bcakmakoglu/vue-flow/pull/1374) [`2821c32`](https://github.com/bcakmakoglu/vue-flow/commit/2821c32b4fa7b6f929f62b70591d050190d3ee5d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow pinch-zoom if preventScrolling is disabled + ## 1.33.5 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 57627c25..17b0ecec 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.33.5", + "version": "1.33.6", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",