diff --git a/.changeset/empty-falcons-obey.md b/.changeset/empty-falcons-obey.md deleted file mode 100644 index e607799b3..000000000 --- a/.changeset/empty-falcons-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Reorder pane class names to allow dragging cursor when selection mode is permanently enabled diff --git a/.changeset/lovely-hairs-push.md b/.changeset/lovely-hairs-push.md deleted file mode 100644 index f0c12a418..000000000 --- a/.changeset/lovely-hairs-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Set `isPressed` to `true` if permanent keypress is enabled diff --git a/.changeset/nasty-panthers-admire.md b/.changeset/nasty-panthers-admire.md deleted file mode 100644 index 75fcafc4f..000000000 --- a/.changeset/nasty-panthers-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Allow pan on drag when selectionKeyCode is `true` but panOnDrag key is not left mouse btn diff --git a/.changeset/real-radios-learn.md b/.changeset/real-radios-learn.md deleted file mode 100644 index a73777dd3..000000000 --- a/.changeset/real-radios-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/background": patch ---- - -Start patterns at 0,0 diff --git a/.changeset/smart-lies-impress.md b/.changeset/smart-lies-impress.md deleted file mode 100644 index 89086bdda..000000000 --- a/.changeset/smart-lies-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use all handle bounds when using loose connection mode during edge update diff --git a/packages/background/CHANGELOG.md b/packages/background/CHANGELOG.md index 40bd938af..1169c3778 100644 --- a/packages/background/CHANGELOG.md +++ b/packages/background/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/background +## 1.3.1 + +### Patch Changes + +- [#1666](https://github.com/bcakmakoglu/vue-flow/pull/1666) [`a48659a`](https://github.com/bcakmakoglu/vue-flow/commit/a48659a9215ca037221e09fccab85ea04b1a50d6) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Start patterns at 0,0 + ## 1.3.0 ### Minor Changes diff --git a/packages/background/package.json b/packages/background/package.json index 3bde3f4ab..b2af8223d 100644 --- a/packages/background/package.json +++ b/packages/background/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/background", - "version": "1.3.0", + "version": "1.3.1", "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 d7e9c1207..23918ed70 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @vue-flow/core +## 1.41.3 + +### Patch Changes + +- [#1662](https://github.com/bcakmakoglu/vue-flow/pull/1662) [`a41bd7b`](https://github.com/bcakmakoglu/vue-flow/commit/a41bd7b8218a47061824f2f4a5a2a7758e62561a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Reorder pane class names to allow dragging cursor when selection mode is permanently enabled + +- [#1667](https://github.com/bcakmakoglu/vue-flow/pull/1667) [`e51f08c`](https://github.com/bcakmakoglu/vue-flow/commit/e51f08cb51ee1bf442b70b88ce74f54db86ad4a7) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Set `isPressed` to `true` if permanent keypress is enabled + +- [#1662](https://github.com/bcakmakoglu/vue-flow/pull/1662) [`a41bd7b`](https://github.com/bcakmakoglu/vue-flow/commit/a41bd7b8218a47061824f2f4a5a2a7758e62561a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow pan on drag when selectionKeyCode is `true` but panOnDrag key is not left mouse btn + +- [#1665](https://github.com/bcakmakoglu/vue-flow/pull/1665) [`a6ec480`](https://github.com/bcakmakoglu/vue-flow/commit/a6ec4800f3256ce6d7d5d88212ac780634cb4f09) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use all handle bounds when using loose connection mode during edge update + ## 1.41.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 34bb4bed9..34f851337 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.41.2", + "version": "1.41.3", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",