From c4becc3523cb8fbcbf24a657b4a6cd5df1cf60d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 21 Jan 2024 12:41:48 +0000 Subject: [PATCH] chore: bump versions --- .changeset/beige-trees-design.md | 5 ----- .changeset/gorgeous-hounds-fix.md | 5 ----- .changeset/grumpy-elephants-burn.md | 5 ----- .changeset/khaki-worms-hug.md | 5 ----- .changeset/lazy-cherries-sparkle.md | 5 ----- .changeset/quick-hounds-wonder.md | 5 ----- .changeset/smooth-steaks-doubt.md | 5 ----- .changeset/swift-rockets-trade.md | 5 ----- .changeset/warm-spiders-drum.md | 5 ----- .changeset/wicked-ants-switch.md | 5 ----- packages/core/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/core/package.json | 2 +- packages/minimap/CHANGELOG.md | 6 ++++++ packages/minimap/package.json | 2 +- 14 files changed, 32 insertions(+), 52 deletions(-) delete mode 100644 .changeset/beige-trees-design.md delete mode 100644 .changeset/gorgeous-hounds-fix.md delete mode 100644 .changeset/grumpy-elephants-burn.md delete mode 100644 .changeset/khaki-worms-hug.md delete mode 100644 .changeset/lazy-cherries-sparkle.md delete mode 100644 .changeset/quick-hounds-wonder.md delete mode 100644 .changeset/smooth-steaks-doubt.md delete mode 100644 .changeset/swift-rockets-trade.md delete mode 100644 .changeset/warm-spiders-drum.md delete mode 100644 .changeset/wicked-ants-switch.md diff --git a/.changeset/beige-trees-design.md b/.changeset/beige-trees-design.md deleted file mode 100644 index 1b71d5bb..00000000 --- a/.changeset/beige-trees-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Pass vueflow id to `getMarkerId` in connection line component diff --git a/.changeset/gorgeous-hounds-fix.md b/.changeset/gorgeous-hounds-fix.md deleted file mode 100644 index f9172889..00000000 --- a/.changeset/gorgeous-hounds-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Add default event handler when no handlers for a given event exist anymore diff --git a/.changeset/grumpy-elephants-burn.md b/.changeset/grumpy-elephants-burn.md deleted file mode 100644 index d4048765..00000000 --- a/.changeset/grumpy-elephants-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Allow panning on scroll when selection is active diff --git a/.changeset/khaki-worms-hug.md b/.changeset/khaki-worms-hug.md deleted file mode 100644 index 87c2f99f..00000000 --- a/.changeset/khaki-worms-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Expose handleClick and handlePointerDown from handle components diff --git a/.changeset/lazy-cherries-sparkle.md b/.changeset/lazy-cherries-sparkle.md deleted file mode 100644 index 34bd64db..00000000 --- a/.changeset/lazy-cherries-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/minimap": minor ---- - -Inherit attrs in minimap diff --git a/.changeset/quick-hounds-wonder.md b/.changeset/quick-hounds-wonder.md deleted file mode 100644 index 5d246ad8..00000000 --- a/.changeset/quick-hounds-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Merge connection line styles with options diff --git a/.changeset/smooth-steaks-doubt.md b/.changeset/smooth-steaks-doubt.md deleted file mode 100644 index b0b74ca6..00000000 --- a/.changeset/smooth-steaks-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Return false for boolean key filter and set the `isPressed` ref to whatever the keyFilter would be (true/false) diff --git a/.changeset/swift-rockets-trade.md b/.changeset/swift-rockets-trade.md deleted file mode 100644 index 3c1daf54..00000000 --- a/.changeset/swift-rockets-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add `useConnection` composable for easy access of current connection params diff --git a/.changeset/warm-spiders-drum.md b/.changeset/warm-spiders-drum.md deleted file mode 100644 index 27af96e3..00000000 --- a/.changeset/warm-spiders-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Await fitView before emitting pane-ready diff --git a/.changeset/wicked-ants-switch.md b/.changeset/wicked-ants-switch.md deleted file mode 100644 index 678840ad..00000000 --- a/.changeset/wicked-ants-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Add fallback for connection line type (bezier as default) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 19f6b0ba..101a8a4d 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,29 @@ # @vue-flow/core +## 1.29.0 + +### Minor Changes + +- [#1237](https://github.com/bcakmakoglu/vue-flow/pull/1237) [`16c7d32`](https://github.com/bcakmakoglu/vue-flow/commit/16c7d32746d72dd413e866c5c19461a5bee227ca) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Expose handleClick and handlePointerDown from handle components + +- [#1238](https://github.com/bcakmakoglu/vue-flow/pull/1238) [`dd4cbe0`](https://github.com/bcakmakoglu/vue-flow/commit/dd4cbe0c92121fc6039e5f43bdc6e5d1663b8069) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `useConnection` composable for easy access of current connection params + +### Patch Changes + +- [#1243](https://github.com/bcakmakoglu/vue-flow/pull/1243) [`b5e77a4`](https://github.com/bcakmakoglu/vue-flow/commit/b5e77a43da76db0ee4cbc16d205e90ef84f2ed62) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Pass vueflow id to `getMarkerId` in connection line component + +- [#1236](https://github.com/bcakmakoglu/vue-flow/pull/1236) [`be15b5a`](https://github.com/bcakmakoglu/vue-flow/commit/be15b5acbcb6ccd06107a5dc195cc9e0c35b211c) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add default event handler when no handlers for a given event exist anymore + +- [#1250](https://github.com/bcakmakoglu/vue-flow/pull/1250) [`f3c786f`](https://github.com/bcakmakoglu/vue-flow/commit/f3c786f3c9e4445a401e063306e8d1985b3eaf5e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow panning on scroll when selection is active + +- [#1236](https://github.com/bcakmakoglu/vue-flow/pull/1236) [`d46ac3a`](https://github.com/bcakmakoglu/vue-flow/commit/d46ac3a52c55e96d2e1994a60407767cdd945118) Thanks [@github-actions](https://github.com/apps/github-actions)! - Merge connection line styles with options + +- [#1250](https://github.com/bcakmakoglu/vue-flow/pull/1250) [`b71754f`](https://github.com/bcakmakoglu/vue-flow/commit/b71754fe10a3f7a13132ed1f6058385da267ed88) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Return false for boolean key filter and set the `isPressed` ref to whatever the keyFilter would be (true/false) + +- [#1250](https://github.com/bcakmakoglu/vue-flow/pull/1250) [`4109cf1`](https://github.com/bcakmakoglu/vue-flow/commit/4109cf1027455fbb308cdc4262e401e904ad07e2) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Await fitView before emitting pane-ready + +- [#1236](https://github.com/bcakmakoglu/vue-flow/pull/1236) [`d46ac3a`](https://github.com/bcakmakoglu/vue-flow/commit/d46ac3a52c55e96d2e1994a60407767cdd945118) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add fallback for connection line type (bezier as default) + ## 1.28.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 4cd3d06f..c962caa4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.28.0", + "version": "1.29.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/minimap/CHANGELOG.md b/packages/minimap/CHANGELOG.md index 79337363..b8b1a668 100644 --- a/packages/minimap/CHANGELOG.md +++ b/packages/minimap/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/minimap +## 1.4.0 + +### Minor Changes + +- [#1249](https://github.com/bcakmakoglu/vue-flow/pull/1249) [`a8bdb93`](https://github.com/bcakmakoglu/vue-flow/commit/a8bdb931771c47ecf985e3d0340a5c456efd1a31) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Inherit attrs in minimap + ## 1.3.0 ### Minor Changes diff --git a/packages/minimap/package.json b/packages/minimap/package.json index 21ca52a2..49f40f07 100644 --- a/packages/minimap/package.json +++ b/packages/minimap/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/minimap", - "version": "1.3.0", + "version": "1.4.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",