diff --git a/.changeset/cuddly-pets-look.md b/.changeset/cuddly-pets-look.md deleted file mode 100644 index d7f0aa78..00000000 --- a/.changeset/cuddly-pets-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Add dragging class to nodes on `drag` instead of `dragStart` diff --git a/.changeset/friendly-guests-crash.md b/.changeset/friendly-guests-crash.md deleted file mode 100644 index f5edec7d..00000000 --- a/.changeset/friendly-guests-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Pass edge styles to edge path element diff --git a/.changeset/great-dolphins-move.md b/.changeset/great-dolphins-move.md deleted file mode 100644 index dddfd34c..00000000 --- a/.changeset/great-dolphins-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Fix edge texts not properly aligning to center diff --git a/.changeset/quiet-kings-mate.md b/.changeset/quiet-kings-mate.md deleted file mode 100644 index 0c0203ad..00000000 --- a/.changeset/quiet-kings-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Add missing dragging class to pane diff --git a/.changeset/tall-pumas-care.md b/.changeset/tall-pumas-care.md deleted file mode 100644 index e0029227..00000000 --- a/.changeset/tall-pumas-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Elements not properly unselected when clicking node and edge afterwards diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 80fd9158..90c53168 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,19 @@ # @vue-flow/core +## 1.1.2 + +### Patch Changes + +- [#337](https://github.com/bcakmakoglu/vue-flow/pull/337) [`12d9f79`](https://github.com/bcakmakoglu/vue-flow/commit/12d9f79d1ba5ee3b2e6b45db54ee466156182f61) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add dragging class to nodes on `drag` instead of `dragStart` + +- [#341](https://github.com/bcakmakoglu/vue-flow/pull/341) [`d2ed19e`](https://github.com/bcakmakoglu/vue-flow/commit/d2ed19eebad2a8d3ee40f55f3f1dc63037ef73bb) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Pass edge styles to edge path element + +- [`949d19f`](https://github.com/bcakmakoglu/vue-flow/commit/949d19ff5d120f30ffbef35beb960ce6037082bb) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix edge texts not properly aligning to center + +- [#333](https://github.com/bcakmakoglu/vue-flow/pull/333) [`8583e13`](https://github.com/bcakmakoglu/vue-flow/commit/8583e13db98fe32f23d91b1952cee91778fd434e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add missing dragging class to pane + +- [#336](https://github.com/bcakmakoglu/vue-flow/pull/336) [`1aaac25`](https://github.com/bcakmakoglu/vue-flow/commit/1aaac25e76367602c9de9198ba1202b728267371) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Elements not properly unselected when clicking node and edge afterwards + ## 1.1.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 7dbc44bd..ebe6ff61 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.1.1", + "version": "1.1.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",