diff --git a/.changeset/great-jokes-arrive.md b/.changeset/great-jokes-arrive.md deleted file mode 100644 index 97debef0a..000000000 --- a/.changeset/great-jokes-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Subtract container bounds when calculating pointer position. diff --git a/.changeset/nine-bees-pay.md b/.changeset/nine-bees-pay.md deleted file mode 100644 index aed163f82..000000000 --- a/.changeset/nine-bees-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Add aria-hidden to markers diff --git a/.changeset/shiny-pots-wash.md b/.changeset/shiny-pots-wash.md deleted file mode 100644 index 12b7e53d8..000000000 --- a/.changeset/shiny-pots-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Allow passing null or undefined to `useNodeConnections` options diff --git a/.changeset/wild-bobcats-wash.md b/.changeset/wild-bobcats-wash.md deleted file mode 100644 index 78e029701..000000000 --- a/.changeset/wild-bobcats-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Fall back to using changedTouches when passing a touchend or touchcancel event to getEventPosition. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index da617a283..e12d3c3bd 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,19 @@ # @vue-flow/core +## 1.43.0 + +### Minor Changes + +- [#1820](https://github.com/bcakmakoglu/vue-flow/pull/1820) [`2201cdd`](https://github.com/bcakmakoglu/vue-flow/commit/2201cdda386b75a8c52c9cb37e0ccbe6ffcd5830) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow passing null or undefined to `useNodeConnections` options + +### Patch Changes + +- [#1829](https://github.com/bcakmakoglu/vue-flow/pull/1829) [`a4ea4f7`](https://github.com/bcakmakoglu/vue-flow/commit/a4ea4f7735d7f65d1085d8d70a559c85303cd857) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Subtract container bounds when calculating pointer position. + +- [#1817](https://github.com/bcakmakoglu/vue-flow/pull/1817) [`0cc4c99`](https://github.com/bcakmakoglu/vue-flow/commit/0cc4c99d13eae3d766579ed18d92404a976e4a9d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add aria-hidden to markers + +- [#1830](https://github.com/bcakmakoglu/vue-flow/pull/1830) [`110acf1`](https://github.com/bcakmakoglu/vue-flow/commit/110acf1f730271e87e88147cde308d00ad3aac04) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fall back to using changedTouches when passing a touchend or touchcancel event to getEventPosition. + ## 1.42.5 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index e2129ed71..a7cf201c9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.42.5", + "version": "1.43.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",