diff --git a/.changeset/cyan-bugs-fetch.md b/.changeset/cyan-bugs-fetch.md deleted file mode 100644 index 586f822d..00000000 --- a/.changeset/cyan-bugs-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/resize-rotate-node": patch ---- - -Sync Node position after Resizing diff --git a/.changeset/late-islands-dance.md b/.changeset/late-islands-dance.md deleted file mode 100644 index 6137d3cc..00000000 --- a/.changeset/late-islands-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Prevent valid connections on same node and same handle diff --git a/.changeset/pink-walls-change.md b/.changeset/pink-walls-change.md deleted file mode 100644 index 32ba9eea..00000000 --- a/.changeset/pink-walls-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Allow middle mouse pan over edges diff --git a/.changeset/poor-bottles-rule.md b/.changeset/poor-bottles-rule.md deleted file mode 100644 index 85241d98..00000000 --- a/.changeset/poor-bottles-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Add `HandleConnectableFunc` type diff --git a/.changeset/small-birds-worry.md b/.changeset/small-birds-worry.md deleted file mode 100644 index 9f3d0dcf..00000000 --- a/.changeset/small-birds-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Remove barrel files and use auto-imports instead (internal change) diff --git a/.changeset/thin-fishes-move.md b/.changeset/thin-fishes-move.md deleted file mode 100644 index 8f834247..00000000 --- a/.changeset/thin-fishes-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Type `markerEnd` and `markerStart` in `EdgeProps` diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 1d3c9d61..c4aaa99f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,19 @@ # @vue-flow/core +## 1.5.4 + +### Patch Changes + +- [#486](https://github.com/bcakmakoglu/vue-flow/pull/486) [`912da4d`](https://github.com/bcakmakoglu/vue-flow/commit/912da4d0a6f0ed48f9455678eb978b9a5e0c08f6) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent valid connections on same node and same handle + +- [#485](https://github.com/bcakmakoglu/vue-flow/pull/485) [`7ba6215`](https://github.com/bcakmakoglu/vue-flow/commit/7ba621554276e10e2be1cb441928354b4ddfd073) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow middle mouse pan over edges + +- [#481](https://github.com/bcakmakoglu/vue-flow/pull/481) [`aed0845`](https://github.com/bcakmakoglu/vue-flow/commit/aed08458575e8832f07922b6cb104e0185306a74) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `HandleConnectableFunc` type + +- [#483](https://github.com/bcakmakoglu/vue-flow/pull/483) [`9326c58`](https://github.com/bcakmakoglu/vue-flow/commit/9326c580da5cebc3fd39d1ade195291033c03e54) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove barrel files and use auto-imports instead (internal change) + +- [#479](https://github.com/bcakmakoglu/vue-flow/pull/479) [`c673b04`](https://github.com/bcakmakoglu/vue-flow/commit/c673b044227a6702c695691be6f94f4331812dec) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Type `markerEnd` and `markerStart` in `EdgeProps` + ## 1.5.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 56716de9..dc8ebf9f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.5.3", + "version": "1.5.4", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/resize-rotate-node/CHANGELOG.md b/packages/resize-rotate-node/CHANGELOG.md index 58a55159..aee6998b 100644 --- a/packages/resize-rotate-node/CHANGELOG.md +++ b/packages/resize-rotate-node/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/resize-rotate-node +## 1.0.2 + +### Patch Changes + +- [#469](https://github.com/bcakmakoglu/vue-flow/pull/469) [`870eec0`](https://github.com/bcakmakoglu/vue-flow/commit/870eec046f00ad19bd0866278729ae9269624299) Thanks [@Congyuwang](https://github.com/Congyuwang)! - Sync Node position after Resizing + ## 1.0.1 ### Patch Changes diff --git a/packages/resize-rotate-node/package.json b/packages/resize-rotate-node/package.json index 0ea2381e..bcefe084 100644 --- a/packages/resize-rotate-node/package.json +++ b/packages/resize-rotate-node/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/resize-rotate-node", - "version": "1.0.1", + "version": "1.0.2", "private": false, "repository": { "type": "git",