diff --git a/.changeset/calm-pumpkins-relate.md b/.changeset/calm-pumpkins-relate.md deleted file mode 100644 index f3c59706..00000000 --- a/.changeset/calm-pumpkins-relate.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@xyflow/react': patch -'@xyflow/system': patch ---- - -Show an error if user drags uninitialized node diff --git a/.changeset/few-rice-drive.md b/.changeset/few-rice-drive.md deleted file mode 100644 index ad46f2fe..00000000 --- a/.changeset/few-rice-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@xyflow/svelte": patch ---- - -Add `"./package.json" to the `exports` field so that users can import it diff --git a/.changeset/late-pugs-thank.md b/.changeset/late-pugs-thank.md deleted file mode 100644 index 56413165..00000000 --- a/.changeset/late-pugs-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/react': patch ---- - -Allow click connections when target sets `isConnectableStart` diff --git a/.changeset/old-moles-push.md b/.changeset/old-moles-push.md deleted file mode 100644 index ea79bbba..00000000 --- a/.changeset/old-moles-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/react': patch ---- - -Pass generics to OnSelectionChangeFunc so that users can type it correctly diff --git a/.changeset/red-geese-cry.md b/.changeset/red-geese-cry.md deleted file mode 100644 index f959708f..00000000 --- a/.changeset/red-geese-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/react': patch ---- - -Remove incorrect deprecation warning diff --git a/.changeset/tame-llamas-approve.md b/.changeset/tame-llamas-approve.md deleted file mode 100644 index 61668347..00000000 --- a/.changeset/tame-llamas-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/react': patch ---- - -lint: use `React.JSX` type instead of the deprecated global `JSX` namespace diff --git a/.changeset/ten-waves-remain.md b/.changeset/ten-waves-remain.md deleted file mode 100644 index 9210e772..00000000 --- a/.changeset/ten-waves-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/react': patch ---- - -Use current expandParent value on drag to be able to update it while dragging diff --git a/.changeset/warm-pandas-retire.md b/.changeset/warm-pandas-retire.md deleted file mode 100644 index ee52510c..00000000 --- a/.changeset/warm-pandas-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/react': patch ---- - -lint: remove unnecessary type assertions diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 43690aa3..baa007ba 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,26 @@ # @xyflow/react +## 12.4.4 + +### Patch Changes + +- [#5052](https://github.com/xyflow/xyflow/pull/5052) [`99dd7d35`](https://github.com/xyflow/xyflow/commit/99dd7d3549e7423e7d103b2c956c8b37f5747b90) Thanks [@moklick](https://github.com/moklick)! - Show an error if user drags uninitialized node + +- [#5042](https://github.com/xyflow/xyflow/pull/5042) [`2fe0e850`](https://github.com/xyflow/xyflow/commit/2fe0e850a8c415c6a3113796a2c5c80e7cad2376) Thanks [@moklick](https://github.com/moklick)! - Allow click connections when target sets `isConnectableStart` + +- [#5047](https://github.com/xyflow/xyflow/pull/5047) [`b3bf5693`](https://github.com/xyflow/xyflow/commit/b3bf5693c659069cea90bf1cb215ae65d06c5509) Thanks [@moklick](https://github.com/moklick)! - Pass generics to OnSelectionChangeFunc so that users can type it correctly + +- [#5053](https://github.com/xyflow/xyflow/pull/5053) [`25fb45b5`](https://github.com/xyflow/xyflow/commit/25fb45b5e9d6da391b9aff652b8e6e34eaf757fc) Thanks [@moklick](https://github.com/moklick)! - Remove incorrect deprecation warning + +- [#5033](https://github.com/xyflow/xyflow/pull/5033) [`7b4a81fb`](https://github.com/xyflow/xyflow/commit/7b4a81fb6b3d88f8ee7b4f070aef7ac3b962d5a6) Thanks [@dimaMachina](https://github.com/dimaMachina)! - lint: use `React.JSX` type instead of the deprecated global `JSX` namespace + +- [#5043](https://github.com/xyflow/xyflow/pull/5043) [`0292ad20`](https://github.com/xyflow/xyflow/commit/0292ad20109a3b2518dc686a82e100a0a6964fb8) Thanks [@moklick](https://github.com/moklick)! - Use current expandParent value on drag to be able to update it while dragging + +- [#5032](https://github.com/xyflow/xyflow/pull/5032) [`5867bba8`](https://github.com/xyflow/xyflow/commit/5867bba8050d07378a45a2026557c4bce7bda239) Thanks [@dimaMachina](https://github.com/dimaMachina)! - lint: remove unnecessary type assertions + +- Updated dependencies [[`99dd7d35`](https://github.com/xyflow/xyflow/commit/99dd7d3549e7423e7d103b2c956c8b37f5747b90)]: + - @xyflow/system@0.0.52 + ## 12.4.3 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 6d4c3d1b..c69a7856 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/react", - "version": "12.4.3", + "version": "12.4.4", "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 3c7d743b..12446c10 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1,5 +1,14 @@ # @xyflow/svelte +## 0.1.31 + +### Patch Changes + +- [#5019](https://github.com/xyflow/xyflow/pull/5019) [`3e80317c`](https://github.com/xyflow/xyflow/commit/3e80317cf6da0e9fdc111c3ade88f2a88a10dbd6) Thanks [@dimaMachina](https://github.com/dimaMachina)! - Add `"./package.json" to the `exports` field so that users can import it + +- Updated dependencies [[`99dd7d35`](https://github.com/xyflow/xyflow/commit/99dd7d3549e7423e7d103b2c956c8b37f5747b90)]: + - @xyflow/system@0.0.52 + ## 0.1.30 ### Patch Changes diff --git a/packages/svelte/package.json b/packages/svelte/package.json index ff62df7c..18533e9f 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/svelte", - "version": "0.1.30", + "version": "0.1.31", "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 5c6a5a91..d4fc2de0 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,5 +1,11 @@ # @xyflow/system +## 0.0.52 + +### Patch Changes + +- [#5052](https://github.com/xyflow/xyflow/pull/5052) [`99dd7d35`](https://github.com/xyflow/xyflow/commit/99dd7d3549e7423e7d103b2c956c8b37f5747b90) Thanks [@moklick](https://github.com/moklick)! - Show an error if user drags uninitialized node + ## 0.0.51 ### Patch Changes diff --git a/packages/system/package.json b/packages/system/package.json index aa85a17c..9f45b7ef 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/system", - "version": "0.0.51", + "version": "0.0.52", "description": "xyflow core system that powers React Flow and Svelte Flow.", "keywords": [ "node-based UI",