You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31-2Lines changed: 31 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,39 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
8
8
9
9
This is a major release, and it might be not compatible with your current usage of our library. Please read about the necessary changes in the section about how to migrate.
10
10
11
+
### Added
12
+
13
+
-`<EdgeStraight />`
14
+
- it's basically `<EdgeDefault />` without any special configs
15
+
-`<EdgeBezier />`
16
+
- only supported for v12, in v9 as straight edge is used
17
+
- use `curvature` property in the edge `data` object to define the bezier layout (0..1, default: 0.25)
18
+
-`<EdgeDefaultV12 />`
19
+
- the `data` object provides `markerAppearance` to set and remove the edge arrows
20
+
-`<EdgeNew />`
21
+
- component for React Flow v12, displaying new connection lines
22
+
23
+
### Removed
24
+
25
+
- support for React Flow v10 was completely removed
26
+
11
27
### Fixed
12
28
13
29
-`<Modal />`:
14
-
- Add 'nopan', 'nowheel' and 'nodrag' classes to Modal's overlay classes in order to always prevent react-flow to react to drag and pan actions in modals.
30
+
- Add 'nopan', 'nowheel' and 'nodrag' classes to Modal's overlay classes in order to always prevent react-flow to react to drag and pan actions in modals.
31
+
32
+
### Changed
33
+
34
+
-`<EdgeDefault />` and `<EdgeStep />`
35
+
- support now v9 and v12 of react flow
36
+
-`<ReactFlowExtended />`
37
+
- use `<EdgeNew />` by default for new connection lines, you can overwrite it by setting `connectionLineComponent` to `undefined`
38
+
39
+
### Deprecated
40
+
41
+
- support for React Flow v9 will be removed in v26
42
+
-`<EdgeDefs />`
43
+
- use `<ReactFlowMarkers />` or build it on single `<ReactFlowMarker />`
15
44
16
45
## [24.4.0] - 2025-08-07
17
46
@@ -130,7 +159,7 @@ If you use Jest then you can use the same aliases for the `moduleNameMapper` con
130
159
131
160
### Migration from v24 to v25
132
161
133
-
- remove deprecated components, properties and imports from your project, if the info cannot be found here then it was already mentioned in **Deprecated** sections of the v24.* changelogs.
162
+
- remove deprecated components, properties and imports from your project, if the info cannot be found here then it was already mentioned in **Deprecated** sections of the v24.\* changelogs.
134
163
- we changed the integration of the supported react flow versions, formerly names `legacy` and `next` resources were renamed to more precise `v9` and `v10`, please see all info in the section about changes
* `ReactFlow` container extension that includes pre-configured nodes and edges for
84
73
* Corporate Memory tools.
85
74
*
86
-
* @param T The concrete type of the corresponding version, i.e. either one of ReactFlowExtendedPropsV9, ReactFlowExtendedPropsV10 or ReactFlowExtendedPropsV12
75
+
* @param T The concrete type of the corresponding version, i.e. either one of ReactFlowExtendedPropsV9 or ReactFlowExtendedPropsV12
0 commit comments