diff --git a/.changeset/friendly-countries-lay.md b/.changeset/friendly-countries-lay.md deleted file mode 100644 index b368fdcc..00000000 --- a/.changeset/friendly-countries-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -If node extent is set to parent, wait until node is initialized to clamp position diff --git a/.changeset/neat-donuts-lay.md b/.changeset/neat-donuts-lay.md deleted file mode 100644 index 0b9d6a18..00000000 --- a/.changeset/neat-donuts-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Regroup edges when nodes change and elevate edges on select is active diff --git a/.changeset/old-owls-tickle.md b/.changeset/old-owls-tickle.md deleted file mode 100644 index f35999ca..00000000 --- a/.changeset/old-owls-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Wait for parent node to be initialized before applying an initial expansion of the parent node diff --git a/.changeset/seven-dolphins-tie.md b/.changeset/seven-dolphins-tie.md deleted file mode 100644 index 6c1e319c..00000000 --- a/.changeset/seven-dolphins-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Pass initialized nodes in the `onNodesInitialized` hook diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ac1fb160..55279c58 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @vue-flow/core +## 1.12.5 + +### Patch Changes + +- [#622](https://github.com/bcakmakoglu/vue-flow/pull/622) [`512eb176`](https://github.com/bcakmakoglu/vue-flow/commit/512eb17640b72b9aa6b06844805cf2c13c1f475c) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - If node extent is set to parent, wait until node is initialized to clamp position + +- [#622](https://github.com/bcakmakoglu/vue-flow/pull/622) [`512eb176`](https://github.com/bcakmakoglu/vue-flow/commit/512eb17640b72b9aa6b06844805cf2c13c1f475c) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Regroup edges when nodes change and elevate edges on select is active + +- [#622](https://github.com/bcakmakoglu/vue-flow/pull/622) [`d79e2a42`](https://github.com/bcakmakoglu/vue-flow/commit/d79e2a420eb3eff2f0634751c71bf07afb6406cf) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Wait for parent node to be initialized before applying an initial expansion of the parent node + +- [#622](https://github.com/bcakmakoglu/vue-flow/pull/622) [`73de601f`](https://github.com/bcakmakoglu/vue-flow/commit/73de601f794e6339a9b6dbd4d39a3f11a624a47d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Pass initialized nodes in the `onNodesInitialized` hook + ## 1.12.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 42873045..215a0fb8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.12.4", + "version": "1.12.5", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",