diff --git a/.changeset/strange-cows-explode.md b/.changeset/strange-cows-explode.md deleted file mode 100644 index 9efb9fdf..00000000 --- a/.changeset/strange-cows-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@reactflow/core': patch ---- - -fix: fitView for subflows, context manu on right mouse pan diff --git a/.changeset/tidy-carpets-play.md b/.changeset/tidy-carpets-play.md deleted file mode 100644 index a1e85fae..00000000 --- a/.changeset/tidy-carpets-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@reactflow/core': patch ---- - -EdgeRenderer: check all handles for connection mode loose diff --git a/packages/background/CHANGELOG.md b/packages/background/CHANGELOG.md index dc6f8ceb..849c126b 100644 --- a/packages/background/CHANGELOG.md +++ b/packages/background/CHANGELOG.md @@ -1,5 +1,12 @@ # @reactflow/background +## 11.1.1 + +### Patch Changes + +- Updated dependencies [[`82988485`](https://github.com/wbkd/react-flow/commit/82988485b730a9e32acbdae1ddcc81b33ddccaba), [`d91e619a`](https://github.com/wbkd/react-flow/commit/d91e619a70a95db99a621ede59bc05b5a7766086)]: + - @reactflow/core@11.4.1 + ## 11.1.0 ### Patch Changes diff --git a/packages/background/package.json b/packages/background/package.json index 261af18e..a63c15cf 100644 --- a/packages/background/package.json +++ b/packages/background/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/background", - "version": "11.1.0", + "version": "11.1.1", "description": "Background component with different variants for React Flow", "keywords": [ "react", diff --git a/packages/controls/CHANGELOG.md b/packages/controls/CHANGELOG.md index 733c57cf..6b5021e6 100644 --- a/packages/controls/CHANGELOG.md +++ b/packages/controls/CHANGELOG.md @@ -1,5 +1,12 @@ # @reactflow/controls +## 11.1.1 + +### Patch Changes + +- Updated dependencies [[`82988485`](https://github.com/wbkd/react-flow/commit/82988485b730a9e32acbdae1ddcc81b33ddccaba), [`d91e619a`](https://github.com/wbkd/react-flow/commit/d91e619a70a95db99a621ede59bc05b5a7766086)]: + - @reactflow/core@11.4.1 + ## 11.1.0 ### Patch Changes diff --git a/packages/controls/package.json b/packages/controls/package.json index 9253cf51..456b2da2 100644 --- a/packages/controls/package.json +++ b/packages/controls/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/controls", - "version": "11.1.0", + "version": "11.1.1", "description": "Component to control the viewport of a React Flow instance", "keywords": [ "react", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index df1aca10..e4793048 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,8 +1,15 @@ # @reactflow/core +## 11.4.1 + +### Patch Changes + +- [#2738](https://github.com/wbkd/react-flow/pull/2738) [`82988485`](https://github.com/wbkd/react-flow/commit/82988485b730a9e32acbdae1ddcc81b33ddccaba) - fix: fitView for subflows, context menu on right mouse pan +- [#2740](https://github.com/wbkd/react-flow/pull/2740) [`d91e619a`](https://github.com/wbkd/react-flow/commit/d91e619a70a95db99a621ede59bc05b5a7766086) Thanks [@michaelspiss](https://github.com/michaelspiss)! - EdgeRenderer: check all handles for connection mode loose + ## 11.4.0 -## New Features +## New Features New props for the ReactFlow component to customize the controls of the viewport and the selection box better: diff --git a/packages/core/package.json b/packages/core/package.json index e1a9ea14..9c4564f2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/core", - "version": "11.4.0", + "version": "11.4.1", "description": "Core components and util functions of React Flow.", "keywords": [ "react", diff --git a/packages/minimap/CHANGELOG.md b/packages/minimap/CHANGELOG.md index b8a1cced..0222ac36 100644 --- a/packages/minimap/CHANGELOG.md +++ b/packages/minimap/CHANGELOG.md @@ -1,5 +1,12 @@ # @reactflow/minimap +## 11.3.1 + +### Patch Changes + +- Updated dependencies [[`82988485`](https://github.com/wbkd/react-flow/commit/82988485b730a9e32acbdae1ddcc81b33ddccaba), [`d91e619a`](https://github.com/wbkd/react-flow/commit/d91e619a70a95db99a621ede59bc05b5a7766086)]: + - @reactflow/core@11.4.1 + ## 11.3.0 ### Patch Changes diff --git a/packages/minimap/package.json b/packages/minimap/package.json index 239002d1..192919b9 100644 --- a/packages/minimap/package.json +++ b/packages/minimap/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/minimap", - "version": "11.3.0", + "version": "11.3.1", "description": "Minimap component for React Flow.", "keywords": [ "react", diff --git a/packages/node-resizer/CHANGELOG.md b/packages/node-resizer/CHANGELOG.md index f0ff29d2..b9901f43 100644 --- a/packages/node-resizer/CHANGELOG.md +++ b/packages/node-resizer/CHANGELOG.md @@ -1,5 +1,12 @@ # @reactflow/node-resizer +## 1.2.1 + +### Patch Changes + +- Updated dependencies [[`82988485`](https://github.com/wbkd/react-flow/commit/82988485b730a9e32acbdae1ddcc81b33ddccaba), [`d91e619a`](https://github.com/wbkd/react-flow/commit/d91e619a70a95db99a621ede59bc05b5a7766086)]: + - @reactflow/core@11.4.1 + ## 1.2.0 ### Patch Changes diff --git a/packages/node-resizer/package.json b/packages/node-resizer/package.json index d9a42e86..30800f27 100644 --- a/packages/node-resizer/package.json +++ b/packages/node-resizer/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/node-resizer", - "version": "1.2.0", + "version": "1.2.1", "description": "A helper component for resizing nodes.", "keywords": [ "react", diff --git a/packages/node-toolbar/CHANGELOG.md b/packages/node-toolbar/CHANGELOG.md index 49057c35..0178f1b5 100644 --- a/packages/node-toolbar/CHANGELOG.md +++ b/packages/node-toolbar/CHANGELOG.md @@ -1,5 +1,12 @@ # @reactflow/node-toolbar +## 1.1.1 + +### Patch Changes + +- Updated dependencies [[`82988485`](https://github.com/wbkd/react-flow/commit/82988485b730a9e32acbdae1ddcc81b33ddccaba), [`d91e619a`](https://github.com/wbkd/react-flow/commit/d91e619a70a95db99a621ede59bc05b5a7766086)]: + - @reactflow/core@11.4.1 + ## 1.1.0 ### Patch Changes diff --git a/packages/node-toolbar/package.json b/packages/node-toolbar/package.json index 0b664881..94ae8a7f 100644 --- a/packages/node-toolbar/package.json +++ b/packages/node-toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/node-toolbar", - "version": "1.1.0", + "version": "1.1.1", "description": "A toolbar component for React Flow that can be attached to a node.", "keywords": [ "react", diff --git a/packages/reactflow/CHANGELOG.md b/packages/reactflow/CHANGELOG.md index f6e6408f..56730c80 100644 --- a/packages/reactflow/CHANGELOG.md +++ b/packages/reactflow/CHANGELOG.md @@ -1,10 +1,24 @@ # reactflow +## 11.4.1 + +### Patch Changes + +- [#2738](https://github.com/wbkd/react-flow/pull/2738) [`82988485`](https://github.com/wbkd/react-flow/commit/82988485b730a9e32acbdae1ddcc81b33ddccaba) - fix: fitView for subflows, context menu on right mouse pan +- [#2740](https://github.com/wbkd/react-flow/pull/2740) [`d91e619a`](https://github.com/wbkd/react-flow/commit/d91e619a70a95db99a621ede59bc05b5a7766086) Thanks [@michaelspiss](https://github.com/michaelspiss)! - EdgeRenderer: check all handles for connection mode loose + +- Updated dependencies [[`82988485`](https://github.com/wbkd/react-flow/commit/82988485b730a9e32acbdae1ddcc81b33ddccaba), [`d91e619a`](https://github.com/wbkd/react-flow/commit/d91e619a70a95db99a621ede59bc05b5a7766086)]: + - @reactflow/core@11.4.1 + - @reactflow/background@11.1.1 + - @reactflow/controls@11.1.1 + - @reactflow/minimap@11.3.1 + - @reactflow/node-toolbar@1.1.1 + ## 11.4.0 ## 11.4.0 -## New Features +## New Features New props for the ReactFlow component to customize the controls of the viewport and the selection box better: diff --git a/packages/reactflow/package.json b/packages/reactflow/package.json index f4c93b25..c95054c1 100644 --- a/packages/reactflow/package.json +++ b/packages/reactflow/package.json @@ -1,6 +1,6 @@ { "name": "reactflow", - "version": "11.4.0", + "version": "11.4.1", "description": "A highly customizable React library for building node-based editors and interactive flow charts", "keywords": [ "react",