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
- support for React Flow v10 was completely removed
47
+
-`<EdgeDefault />`
48
+
- removed `inversePath` property, can be replaced with `arrowDirection: "inversed"` property
45
49
46
50
### Fixed
47
51
@@ -52,8 +56,6 @@ This is a major release, and it might be not compatible with your current usage
52
56
53
57
-`<EdgeDefault />` and `<EdgeStep />`
54
58
- support now v9 and v12 of react flow
55
-
-`<EdgeDefault />`
56
-
- introduced the new `arrowDirection` property, replacing the previous `inversePath` to provide more flexible control over edge arrows, including support for bidirectional edges
57
59
-`<ReactFlowExtended />`
58
60
- use `<EdgeNew />` by default for new connection lines, you can overwrite it by setting `connectionLineComponent` to `undefined`
59
61
- overrite the native SCSS `rgba()` function, so it now works for SCSS color values and CSS custom properties
0 commit comments