From b835e173beabf2d1b1ba91339d47d1d736be19c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 7 Jan 2023 17:05:09 +0000 Subject: [PATCH] chore: next release --- .changeset/dirty-turkeys-thank.md | 5 ----- .changeset/dry-ligers-do.md | 5 ----- .changeset/popular-spoons-relax.md | 5 ----- .changeset/shiny-seals-rule.md | 5 ----- packages/core/CHANGELOG.md | 14 ++++++++++++++ packages/core/package.json | 2 +- 6 files changed, 15 insertions(+), 21 deletions(-) delete mode 100644 .changeset/dirty-turkeys-thank.md delete mode 100644 .changeset/dry-ligers-do.md delete mode 100644 .changeset/popular-spoons-relax.md delete mode 100644 .changeset/shiny-seals-rule.md diff --git a/.changeset/dirty-turkeys-thank.md b/.changeset/dirty-turkeys-thank.md deleted file mode 100644 index 9af824c1..00000000 --- a/.changeset/dirty-turkeys-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Prevent elements that have selectable disabled from being selected diff --git a/.changeset/dry-ligers-do.md b/.changeset/dry-ligers-do.md deleted file mode 100644 index 8136d0f5..00000000 --- a/.changeset/dry-ligers-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': minor ---- - -Add `deletable` option to nodes and edges. If set to false it will prevent nodes and edges to be removed when `removeNodes` or `removeEdges` is triggered diff --git a/.changeset/popular-spoons-relax.md b/.changeset/popular-spoons-relax.md deleted file mode 100644 index 3b884c39..00000000 --- a/.changeset/popular-spoons-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Skip updating positions when `updateNodeInternals` is triggered - it will only update node dimensions (which can trigger a position update) diff --git a/.changeset/shiny-seals-rule.md b/.changeset/shiny-seals-rule.md deleted file mode 100644 index 399c9210..00000000 --- a/.changeset/shiny-seals-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Use flush timing `pre` for NodeWrapper watchers diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index fd42091a..dc8a9ed0 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,19 @@ # @vue-flow/core +## 1.11.0 + +### Minor Changes + +- [#595](https://github.com/bcakmakoglu/vue-flow/pull/595) [`0c784a2`](https://github.com/bcakmakoglu/vue-flow/commit/0c784a27a9c2bac15d7578ac1171f3203ddd2f65) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `deletable` option to nodes and edges. If set to false it will prevent nodes and edges to be removed when `removeNodes` or `removeEdges` is triggered + +### Patch Changes + +- [#593](https://github.com/bcakmakoglu/vue-flow/pull/593) [`da65c54`](https://github.com/bcakmakoglu/vue-flow/commit/da65c54b0dd722a3f8afa68aa56007871d892963) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent elements that have selectable disabled from being selected + +- [#590](https://github.com/bcakmakoglu/vue-flow/pull/590) [`89d2415`](https://github.com/bcakmakoglu/vue-flow/commit/89d2415c6d038d753d00b774d3d67fd6995adbc7) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Skip updating positions when `updateNodeInternals` is triggered - it will only update node dimensions (which can trigger a position update) + +- [#590](https://github.com/bcakmakoglu/vue-flow/pull/590) [`72f9f1a`](https://github.com/bcakmakoglu/vue-flow/commit/72f9f1a06912976d8f9bc8614663a37b536004e5) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use flush timing `pre` for NodeWrapper watchers + ## 1.10.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index d6d3403c..db3ff708 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.10.3", + "version": "1.11.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",