Update dependency reactflow to v11.7.4 #1733

Closed
opened 2026-04-05 16:34:10 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @renovate[bot] on 8/4/2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
reactflow 11.5.3 -> 11.7.4 age adoption passing confidence

Release Notes

wbkd/react-flow (reactflow)

v11.7.4

Compare Source

Patch Changes

v11.7.3

Compare Source

Patch Changes

v11.7.2

Compare Source

Patch Changes

v11.7.1

Compare Source

Patch Changes

v11.7.0

Compare Source

Most notable updates:

  • @reactflow/node-resizer is now part of this package. No need to install it separately anymore.
  • Handles: isConnectableStart and isConnectableEnd props to configure if you can start or end a connection at a certain handle
  • Edges: updatable option to enable updates for specific edges
  • MiniMap: inversePan and zoomStep props
  • Background: id and offset props - this enables you to combine different patterns (useful if you want a graph paper like background for example)
  • useNodesInitialized: options to configure if hidden nodes should be included (false by default)

Big thanks to @​Elringus and @​bcakmakoglu!

Minor Changes
Patch Changes
Patch Changes

v11.6.1

Compare Source

Patch Changes
  • Always create new edge object (fixes an issue with Redux toolkit and other immutable helper libs)

v11.6.0

Compare Source

This release introduces a new isValidConnection prop for the ReactFlow component. You no longer need to pass it to all your Handle components but can pass it once. We also added a new option for the updateEdge function that allows you to specify if you want to replace an id when updating it. More over the MiniMap got a new nodeComponent prop to pass a custom component for the mini map nodes.

Minor Changes
Patch Changes

v11.5.6

Compare Source

Patch Changes

v11.5.5

Compare Source

Patch Changes

v11.5.4

Compare Source

This release fixes some issues with the newly introduced connection radius feature. We are now not only checking the radius but the handle itself too (like in the old version). That means that you can connect to a handle that is bigger than the connection radius. We are also not snapping connections anymore when they are not valid and pass a status class to the connection line that says if the current connection is valid or not. More over we fixed a connection issue with iOS.

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

*Originally created by @renovate[bot] on 8/4/2023* [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [reactflow](https://togithub.com/wbkd/react-flow) | [`11.5.3` -> `11.7.4`](https://renovatebot.com/diffs/npm/reactflow/11.5.3/11.7.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/reactflow/11.7.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/reactflow/11.7.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/reactflow/11.5.3/11.7.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/reactflow/11.5.3/11.7.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>wbkd/react-flow (reactflow)</summary> ### [`v11.7.4`](https://togithub.com/wbkd/react-flow/blob/HEAD/packages/reactflow/CHANGELOG.md#1174) [Compare Source](https://togithub.com/wbkd/react-flow/compare/reactflow@11.7.3...reactflow@11.7.4) ##### Patch Changes - [#&#8203;3166](https://togithub.com/wbkd/react-flow/pull/3166) [`1941c561`](https://togithub.com/wbkd/react-flow/commit/1941c561c9eab937c0a01747c6d188ec8c6a1bf8) - fix(nodeExtent): include node width and height - [#&#8203;3164](https://togithub.com/wbkd/react-flow/pull/3164) [`c8b607dc`](https://togithub.com/wbkd/react-flow/commit/c8b607dcddeaf80912b756b0ce8045f7974e4657) - fix(handles): always check handles below mouse while connecting - Updated dependencies \[[`1941c561`](https://togithub.com/wbkd/react-flow/commit/1941c561c9eab937c0a01747c6d188ec8c6a1bf8), [`c8b607dc`](https://togithub.com/wbkd/react-flow/commit/c8b607dcddeaf80912b756b0ce8045f7974e4657)]: - [@&#8203;reactflow/core](https://togithub.com/reactflow/core)[@&#8203;11](https://togithub.com/11).7.4 - [@&#8203;reactflow/background](https://togithub.com/reactflow/background)[@&#8203;11](https://togithub.com/11).2.4 - [@&#8203;reactflow/controls](https://togithub.com/reactflow/controls)[@&#8203;11](https://togithub.com/11).1.15 - [@&#8203;reactflow/minimap](https://togithub.com/reactflow/minimap)[@&#8203;11](https://togithub.com/11).5.4 - [@&#8203;reactflow/node-toolbar](https://togithub.com/reactflow/node-toolbar)[@&#8203;1](https://togithub.com/1).2.3 ### [`v11.7.3`](https://togithub.com/wbkd/react-flow/blob/HEAD/packages/reactflow/CHANGELOG.md#1173) [Compare Source](https://togithub.com/wbkd/react-flow/compare/reactflow@11.7.2...reactflow@11.7.3) ##### Patch Changes - [#&#8203;3154](https://togithub.com/wbkd/react-flow/pull/3154) [`3a277cb1`](https://togithub.com/wbkd/react-flow/commit/3a277cb123a886af093cee694c289c7e139c79ef) - ElevateEdgesOnSelect: adjust behaviour so that it works like elevateNodesOnSelect - [#&#8203;3152](https://togithub.com/wbkd/react-flow/pull/3152) [`52dbac5a`](https://togithub.com/wbkd/react-flow/commit/52dbac5a56c092504256f947df7a959eb07385c6) Thanks [@&#8203;bcakmakoglu](https://togithub.com/bcakmakoglu)! - Use all valid handles in proximity to determine the closest handle that can be snapped to. Fixes invalid handles connection radius blocking snap to valid handles inside the same radius - [#&#8203;3150](https://togithub.com/wbkd/react-flow/pull/3150) [`880a5932`](https://togithub.com/wbkd/react-flow/commit/880a593292ce5fdff30b656c2a1290cf98771818) Thanks [@&#8203;goliney](https://togithub.com/goliney)! - Node-Resizer: add onResize/onResizeStart/onResizeEnd to useEffect deps - [#&#8203;3153](https://togithub.com/wbkd/react-flow/pull/3153) [`fbbee046`](https://togithub.com/wbkd/react-flow/commit/fbbee046282d466612089d31a2eff5a010733283) - Minimap: Improve performance for flows with lots of nodes that use the MiniMap component - Updated dependencies \[[`fbbee046`](https://togithub.com/wbkd/react-flow/commit/fbbee046282d466612089d31a2eff5a010733283), [`52dbac5a`](https://togithub.com/wbkd/react-flow/commit/52dbac5a56c092504256f947df7a959eb07385c6), [`3a277cb1`](https://togithub.com/wbkd/react-flow/commit/3a277cb123a886af093cee694c289c7e139c79ef), [`880a5932`](https://togithub.com/wbkd/react-flow/commit/880a593292ce5fdff30b656c2a1290cf98771818)]: - [@&#8203;reactflow/minimap](https://togithub.com/reactflow/minimap)[@&#8203;11](https://togithub.com/11).5.3 - [@&#8203;reactflow/core](https://togithub.com/reactflow/core)[@&#8203;11](https://togithub.com/11).7.3 - [@&#8203;reactflow/node-resizer](https://togithub.com/reactflow/node-resizer)[@&#8203;2](https://togithub.com/2).1.1 - [@&#8203;reactflow/background](https://togithub.com/reactflow/background)[@&#8203;11](https://togithub.com/11).2.3 - [@&#8203;reactflow/controls](https://togithub.com/reactflow/controls)[@&#8203;11](https://togithub.com/11).1.14 - [@&#8203;reactflow/node-toolbar](https://togithub.com/reactflow/node-toolbar)[@&#8203;1](https://togithub.com/1).2.2 ### [`v11.7.2`](https://togithub.com/wbkd/react-flow/blob/HEAD/packages/reactflow/CHANGELOG.md#1172) [Compare Source](https://togithub.com/wbkd/react-flow/compare/reactflow@11.7.1...reactflow@11.7.2) ##### Patch Changes - [#&#8203;3063](https://togithub.com/wbkd/react-flow/pull/3063) [`33915b88`](https://togithub.com/wbkd/react-flow/commit/33915b88c2ae701847870346b381f9cfa86c6459) - controls: disable zoom buttons when min/max is reached - [#&#8203;3060](https://togithub.com/wbkd/react-flow/pull/3060) [`70ec97f7`](https://togithub.com/wbkd/react-flow/commit/70ec97f7daec6d5401215cae3edac04aea88a3ba) - fix useNodes and useEdges bug with infinite re-renderings - [#&#8203;3064](https://togithub.com/wbkd/react-flow/pull/3064) [`d2d1aebc`](https://togithub.com/wbkd/react-flow/commit/d2d1aebc0f7fea4183406e7d1915b7fcd6995f48) - refactor useUpdateNodeInternals: only call updateNodeDimensions once - [#&#8203;3059](https://togithub.com/wbkd/react-flow/pull/3059) [`4374459e`](https://togithub.com/wbkd/react-flow/commit/4374459ef9fec797bbc0407231f09a1acacd245b) - fix useUpdateNodeInternals: update type - Updated dependencies \[[`70ec97f7`](https://togithub.com/wbkd/react-flow/commit/70ec97f7daec6d5401215cae3edac04aea88a3ba), [`33915b88`](https://togithub.com/wbkd/react-flow/commit/33915b88c2ae701847870346b381f9cfa86c6459), [`d2d1aebc`](https://togithub.com/wbkd/react-flow/commit/d2d1aebc0f7fea4183406e7d1915b7fcd6995f48), [`4374459e`](https://togithub.com/wbkd/react-flow/commit/4374459ef9fec797bbc0407231f09a1acacd245b)]: - [@&#8203;reactflow/core](https://togithub.com/reactflow/core)[@&#8203;11](https://togithub.com/11).7.2 - [@&#8203;reactflow/controls](https://togithub.com/reactflow/controls)[@&#8203;11](https://togithub.com/11).1.13 - [@&#8203;reactflow/background](https://togithub.com/reactflow/background)[@&#8203;11](https://togithub.com/11).2.2 - [@&#8203;reactflow/minimap](https://togithub.com/reactflow/minimap)[@&#8203;11](https://togithub.com/11).5.2 - [@&#8203;reactflow/node-toolbar](https://togithub.com/reactflow/node-toolbar)[@&#8203;1](https://togithub.com/1).2.1 ### [`v11.7.1`](https://togithub.com/wbkd/react-flow/blob/HEAD/packages/reactflow/CHANGELOG.md#1171) [Compare Source](https://togithub.com/wbkd/react-flow/compare/reactflow@11.7.0...reactflow@11.7.1) ##### Patch Changes - [#&#8203;3043](https://togithub.com/wbkd/react-flow/pull/3043) [`cf7a7d3d`](https://togithub.com/wbkd/react-flow/commit/cf7a7d3dad1e73215a72a5dc72e21fd50208cdbb) - handles: handles on top of each other, reduce re-renderings - [#&#8203;3046](https://togithub.com/wbkd/react-flow/pull/3046) [`07b975bb`](https://togithub.com/wbkd/react-flow/commit/07b975bbee3580249e36a19582213b250f78093c) - base-edge: pass id to base edge path - [#&#8203;3007](https://togithub.com/wbkd/react-flow/pull/3007) [`c80d269b`](https://togithub.com/wbkd/react-flow/commit/c80d269b85a0054221f4639c328fc36a3befbe70) Thanks [@&#8203;bcakmakoglu](https://togithub.com/bcakmakoglu)! - allow array of ids as updateNodeInternals arg - [#&#8203;3029](https://togithub.com/wbkd/react-flow/pull/3029) [`a3fa164c`](https://togithub.com/wbkd/react-flow/commit/a3fa164c34cc820c79bb031c9fd97b72a3546614) Thanks [@&#8203;bcakmakoglu](https://togithub.com/bcakmakoglu)! - autopan: only update nodes when transform change happen - [#&#8203;3052](https://togithub.com/wbkd/react-flow/pull/3052) [`55e05cf7`](https://togithub.com/wbkd/react-flow/commit/55e05cf76ae21863691153e76dbd51d1eecd2c60) Thanks [@&#8203;Noam3kCH](https://togithub.com/Noam3kCH)! - node-toolbar: add prop to align bar at start, center or end - Updated dependencies \[[`cf7a7d3d`](https://togithub.com/wbkd/react-flow/commit/cf7a7d3dad1e73215a72a5dc72e21fd50208cdbb), [`07b975bb`](https://togithub.com/wbkd/react-flow/commit/07b975bbee3580249e36a19582213b250f78093c), [`55e05cf7`](https://togithub.com/wbkd/react-flow/commit/55e05cf76ae21863691153e76dbd51d1eecd2c60), [`c80d269b`](https://togithub.com/wbkd/react-flow/commit/c80d269b85a0054221f4639c328fc36a3befbe70), [`46526b4e`](https://togithub.com/wbkd/react-flow/commit/46526b4e02b83d74726701e3ba73d0be8cf80787), [`a3fa164c`](https://togithub.com/wbkd/react-flow/commit/a3fa164c34cc820c79bb031c9fd97b72a3546614)]: - [@&#8203;reactflow/core](https://togithub.com/reactflow/core)[@&#8203;11](https://togithub.com/11).7.1 - [@&#8203;reactflow/node-toolbar](https://togithub.com/reactflow/node-toolbar)[@&#8203;1](https://togithub.com/1).2.0 - [@&#8203;reactflow/controls](https://togithub.com/reactflow/controls)[@&#8203;11](https://togithub.com/11).1.12 - [@&#8203;reactflow/background](https://togithub.com/reactflow/background)[@&#8203;11](https://togithub.com/11).2.1 - [@&#8203;reactflow/minimap](https://togithub.com/reactflow/minimap)[@&#8203;11](https://togithub.com/11).5.1 ### [`v11.7.0`](https://togithub.com/wbkd/react-flow/blob/HEAD/packages/reactflow/CHANGELOG.md#1170) [Compare Source](https://togithub.com/wbkd/react-flow/compare/reactflow@11.6.1...reactflow@11.7.0) Most notable updates: - `@reactflow/node-resizer` is now part of this package. No need to install it separately anymore. - Handles: `isConnectableStart` and `isConnectableEnd` props to configure if you can start or end a connection at a certain handle - Edges: `updatable` option to enable updates for specific edges - MiniMap: `inversePan` and `zoomStep` props - Background: `id` and `offset` props - this enables you to combine different patterns (useful if you want a graph paper like background for example) - useNodesInitialized: options to configure if hidden nodes should be included (false by default) Big thanks to [@&#8203;Elringus](https://togithub.com/Elringus) and [@&#8203;bcakmakoglu](https://togithub.com/bcakmakoglu)! ##### Minor Changes - [#&#8203;2964](https://togithub.com/wbkd/react-flow/pull/2964) [`2fb4c2c8`](https://togithub.com/wbkd/react-flow/commit/2fb4c2c82343751ff536da262de74bd9080321b4) - add [@&#8203;reactflow/node-resizer](https://togithub.com/reactflow/node-resizer) package - [#&#8203;2960](https://togithub.com/wbkd/react-flow/pull/2960) Thanks [@&#8203;bcakmakoglu](https://togithub.com/bcakmakoglu)! - edges: add `updatable` option - [#&#8203;2958](https://togithub.com/wbkd/react-flow/pull/2958) [`4d97a0ed`](https://togithub.com/wbkd/react-flow/commit/4d97a0ed168ce643fc0c99fa6b47cf1296d66065) - handles: add `isConnectableStart` and `isConnectableEnd` props - [#&#8203;2956](https://togithub.com/wbkd/react-flow/pull/2956) [`923a54c4`](https://togithub.com/wbkd/react-flow/commit/923a54c481b90954806202817ba844cfa7203a38) - add options for `useNodesInitialized`, ignore hidden nodes by default - [#&#8203;2944](https://togithub.com/wbkd/react-flow/pull/2944) Thanks [@&#8203;Elringus](https://togithub.com/Elringus)! - add `inversePan` and `zoomStep` props - [#&#8203;2941](https://togithub.com/wbkd/react-flow/pull/2941) Thanks [@&#8203;Elringus](https://togithub.com/Elringus)! - background: add `id` and `offset` props ##### Patch Changes - [#&#8203;2926](https://togithub.com/wbkd/react-flow/pull/2926) Thanks [@&#8203;Elringus](https://togithub.com/Elringus)! - fix non-passive wheel event listener violation - [#&#8203;2933](https://togithub.com/wbkd/react-flow/pull/2933) [`fe8cac0a`](https://togithub.com/wbkd/react-flow/commit/fe8cac0adb359109e0e9eafe8b9261ba354076bb) - prefix error keys with "error" - [#&#8203;2939](https://togithub.com/wbkd/react-flow/pull/2939) [`4a4ca171`](https://togithub.com/wbkd/react-flow/commit/4a4ca171955f5c8d58b23e3ad48406f1a21dc402) - add connection result to store ##### Patch Changes - Updated dependencies \[[`098eee3d`](https://togithub.com/wbkd/react-flow/commit/098eee3d41dabc870777b081796401ff13b5a776), [`fe8cac0a`](https://togithub.com/wbkd/react-flow/commit/fe8cac0adb359109e0e9eafe8b9261ba354076bb), [`4a4ca171`](https://togithub.com/wbkd/react-flow/commit/4a4ca171955f5c8d58b23e3ad48406f1a21dc402), [`c1448c2f`](https://togithub.com/wbkd/react-flow/commit/c1448c2f7415dd3b4b2c54e05404c5ab24e8978d), [`923a54c4`](https://togithub.com/wbkd/react-flow/commit/923a54c481b90954806202817ba844cfa7203a38), [`4d97a0ed`](https://togithub.com/wbkd/react-flow/commit/4d97a0ed168ce643fc0c99fa6b47cf1296d66065), [`771c7a5d`](https://togithub.com/wbkd/react-flow/commit/771c7a5d133ce96e9f7471394c15189e0657ce01), [`c22e1c28`](https://togithub.com/wbkd/react-flow/commit/c22e1c28c5555a638c2a8e82c3bfc986b3965d36)]: - [@&#8203;reactflow/core](https://togithub.com/reactflow/core)[@&#8203;11](https://togithub.com/11).7.0 - [@&#8203;reactflow/minimap](https://togithub.com/reactflow/minimap)[@&#8203;11](https://togithub.com/11).5.0 - [@&#8203;reactflow/background](https://togithub.com/reactflow/background)[@&#8203;11](https://togithub.com/11).2.0 - [@&#8203;reactflow/controls](https://togithub.com/reactflow/controls)[@&#8203;11](https://togithub.com/11).1.11 - [@&#8203;reactflow/node-toolbar](https://togithub.com/reactflow/node-toolbar)[@&#8203;1](https://togithub.com/1).1.11 ### [`v11.6.1`](https://togithub.com/wbkd/react-flow/blob/HEAD/packages/reactflow/CHANGELOG.md#1161) [Compare Source](https://togithub.com/wbkd/react-flow/compare/reactflow@11.6.0...reactflow@11.6.1) ##### Patch Changes - Always create new edge object (fixes an issue with Redux toolkit and other immutable helper libs) ### [`v11.6.0`](https://togithub.com/wbkd/react-flow/blob/HEAD/packages/reactflow/CHANGELOG.md#1160) [Compare Source](https://togithub.com/wbkd/react-flow/compare/reactflow@11.5.6...reactflow@11.6.0) This release introduces a new `isValidConnection` prop for the ReactFlow component. You no longer need to pass it to all your Handle components but can pass it once. We also added a new option for the `updateEdge` function that allows you to specify if you want to replace an id when updating it. More over the `MiniMap` got a new `nodeComponent` prop to pass a custom component for the mini map nodes. ##### Minor Changes - [#&#8203;2877](https://togithub.com/wbkd/react-flow/pull/2877) [`b8886514`](https://togithub.com/wbkd/react-flow/commit/b88865140c72fa7e92a883498768000cb2cc96a7) - add `isValidConnection` prop for ReactFlow component - [#&#8203;2847](https://togithub.com/wbkd/react-flow/pull/2847) [`16bf89f2`](https://togithub.com/wbkd/react-flow/commit/16bf89f2b7bbf8449c00d0e2c07c19c3ff6d2533) Thanks [@&#8203;bcakmakoglu](https://togithub.com/bcakmakoglu)! - Add option to enable/disable replacing edge id when using `updateEdge` - [#&#8203;2906](https://togithub.com/wbkd/react-flow/pull/2906) [`4a30185a`](https://togithub.com/wbkd/react-flow/commit/4a30185a12899691ff61259f0db84bc5494cb573) Thanks [@&#8203;hayleigh-dot-dev](https://togithub.com/hayleigh-dot-dev)! - Minimap: add nodeComponent prop for passing custom component ##### Patch Changes - [#&#8203;2895](https://togithub.com/wbkd/react-flow/pull/2895) [`3d5764ca`](https://togithub.com/wbkd/react-flow/commit/3d5764cac6548984a30cbf85899024e62fd69425) - add data-testid for controls, minimap and background - [#&#8203;2894](https://togithub.com/wbkd/react-flow/pull/2894) [`83fc4675`](https://togithub.com/wbkd/react-flow/commit/83fc467545527729633e817dbccfe59d0040da4b) - fix(nodes): blur when node gets unselected - [#&#8203;2892](https://togithub.com/wbkd/react-flow/pull/2892) [`5fabd272`](https://togithub.com/wbkd/react-flow/commit/5fabd2720f6367f75f79a45822d8f675a3b8e1cf) Thanks [@&#8203;danielgek](https://togithub.com/danielgek) - track modifier keys on useKeypress - [#&#8203;2893](https://togithub.com/wbkd/react-flow/pull/2893) [`8f080bd5`](https://togithub.com/wbkd/react-flow/commit/8f080bd5e0e7e6c71f51eee9c9f2bc4b25182861) - fix: check if handle is connectable - Updated dependencies \[[`3d5764ca`](https://togithub.com/wbkd/react-flow/commit/3d5764cac6548984a30cbf85899024e62fd69425), [`4a30185a`](https://togithub.com/wbkd/react-flow/commit/4a30185a12899691ff61259f0db84bc5494cb573), [`83fc4675`](https://togithub.com/wbkd/react-flow/commit/83fc467545527729633e817dbccfe59d0040da4b), [`b1190837`](https://togithub.com/wbkd/react-flow/commit/b11908370bc438ca8d4179497cd4eb1f8c656798), [`5fabd272`](https://togithub.com/wbkd/react-flow/commit/5fabd2720f6367f75f79a45822d8f675a3b8e1cf), [`8f080bd5`](https://togithub.com/wbkd/react-flow/commit/8f080bd5e0e7e6c71f51eee9c9f2bc4b25182861), [`b8886514`](https://togithub.com/wbkd/react-flow/commit/b88865140c72fa7e92a883498768000cb2cc96a7), [`16bf89f2`](https://togithub.com/wbkd/react-flow/commit/16bf89f2b7bbf8449c00d0e2c07c19c3ff6d2533)]: - [@&#8203;reactflow/background](https://togithub.com/reactflow/background)[@&#8203;11](https://togithub.com/11).1.9 - [@&#8203;reactflow/controls](https://togithub.com/reactflow/controls)[@&#8203;11](https://togithub.com/11).1.9 - [@&#8203;reactflow/core](https://togithub.com/reactflow/core)[@&#8203;11](https://togithub.com/11).6.0 - [@&#8203;reactflow/minimap](https://togithub.com/reactflow/minimap)[@&#8203;11](https://togithub.com/11).4.0 - [@&#8203;reactflow/node-toolbar](https://togithub.com/reactflow/node-toolbar)[@&#8203;1](https://togithub.com/1).1.9 ### [`v11.5.6`](https://togithub.com/wbkd/react-flow/blob/HEAD/packages/reactflow/CHANGELOG.md#1156) [Compare Source](https://togithub.com/wbkd/react-flow/compare/reactflow@11.5.5...reactflow@11.5.6) ##### Patch Changes - [#&#8203;2834](https://togithub.com/wbkd/react-flow/pull/2834) [`23424ea6`](https://togithub.com/wbkd/react-flow/commit/23424ea6750f092210f83df17a00c89adb910d96) Thanks [@&#8203;bcakmakoglu](https://togithub.com/bcakmakoglu)! - Add `nodes` to fit view options to allow fitting view only around specified set of nodes - [#&#8203;2836](https://togithub.com/wbkd/react-flow/pull/2836) [`959b1114`](https://togithub.com/wbkd/react-flow/commit/959b111448bba4686040473e46988be9e7befbe6) - Fix: connections for handles with bigger handles than connection radius - [#&#8203;2819](https://togithub.com/wbkd/react-flow/pull/2819) [`0d259b02`](https://togithub.com/wbkd/react-flow/commit/0d259b028558aab650546f3371a85f3bce45252f) Thanks [@&#8203;bcakmakoglu](https://togithub.com/bcakmakoglu)! - Avoid triggering edge update if not using left mouse button - [#&#8203;2832](https://togithub.com/wbkd/react-flow/pull/2832) [`f3de9335`](https://togithub.com/wbkd/react-flow/commit/f3de9335af6cd96cd77dc77f24a944eef85384e5) - fitView: return type boolean - [#&#8203;2838](https://togithub.com/wbkd/react-flow/pull/2838) [`021f5a92`](https://togithub.com/wbkd/react-flow/commit/021f5a9210f47a968e50446cd2f9dae1f97880a4) - refactor: use key press handle modifier keys + input - [#&#8203;2839](https://togithub.com/wbkd/react-flow/pull/2839) [`72216ff6`](https://togithub.com/wbkd/react-flow/commit/72216ff62014acd2d73999053c72bd7aeed351f6) - fix PropsWithChildren: pass default generic for v17 types - Updated dependencies \[[`72216ff6`](https://togithub.com/wbkd/react-flow/commit/72216ff62014acd2d73999053c72bd7aeed351f6), [`959b1114`](https://togithub.com/wbkd/react-flow/commit/959b111448bba4686040473e46988be9e7befbe6), [`0d259b02`](https://togithub.com/wbkd/react-flow/commit/0d259b028558aab650546f3371a85f3bce45252f), [`f3de9335`](https://togithub.com/wbkd/react-flow/commit/f3de9335af6cd96cd77dc77f24a944eef85384e5), [`23424ea6`](https://togithub.com/wbkd/react-flow/commit/23424ea6750f092210f83df17a00c89adb910d96), [`021f5a92`](https://togithub.com/wbkd/react-flow/commit/021f5a9210f47a968e50446cd2f9dae1f97880a4)]: - [@&#8203;reactflow/core](https://togithub.com/reactflow/core)[@&#8203;11](https://togithub.com/11).5.5 - [@&#8203;reactflow/background](https://togithub.com/reactflow/background)[@&#8203;11](https://togithub.com/11).1.8 - [@&#8203;reactflow/controls](https://togithub.com/reactflow/controls)[@&#8203;11](https://togithub.com/11).1.8 - [@&#8203;reactflow/minimap](https://togithub.com/reactflow/minimap)[@&#8203;11](https://togithub.com/11).3.8 - [@&#8203;reactflow/node-toolbar](https://togithub.com/reactflow/node-toolbar)[@&#8203;1](https://togithub.com/1).1.8 ### [`v11.5.5`](https://togithub.com/wbkd/react-flow/blob/HEAD/packages/reactflow/CHANGELOG.md#1155) [Compare Source](https://togithub.com/wbkd/react-flow/compare/reactflow@11.5.4...reactflow@11.5.5) ##### Patch Changes - [`383a074a`](https://togithub.com/wbkd/react-flow/commit/383a074aeae6dbec8437fa08c7c8d8240838a84e) Thanks [@&#8203;bcakmakoglu](https://togithub.com/bcakmakoglu)! - Check if prevClosestHandle exists in onPointerUp. Fixes connections getting stuck on last handle and connecting, even when out of connectionRadius - Updated dependencies \[[`383a074a`](https://togithub.com/wbkd/react-flow/commit/383a074aeae6dbec8437fa08c7c8d8240838a84e)]: - [@&#8203;reactflow/core](https://togithub.com/reactflow/core)[@&#8203;11](https://togithub.com/11).5.4 - [@&#8203;reactflow/background](https://togithub.com/reactflow/background)[@&#8203;11](https://togithub.com/11).1.7 - [@&#8203;reactflow/controls](https://togithub.com/reactflow/controls)[@&#8203;11](https://togithub.com/11).1.7 - [@&#8203;reactflow/minimap](https://togithub.com/reactflow/minimap)[@&#8203;11](https://togithub.com/11).3.7 - [@&#8203;reactflow/node-toolbar](https://togithub.com/reactflow/node-toolbar)[@&#8203;1](https://togithub.com/1).1.7 ### [`v11.5.4`](https://togithub.com/wbkd/react-flow/blob/HEAD/packages/reactflow/CHANGELOG.md#1154) [Compare Source](https://togithub.com/wbkd/react-flow/compare/reactflow@11.5.3...reactflow@11.5.4) This release fixes some issues with the newly introduced connection radius feature. We are now not only checking the radius but the handle itself too (like in the old version). That means that you can connect to a handle that is bigger than the connection radius. We are also not snapping connections anymore when they are not valid and pass a status class to the connection line that says if the current connection is valid or not. More over we fixed a connection issue with iOS. ##### Patch Changes - [#&#8203;2800](https://togithub.com/wbkd/react-flow/pull/2800) [`be8097ac`](https://togithub.com/wbkd/react-flow/commit/be8097acadca3054c3b236ce4296fc516010ef8c) - When node is not draggable, you can't move it with a selection either - [#&#8203;2803](https://togithub.com/wbkd/react-flow/pull/2803) [`1527795d`](https://togithub.com/wbkd/react-flow/commit/1527795d18c3af38c8ec7059436ea0fbf6c27bbd) - connection: add status class (valid or invalid) while in connection radius - [#&#8203;2801](https://togithub.com/wbkd/react-flow/pull/2801) [`3b6348a8`](https://togithub.com/wbkd/react-flow/commit/3b6348a8d1573afb39576327318bc172e33393c2) - fix(ios): connection error + dont snap invalid connection lines, check handle and connection radius - Updated dependencies \[[`be8097ac`](https://togithub.com/wbkd/react-flow/commit/be8097acadca3054c3b236ce4296fc516010ef8c), [`1527795d`](https://togithub.com/wbkd/react-flow/commit/1527795d18c3af38c8ec7059436ea0fbf6c27bbd), [`3b6348a8`](https://togithub.com/wbkd/react-flow/commit/3b6348a8d1573afb39576327318bc172e33393c2)]: - [@&#8203;reactflow/core](https://togithub.com/reactflow/core)[@&#8203;11](https://togithub.com/11).5.3 - [@&#8203;reactflow/background](https://togithub.com/reactflow/background)[@&#8203;11](https://togithub.com/11).1.6 - [@&#8203;reactflow/controls](https://togithub.com/reactflow/controls)[@&#8203;11](https://togithub.com/11).1.6 - [@&#8203;reactflow/minimap](https://togithub.com/reactflow/minimap)[@&#8203;11](https://togithub.com/11).3.6 - [@&#8203;reactflow/node-toolbar](https://togithub.com/reactflow/node-toolbar)[@&#8203;1](https://togithub.com/1).1.6 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/OneUptime/oneuptime). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#1733