diff --git a/.changeset/cold-cars-reply.md b/.changeset/cold-cars-reply.md deleted file mode 100644 index 92e1db84..00000000 --- a/.changeset/cold-cars-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use connectionClickStartHandle for click connect diff --git a/.changeset/dull-ads-invent.md b/.changeset/dull-ads-invent.md deleted file mode 100644 index 21c0e0c8..00000000 --- a/.changeset/dull-ads-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Remove duplicate event bindings from handle diff --git a/.changeset/olive-swans-eat.md b/.changeset/olive-swans-eat.md deleted file mode 100644 index 0f82da11..00000000 --- a/.changeset/olive-swans-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Add noPanClassName to handles diff --git a/.changeset/thin-deers-provide.md b/.changeset/thin-deers-provide.md deleted file mode 100644 index 6748cdbf..00000000 --- a/.changeset/thin-deers-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Allow null values to be set for key codes diff --git a/.changeset/wise-bees-battle.md b/.changeset/wise-bees-battle.md deleted file mode 100644 index 1b95502b..00000000 --- a/.changeset/wise-bees-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use fallback for connectableStart and connectableEnd diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 6c0bca59..6554edbf 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,19 @@ # @vue-flow/core +## 1.18.1 + +### Patch Changes + +- [#847](https://github.com/bcakmakoglu/vue-flow/pull/847) [`eee41ece`](https://github.com/bcakmakoglu/vue-flow/commit/eee41ece3ab58bd4572f73701917fed11f64ee19) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use connectionClickStartHandle for click connect + +- [#847](https://github.com/bcakmakoglu/vue-flow/pull/847) [`25145030`](https://github.com/bcakmakoglu/vue-flow/commit/251450300f1637a69c0f04ec3f5d27a6ca59fd4a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove duplicate event bindings from handle + +- [#843](https://github.com/bcakmakoglu/vue-flow/pull/843) [`6320e5e7`](https://github.com/bcakmakoglu/vue-flow/commit/6320e5e71ae03950b599db3a8f0136728e00f671) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add noPanClassName to handles + +- [#844](https://github.com/bcakmakoglu/vue-flow/pull/844) [`6978468d`](https://github.com/bcakmakoglu/vue-flow/commit/6978468d2d68918e16e9d8607216242cb6b31ead) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow null values to be set for key codes + +- [#843](https://github.com/bcakmakoglu/vue-flow/pull/843) [`6320e5e7`](https://github.com/bcakmakoglu/vue-flow/commit/6320e5e71ae03950b599db3a8f0136728e00f671) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use fallback for connectableStart and connectableEnd + ## 1.18.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index ebe0d603..8e31c142 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.18.0", + "version": "1.18.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",