diff --git a/.changeset/lovely-glasses-perform.md b/.changeset/lovely-glasses-perform.md deleted file mode 100644 index 8e1e4f4d..00000000 --- a/.changeset/lovely-glasses-perform.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@xyflow/react': patch -'@xyflow/system': patch ---- - -Fixed reconnecting edges with loose connectionMode diff --git a/.changeset/new-schools-watch.md b/.changeset/new-schools-watch.md deleted file mode 100644 index b3f353b8..00000000 --- a/.changeset/new-schools-watch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@xyflow/react': minor -'@xyflow/svelte': patch ---- - -Add `getHandleConnections` helper to `useReactFlow` & `useSvelteFlow` diff --git a/.changeset/stale-bananas-argue.md b/.changeset/stale-bananas-argue.md deleted file mode 100644 index c5c30810..00000000 --- a/.changeset/stale-bananas-argue.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@xyflow/react': patch -'@xyflow/system': patch ---- - -use correct index when using setNodes for inserting diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index ee82d236..f30f61a3 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,20 @@ # @xyflow/react +## 12.2.0 + +### Minor Changes + +- [#4574](https://github.com/xyflow/xyflow/pull/4574) [`b65aed19`](https://github.com/xyflow/xyflow/commit/b65aed19840c515949bef236a23d5f0a754cdeb4) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `getHandleConnections` helper to `useReactFlow` & `useSvelteFlow` + +### Patch Changes + +- [#4594](https://github.com/xyflow/xyflow/pull/4594) [`5138d90b`](https://github.com/xyflow/xyflow/commit/5138d90bdb91ff5d8dbeb8c8d29bdfd31c5b59d6) Thanks [@peterkogo](https://github.com/peterkogo)! - Fixed reconnecting edges with loose connectionMode + +- [#4603](https://github.com/xyflow/xyflow/pull/4603) [`12dbe125`](https://github.com/xyflow/xyflow/commit/12dbe125755fad7d2f6dff19100872dd823d1012) Thanks [@moklick](https://github.com/moklick)! - use correct index when using setNodes for inserting + +- Updated dependencies [[`5138d90b`](https://github.com/xyflow/xyflow/commit/5138d90bdb91ff5d8dbeb8c8d29bdfd31c5b59d6), [`12dbe125`](https://github.com/xyflow/xyflow/commit/12dbe125755fad7d2f6dff19100872dd823d1012)]: + - @xyflow/system@0.0.40 + ## 12.1.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 8229c1e4..23977822 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/react", - "version": "12.1.1", + "version": "12.2.0", "description": "React Flow - A highly customizable React library for building node-based editors and interactive flow charts.", "keywords": [ "react", diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index 95feccfd..6d0d5f22 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1,5 +1,14 @@ # @xyflow/svelte +## 0.1.17 + +### Patch Changes + +- [#4574](https://github.com/xyflow/xyflow/pull/4574) [`b65aed19`](https://github.com/xyflow/xyflow/commit/b65aed19840c515949bef236a23d5f0a754cdeb4) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `getHandleConnections` helper to `useReactFlow` & `useSvelteFlow` + +- Updated dependencies [[`5138d90b`](https://github.com/xyflow/xyflow/commit/5138d90bdb91ff5d8dbeb8c8d29bdfd31c5b59d6), [`12dbe125`](https://github.com/xyflow/xyflow/commit/12dbe125755fad7d2f6dff19100872dd823d1012)]: + - @xyflow/system@0.0.40 + ## 0.1.16 ### Patch Changes diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 7ba0304d..c5c63622 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/svelte", - "version": "0.1.16", + "version": "0.1.17", "description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.", "keywords": [ "svelte", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index ee139c85..007cb0b6 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,5 +1,13 @@ # @xyflow/system +## 0.0.40 + +### Patch Changes + +- [#4594](https://github.com/xyflow/xyflow/pull/4594) [`5138d90b`](https://github.com/xyflow/xyflow/commit/5138d90bdb91ff5d8dbeb8c8d29bdfd31c5b59d6) Thanks [@peterkogo](https://github.com/peterkogo)! - Fixed reconnecting edges with loose connectionMode + +- [#4603](https://github.com/xyflow/xyflow/pull/4603) [`12dbe125`](https://github.com/xyflow/xyflow/commit/12dbe125755fad7d2f6dff19100872dd823d1012) Thanks [@moklick](https://github.com/moklick)! - use correct index when using setNodes for inserting + ## 0.0.39 ### Patch Changes diff --git a/packages/system/package.json b/packages/system/package.json index b6fe6953..fbc1f33e 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/system", - "version": "0.0.39", + "version": "0.0.40", "description": "xyflow core system that powers React Flow and Svelte Flow.", "keywords": [ "node-based UI",