diff --git a/.changeset/giant-feet-sing.md b/.changeset/giant-feet-sing.md deleted file mode 100644 index bd1edb15..00000000 --- a/.changeset/giant-feet-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Allow passing objects with only `id` to `getConnectedEdges` nodes arg diff --git a/.changeset/hip-glasses-eat.md b/.changeset/hip-glasses-eat.md deleted file mode 100644 index 9c0fa277..00000000 --- a/.changeset/hip-glasses-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Remove `stop` from `EdgeRenderer` as watcher has been removed and stop refers to `window.stop` which causes requests to be cancelled when VueFlow is unmounted diff --git a/.changeset/long-trains-allow.md b/.changeset/long-trains-allow.md deleted file mode 100644 index a50c95c6..00000000 --- a/.changeset/long-trains-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/background": minor ---- - -Add `lineWidth` prop to background component. Allows changing line bg stroke width diff --git a/.changeset/serious-books-itch.md b/.changeset/serious-books-itch.md deleted file mode 100644 index c0f0cea2..00000000 --- a/.changeset/serious-books-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add `onError` hook which allows handling vue flow errors by users. Will default to console.warn if no handler is passed diff --git a/.changeset/slow-roses-buy.md b/.changeset/slow-roses-buy.md deleted file mode 100644 index 3f5cd7c1..00000000 --- a/.changeset/slow-roses-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/background": minor ---- - -Allow setting gap as number or number array (x,y) diff --git a/.changeset/wicked-falcons-unite.md b/.changeset/wicked-falcons-unite.md deleted file mode 100644 index e54f8b8e..00000000 --- a/.changeset/wicked-falcons-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/background": minor ---- - -Add `offset` prop to background component. Allows for offsetting individual backgrounds to create a "multi" bg. diff --git a/packages/background/CHANGELOG.md b/packages/background/CHANGELOG.md index 634e4720..3e8c373a 100644 --- a/packages/background/CHANGELOG.md +++ b/packages/background/CHANGELOG.md @@ -1,5 +1,15 @@ # @vue-flow/background +## 1.1.0 + +### Minor Changes + +- [#782](https://github.com/bcakmakoglu/vue-flow/pull/782) [`59430fe3`](https://github.com/bcakmakoglu/vue-flow/commit/59430fe343f5e229864bef8cc857c4c7cc025491) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `lineWidth` prop to background component. Allows changing line bg stroke width + +- [#782](https://github.com/bcakmakoglu/vue-flow/pull/782) [`59430fe3`](https://github.com/bcakmakoglu/vue-flow/commit/59430fe343f5e229864bef8cc857c4c7cc025491) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow setting gap as number or number array (x,y) + +- [#782](https://github.com/bcakmakoglu/vue-flow/pull/782) [`59430fe3`](https://github.com/bcakmakoglu/vue-flow/commit/59430fe343f5e229864bef8cc857c4c7cc025491) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `offset` prop to background component. Allows for offsetting individual backgrounds to create a "multi" bg. + ## 1.0.5 ### Patch Changes diff --git a/packages/background/package.json b/packages/background/package.json index 00822e87..2e25fd52 100644 --- a/packages/background/package.json +++ b/packages/background/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/background", - "version": "1.0.5", + "version": "1.1.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8a0ecf2b..2b17faaf 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @vue-flow/core +## 1.17.0 + +### Minor Changes + +- [#785](https://github.com/bcakmakoglu/vue-flow/pull/785) [`7667aa60`](https://github.com/bcakmakoglu/vue-flow/commit/7667aa60b819cc7c545d5374e49cdc27d5004d5b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow passing objects with only `id` to `getConnectedEdges` nodes arg + +- [#781](https://github.com/bcakmakoglu/vue-flow/pull/781) [`ad8c7897`](https://github.com/bcakmakoglu/vue-flow/commit/ad8c78977cd0e436e6f9602ecf5ea0805bf8ac13) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `onError` hook which allows handling vue flow errors by users. Will default to console.warn if no handler is passed + +### Patch Changes + +- [#783](https://github.com/bcakmakoglu/vue-flow/pull/783) [`b864c436`](https://github.com/bcakmakoglu/vue-flow/commit/b864c43677779782e98f5cb809a047f2dc5b0aff) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove `stop` from `EdgeRenderer` as watcher has been removed and stop refers to `window.stop` which causes requests to be cancelled when VueFlow is unmounted + ## 1.16.5 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 29a322f2..02f07164 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.16.5", + "version": "1.17.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",