From b3c70da5e2f707358c22242d87c20828c011050d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 24 Jul 2023 20:46:19 +0000 Subject: [PATCH] chore: bump versions --- .changeset/angry-feet-act.md | 5 ----- .changeset/cuddly-pigs-hope.md | 5 ----- .changeset/dry-boxes-raise.md | 5 ----- .changeset/khaki-waves-brush.md | 5 ----- .changeset/mean-peaches-develop.md | 5 ----- .changeset/sharp-ladybugs-repair.md | 5 ----- .changeset/soft-icons-marry.md | 5 ----- .changeset/wicked-fans-kneel.md | 5 ----- packages/core/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/core/package.json | 2 +- 10 files changed, 23 insertions(+), 41 deletions(-) delete mode 100644 .changeset/angry-feet-act.md delete mode 100644 .changeset/cuddly-pigs-hope.md delete mode 100644 .changeset/dry-boxes-raise.md delete mode 100644 .changeset/khaki-waves-brush.md delete mode 100644 .changeset/mean-peaches-develop.md delete mode 100644 .changeset/sharp-ladybugs-repair.md delete mode 100644 .changeset/soft-icons-marry.md delete mode 100644 .changeset/wicked-fans-kneel.md diff --git a/.changeset/angry-feet-act.md b/.changeset/angry-feet-act.md deleted file mode 100644 index a0b58739..00000000 --- a/.changeset/angry-feet-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Deprecate `getTransform` and `setTransform` and add `getViewport` and `setViewport` instead diff --git a/.changeset/cuddly-pigs-hope.md b/.changeset/cuddly-pigs-hope.md deleted file mode 100644 index c9800820..00000000 --- a/.changeset/cuddly-pigs-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add `hasListener` to event hook objects to check if any listeners are bound diff --git a/.changeset/dry-boxes-raise.md b/.changeset/dry-boxes-raise.md deleted file mode 100644 index 507a808d..00000000 --- a/.changeset/dry-boxes-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Return promises from viewport actions that are resolved when the transition of the action has ended diff --git a/.changeset/khaki-waves-brush.md b/.changeset/khaki-waves-brush.md deleted file mode 100644 index 35c14ea5..00000000 --- a/.changeset/khaki-waves-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Do not wait for the nodes initialized hook to trigger for viewport helper to become ready diff --git a/.changeset/mean-peaches-develop.md b/.changeset/mean-peaches-develop.md deleted file mode 100644 index 5a1e059f..00000000 --- a/.changeset/mean-peaches-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add flag to `removeNodes` which allows recursively removing all child nodes of a parent diff --git a/.changeset/sharp-ladybugs-repair.md b/.changeset/sharp-ladybugs-repair.md deleted file mode 100644 index a0dea27b..00000000 --- a/.changeset/sharp-ladybugs-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Destroy state when the creating scope is disposed. diff --git a/.changeset/soft-icons-marry.md b/.changeset/soft-icons-marry.md deleted file mode 100644 index 707c74d2..00000000 --- a/.changeset/soft-icons-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Allow passing string or `{ id }` type object to `getIncomers` and `getOutgoers` diff --git a/.changeset/wicked-fans-kneel.md b/.changeset/wicked-fans-kneel.md deleted file mode 100644 index a8dbe05f..00000000 --- a/.changeset/wicked-fans-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Watch `applyDefault` state in `useVueFlow` scope instead of component scope otherwise adding nodes/edges to the state is impossible until the `VueFlow` component has mounted unless the changes handlers are explicitly bound by the user. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4d5cac41..789f29c9 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,27 @@ # @vue-flow/core +## 1.22.0 + +### Minor Changes + +- [#1034](https://github.com/bcakmakoglu/vue-flow/pull/1034) [`080d8f41`](https://github.com/bcakmakoglu/vue-flow/commit/080d8f414f915d7a00017a0a2b4fcc67bac7e7ef) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Deprecate `getTransform` and `setTransform` and add `getViewport` and `setViewport` instead + +- [#1034](https://github.com/bcakmakoglu/vue-flow/pull/1034) [`763ea593`](https://github.com/bcakmakoglu/vue-flow/commit/763ea5930bc01d01b53314f68e5d51b674b44ac5) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `hasListener` to event hook objects to check if any listeners are bound + +- [#1034](https://github.com/bcakmakoglu/vue-flow/pull/1034) [`4c191dfe`](https://github.com/bcakmakoglu/vue-flow/commit/4c191dfe8ce109738efdc66b2d6d503011936d00) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Return promises from viewport actions that are resolved when the transition of the action has ended + +- [#1034](https://github.com/bcakmakoglu/vue-flow/pull/1034) [`5d08d68a`](https://github.com/bcakmakoglu/vue-flow/commit/5d08d68a3cc8417785b835534a19376545d7b113) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add flag to `removeNodes` which allows recursively removing all child nodes of a parent + +- [#1034](https://github.com/bcakmakoglu/vue-flow/pull/1034) [`5d08d68a`](https://github.com/bcakmakoglu/vue-flow/commit/5d08d68a3cc8417785b835534a19376545d7b113) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow passing string or `{ id }` type object to `getIncomers` and `getOutgoers` + +### Patch Changes + +- [#1034](https://github.com/bcakmakoglu/vue-flow/pull/1034) [`080d8f41`](https://github.com/bcakmakoglu/vue-flow/commit/080d8f414f915d7a00017a0a2b4fcc67bac7e7ef) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Do not wait for the nodes initialized hook to trigger for viewport helper to become ready + +- [#1034](https://github.com/bcakmakoglu/vue-flow/pull/1034) [`5e1802ca`](https://github.com/bcakmakoglu/vue-flow/commit/5e1802caa42161903d8a4f8a7265f6fa5a65d342) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Destroy state when the creating scope is disposed. + +- [#1034](https://github.com/bcakmakoglu/vue-flow/pull/1034) [`afd1d235`](https://github.com/bcakmakoglu/vue-flow/commit/afd1d235099b5034ad317f32c6f5658fb9b5115a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Watch `applyDefault` state in `useVueFlow` scope instead of component scope otherwise adding nodes/edges to the state is impossible until the `VueFlow` component has mounted unless the changes handlers are explicitly bound by the user. + ## 1.21.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index b84c52f8..b5607e50 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.21.3", + "version": "1.22.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",