diff --git a/.changeset/green-dragons-explain.md b/.changeset/green-dragons-explain.md deleted file mode 100644 index 6e36d420..00000000 --- a/.changeset/green-dragons-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Prevent `mouseup` handler from resetting `startHandle` before connections can be made when using `connectOnClick` diff --git a/.changeset/serious-turkeys-reflect.md b/.changeset/serious-turkeys-reflect.md deleted file mode 100644 index dde8ab9c..00000000 --- a/.changeset/serious-turkeys-reflect.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Passing `single` option breaks `connectable` check when no handle ids are set -- Pass `connectable` to correct handle prop in default node types diff --git a/.changeset/short-dots-beg.md b/.changeset/short-dots-beg.md deleted file mode 100644 index c0d73bce..00000000 --- a/.changeset/short-dots-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Add `dragging` class name to pane on drag diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 65728dcd..80fd9158 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @vue-flow/core +## 1.1.1 + +### Patch Changes + +- [#328](https://github.com/bcakmakoglu/vue-flow/pull/328) [`1e5a77d6`](https://github.com/bcakmakoglu/vue-flow/commit/1e5a77d608c79c7701f97a81690fa5babc7c2514) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent `mouseup` handler from resetting `startHandle` before connections can be made when using `connectOnClick` + +- [#328](https://github.com/bcakmakoglu/vue-flow/pull/328) [`18a812db`](https://github.com/bcakmakoglu/vue-flow/commit/18a812db6445941ff626921a311f2f2aefd84968) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Passing `single` option breaks `connectable` check when no handle ids are set + + - Pass `connectable` to correct handle prop in default node types + +- [#328](https://github.com/bcakmakoglu/vue-flow/pull/328) [`a415353b`](https://github.com/bcakmakoglu/vue-flow/commit/a415353ba5fe3bb29b33704baf5d83b869e508f1) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `dragging` class name to pane on drag + ## 1.1.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 24513f52..7dbc44bd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.1.0", + "version": "1.1.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",