diff --git a/.changeset/chatty-cups-yawn.md b/.changeset/chatty-cups-yawn.md deleted file mode 100644 index b36fa13ea..000000000 --- a/.changeset/chatty-cups-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Prevent handles with connectable `false` from being considered valid handles diff --git a/.changeset/many-bobcats-draw.md b/.changeset/many-bobcats-draw.md deleted file mode 100644 index 89439a125..000000000 --- a/.changeset/many-bobcats-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Unwrap `nodesConnectable` ref in onClick handler of handles diff --git a/.changeset/rare-colts-remember.md b/.changeset/rare-colts-remember.md deleted file mode 100644 index da0cce6e6..000000000 --- a/.changeset/rare-colts-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Fix edges and connection line paths not matching up diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 539c6d387..ff3ad9de9 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @vue-flow/core +## 1.17.5 + +### Patch Changes + +- [#825](https://github.com/bcakmakoglu/vue-flow/pull/825) [`50f1dff`](https://github.com/bcakmakoglu/vue-flow/commit/50f1dff9e0b76862f5c02efc5b3f2b10513d3194) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent handles with connectable `false` from being considered valid handles + +- [#826](https://github.com/bcakmakoglu/vue-flow/pull/826) [`95dd1ae`](https://github.com/bcakmakoglu/vue-flow/commit/95dd1aef34776f3cc92f90306d1087c42805ac67) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Unwrap `nodesConnectable` ref in onClick handler of handles + +- [#828](https://github.com/bcakmakoglu/vue-flow/pull/828) [`184c273`](https://github.com/bcakmakoglu/vue-flow/commit/184c27392e07d9f5d9e290a8b1df996f89389103) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix edges and connection line paths not matching up + ## 1.17.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 53dce96c1..efb1b2472 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.17.4", + "version": "1.17.5", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/pathfinding-edge/package.json b/packages/pathfinding-edge/package.json index ecc74cd1a..b0d0c73ed 100644 --- a/packages/pathfinding-edge/package.json +++ b/packages/pathfinding-edge/package.json @@ -24,7 +24,7 @@ "types": "pnpm prepare && vue-tsc --declaration --emitDeclarationOnly && shx rm -rf tmp", "postbuild": "shx rm -rf tmp", "test": "exit 0;", - "lint": "eslint --ext .js,.ts,.vue ./" + "lint": "eslint --ext .js,.ts,.vue ./" }, "peerDependencies": { "@vue-flow/core": "^1.12.2"