diff --git a/.changeset/blue-teachers-sell.md b/.changeset/blue-teachers-sell.md deleted file mode 100644 index f0d944aa7..000000000 --- a/.changeset/blue-teachers-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/react': patch ---- - -Make it possible to use expandParent with immer and other immutable helpers diff --git a/.changeset/brown-pugs-pump.md b/.changeset/brown-pugs-pump.md deleted file mode 100644 index 4c62f5513..000000000 --- a/.changeset/brown-pugs-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/system': patch ---- - -Refactor isInputDOMNode so that it handles non-html objects diff --git a/.changeset/cuddly-mails-kneel.md b/.changeset/cuddly-mails-kneel.md deleted file mode 100644 index 11d636b63..000000000 --- a/.changeset/cuddly-mails-kneel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@xyflow/react': patch -'@xyflow/svelte': patch ---- - -Add group node to BuiltInNode type. Thanks [@sjdemartini](https://github.com/sjdemartini)! diff --git a/.changeset/many-emus-begin.md b/.changeset/many-emus-begin.md deleted file mode 100644 index 3388e71a9..000000000 --- a/.changeset/many-emus-begin.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@xyflow/react': patch -'@xyflow/svelte': patch ---- - -Fix intersections for nodes with origins other than [0,0]. Thanks [@gmvrpw](https://github.com/gmvrpw)! diff --git a/.changeset/old-lobsters-cover.md b/.changeset/old-lobsters-cover.md deleted file mode 100644 index 82795889a..000000000 --- a/.changeset/old-lobsters-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/react': patch ---- - -Allow custom data-testid for ReactFlow component diff --git a/.changeset/quick-carrots-allow.md b/.changeset/quick-carrots-allow.md deleted file mode 100644 index 960c38155..000000000 --- a/.changeset/quick-carrots-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/react': patch ---- - -Type isValidConnection prop correctly by passing EdgeType diff --git a/.changeset/selfish-tables-tie.md b/.changeset/selfish-tables-tie.md deleted file mode 100644 index 8ac759cfc..000000000 --- a/.changeset/selfish-tables-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/react': patch ---- - -Support passing `path` element attributes to `BaseEdge` component. diff --git a/.changeset/silly-beans-remain.md b/.changeset/silly-beans-remain.md deleted file mode 100644 index 42c8b49e8..000000000 --- a/.changeset/silly-beans-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/react': patch ---- - -Prevent default scrolling behavior when nodes or a selection is moved with an arrow key press. diff --git a/.changeset/tall-kids-lick.md b/.changeset/tall-kids-lick.md deleted file mode 100644 index e99952922..000000000 --- a/.changeset/tall-kids-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/react': patch ---- - -Prevent unnecessary rerenders of edges when resizing the flow. diff --git a/.changeset/thick-fans-cheer.md b/.changeset/thick-fans-cheer.md deleted file mode 100644 index af987d355..000000000 --- a/.changeset/thick-fans-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/react': patch ---- - -Forward ref of the div inside Panel components. diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index c111c9bc0..259c08b78 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,30 @@ # @xyflow/react +## 12.3.6 + +### Patch Changes + +- [#4846](https://github.com/xyflow/xyflow/pull/4846) [`75017939`](https://github.com/xyflow/xyflow/commit/7501793900fdb125fe906fa3d9d83f1bd11c6e20) Thanks [@moklick](https://github.com/moklick)! - Make it possible to use expandParent with immer and other immutable helpers + +- [#4865](https://github.com/xyflow/xyflow/pull/4865) [`2c4acc2b`](https://github.com/xyflow/xyflow/commit/2c4acc2bd9ec271468bd4c904e19d7fca627d9e1) Thanks [@moklick](https://github.com/moklick)! - Add group node to BuiltInNode type. Thanks [@sjdemartini](https://github.com/sjdemartini)! + +- [#4877](https://github.com/xyflow/xyflow/pull/4877) [`9a8309da`](https://github.com/xyflow/xyflow/commit/9a8309dab892f047fce10d3c763466cf84f726b0) Thanks [@peterkogo](https://github.com/peterkogo)! - Fix intersections for nodes with origins other than [0,0]. Thanks [@gmvrpw](https://github.com/gmvrpw)! + +- [#4844](https://github.com/xyflow/xyflow/pull/4844) [`6f11e552`](https://github.com/xyflow/xyflow/commit/6f11e552c3f51b5931b98d5ff798156cdb8cc2d9) Thanks [@moklick](https://github.com/moklick)! - Allow custom data-testid for ReactFlow component + +- [#4816](https://github.com/xyflow/xyflow/pull/4816) [`43aa52a8`](https://github.com/xyflow/xyflow/commit/43aa52a8cd93e6a01c01afa314c7036eb5b77131) Thanks [@moklick](https://github.com/moklick)! - Type isValidConnection prop correctly by passing EdgeType + +- [#4855](https://github.com/xyflow/xyflow/pull/4855) [`106c2cf8`](https://github.com/xyflow/xyflow/commit/106c2cf8e5e9a944ea7ea9a2558e26cb75f9ac93) Thanks [@mhuggins](https://github.com/mhuggins)! - Support passing `path` element attributes to `BaseEdge` component. + +- [#4862](https://github.com/xyflow/xyflow/pull/4862) [`adf4fb4e`](https://github.com/xyflow/xyflow/commit/adf4fb4e7bb136cce47ef540e9bcc0f82cf17ff4) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent default scrolling behavior when nodes or a selection is moved with an arrow key press. + +- [#4875](https://github.com/xyflow/xyflow/pull/4875) [`41d4743a`](https://github.com/xyflow/xyflow/commit/41d4743a690f054f6dc2b9084b5fad8e54ade921) Thanks [@peterkogo](https://github.com/peterkogo)! - Prevent unnecessary rerenders of edges when resizing the flow. + +- [#4826](https://github.com/xyflow/xyflow/pull/4826) [`5f90acda`](https://github.com/xyflow/xyflow/commit/5f90acdab1f4748bb04f8b1ec67d569983684058) Thanks [@chrtze](https://github.com/chrtze)! - Forward ref of the div inside Panel components. + +- Updated dependencies [[`d60331e6`](https://github.com/xyflow/xyflow/commit/d60331e6baa7931c46af219e35c1bedbd156187c)]: + - @xyflow/system@0.0.47 + ## 12.3.5 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index cef5c444e..42d5c1347 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/react", - "version": "12.3.5", + "version": "12.3.6", "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 53a2fab09..f25bc8057 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1,5 +1,16 @@ # @xyflow/svelte +## 0.1.25 + +### Patch Changes + +- [#4865](https://github.com/xyflow/xyflow/pull/4865) [`2c4acc2b`](https://github.com/xyflow/xyflow/commit/2c4acc2bd9ec271468bd4c904e19d7fca627d9e1) Thanks [@moklick](https://github.com/moklick)! - Add group node to BuiltInNode type. Thanks [@sjdemartini](https://github.com/sjdemartini)! + +- [#4877](https://github.com/xyflow/xyflow/pull/4877) [`9a8309da`](https://github.com/xyflow/xyflow/commit/9a8309dab892f047fce10d3c763466cf84f726b0) Thanks [@peterkogo](https://github.com/peterkogo)! - Fix intersections for nodes with origins other than [0,0]. Thanks [@gmvrpw](https://github.com/gmvrpw)! + +- Updated dependencies [[`d60331e6`](https://github.com/xyflow/xyflow/commit/d60331e6baa7931c46af219e35c1bedbd156187c)]: + - @xyflow/system@0.0.47 + ## 0.1.24 ### Patch Changes diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 9e41fc3da..e19811598 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/svelte", - "version": "0.1.24", + "version": "0.1.25", "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 b96272945..6fbc98f9c 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,5 +1,11 @@ # @xyflow/system +## 0.0.47 + +### Patch Changes + +- [#4874](https://github.com/xyflow/xyflow/pull/4874) [`d60331e6`](https://github.com/xyflow/xyflow/commit/d60331e6baa7931c46af219e35c1bedbd156187c) Thanks [@crimx](https://github.com/crimx)! - Refactor isInputDOMNode so that it handles non-html objects + ## 0.0.46 ### Patch Changes diff --git a/packages/system/package.json b/packages/system/package.json index f0c4c8981..67a433b0b 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/system", - "version": "0.0.46", + "version": "0.0.47", "description": "xyflow core system that powers React Flow and Svelte Flow.", "keywords": [ "node-based UI",