diff --git a/.changeset/pre.json b/.changeset/pre.json index ff925f80f..a8e298385 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -14,5 +14,13 @@ "@tooling/tsconfig": "0.0.0", "@tooling/vite-config": "0.0.0" }, - "changesets": [] + "changesets": [ + "cyan-melons-unite", + "dry-guests-battle", + "fresh-cars-live", + "hip-melons-peel", + "late-toys-play", + "nine-fishes-lick", + "pink-toes-happen" + ] } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index dedbe1898..a761fcce6 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,25 @@ # @vue-flow/core +## 2.0.0-next.0 + +### Major Changes + +- [#717](https://github.com/bcakmakoglu/vue-flow/pull/717) [`702ff95`](https://github.com/bcakmakoglu/vue-flow/commit/702ff950096dd3f563e7747c32d8627239c652ce) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove experimental features flag + +- [#717](https://github.com/bcakmakoglu/vue-flow/pull/717) [`6da35f5`](https://github.com/bcakmakoglu/vue-flow/commit/6da35f5767588f836292c91ce045b6c3b54a579e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Update handle styles and avoid using fixed pixel positions to offset handle position and instead use transform to align handles + +- [#1549](https://github.com/bcakmakoglu/vue-flow/pull/1549) [`f6bb711`](https://github.com/bcakmakoglu/vue-flow/commit/f6bb7111bf53b174ddbef5b458d249188d8b1524) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove deprecated exports `addEdge`, `updateEdge` & `useZoomPanHelper` + +### Minor Changes + +- [#2005](https://github.com/bcakmakoglu/vue-flow/pull/2005) [`30cbd70`](https://github.com/bcakmakoglu/vue-flow/commit/30cbd702e5a00e92539fac53d3535ce7a0e0d174) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Move `MiniMap` component into core pkg. + +- [#2004](https://github.com/bcakmakoglu/vue-flow/pull/2004) [`b5f7162`](https://github.com/bcakmakoglu/vue-flow/commit/b5f7162a002c1aafa2effe35697be62ece42fd56) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Move `Controls` component into core pkg. + +- [#1548](https://github.com/bcakmakoglu/vue-flow/pull/1548) [`1359e81`](https://github.com/bcakmakoglu/vue-flow/commit/1359e81810d16277e20684eca99e52deafa21e13) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Move `` component to core package + +- [#2004](https://github.com/bcakmakoglu/vue-flow/pull/2004) [`b5f7162`](https://github.com/bcakmakoglu/vue-flow/commit/b5f7162a002c1aafa2effe35697be62ece42fd56) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Move `` component to core pkg + ## 1.48.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 457ac7b87..bf191ece7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.48.0", + "version": "2.0.0-next.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/node-resizer/CHANGELOG.md b/packages/node-resizer/CHANGELOG.md index 343a834a8..6b7bf0dfa 100644 --- a/packages/node-resizer/CHANGELOG.md +++ b/packages/node-resizer/CHANGELOG.md @@ -1,5 +1,12 @@ # @vue-flow/node-resizer +## 2.0.0-next.0 + +### Patch Changes + +- Updated dependencies [[`702ff95`](https://github.com/bcakmakoglu/vue-flow/commit/702ff950096dd3f563e7747c32d8627239c652ce), [`30cbd70`](https://github.com/bcakmakoglu/vue-flow/commit/30cbd702e5a00e92539fac53d3535ce7a0e0d174), [`b5f7162`](https://github.com/bcakmakoglu/vue-flow/commit/b5f7162a002c1aafa2effe35697be62ece42fd56), [`6da35f5`](https://github.com/bcakmakoglu/vue-flow/commit/6da35f5767588f836292c91ce045b6c3b54a579e), [`1359e81`](https://github.com/bcakmakoglu/vue-flow/commit/1359e81810d16277e20684eca99e52deafa21e13), [`f6bb711`](https://github.com/bcakmakoglu/vue-flow/commit/f6bb7111bf53b174ddbef5b458d249188d8b1524), [`b5f7162`](https://github.com/bcakmakoglu/vue-flow/commit/b5f7162a002c1aafa2effe35697be62ece42fd56)]: + - @vue-flow/core@2.0.0-next.0 + ## 1.5.0 ### Minor Changes diff --git a/packages/node-resizer/package.json b/packages/node-resizer/package.json index 6bedc7425..94b3bb4da 100644 --- a/packages/node-resizer/package.json +++ b/packages/node-resizer/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/node-resizer", - "version": "1.5.0", + "version": "2.0.0-next.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", @@ -59,7 +59,7 @@ "test": "exit 0" }, "peerDependencies": { - "@vue-flow/core": "^1.23.0", + "@vue-flow/core": "^2.0.0-next.0", "vue": "^3.3.0" }, "dependencies": { diff --git a/packages/node-toolbar/CHANGELOG.md b/packages/node-toolbar/CHANGELOG.md index fd22c0554..127976840 100644 --- a/packages/node-toolbar/CHANGELOG.md +++ b/packages/node-toolbar/CHANGELOG.md @@ -1,5 +1,12 @@ # @vue-flow/node-toolbar +## 2.0.0-next.0 + +### Patch Changes + +- Updated dependencies [[`702ff95`](https://github.com/bcakmakoglu/vue-flow/commit/702ff950096dd3f563e7747c32d8627239c652ce), [`30cbd70`](https://github.com/bcakmakoglu/vue-flow/commit/30cbd702e5a00e92539fac53d3535ce7a0e0d174), [`b5f7162`](https://github.com/bcakmakoglu/vue-flow/commit/b5f7162a002c1aafa2effe35697be62ece42fd56), [`6da35f5`](https://github.com/bcakmakoglu/vue-flow/commit/6da35f5767588f836292c91ce045b6c3b54a579e), [`1359e81`](https://github.com/bcakmakoglu/vue-flow/commit/1359e81810d16277e20684eca99e52deafa21e13), [`f6bb711`](https://github.com/bcakmakoglu/vue-flow/commit/f6bb7111bf53b174ddbef5b458d249188d8b1524), [`b5f7162`](https://github.com/bcakmakoglu/vue-flow/commit/b5f7162a002c1aafa2effe35697be62ece42fd56)]: + - @vue-flow/core@2.0.0-next.0 + ## 1.1.1 ### Patch Changes diff --git a/packages/node-toolbar/package.json b/packages/node-toolbar/package.json index c26804042..5168dd282 100644 --- a/packages/node-toolbar/package.json +++ b/packages/node-toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/node-toolbar", - "version": "1.1.1", + "version": "2.0.0-next.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", @@ -40,7 +40,7 @@ "test": "exit 0" }, "peerDependencies": { - "@vue-flow/core": "^1.23.0", + "@vue-flow/core": "^2.0.0-next.0", "vue": "^3.3.0" }, "devDependencies": {