Skip to content

Commit f5ee0e1

Browse files
committed
Update the changelog entry, removed outdated prop from stories
1 parent ebb81b9 commit f5ee0e1

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ This is a major release, and it might be not compatible with your current usage
1717
- use `curvature` property in the edge `data` object to define the bezier layout (0..1, default: 0.25)
1818
- `<EdgeDefaultV12 />`
1919
- the `data` object provides `markerAppearance` to set and remove the edge arrows
20+
- `<EdgeDefault />`
21+
- introduced the new `arrowDirection` property, including support for bidirectional edges - supported only for `<EdgeDefaultV12 />`
2022
- `<EdgeNew />`
2123
- component for React Flow v12, displaying new connection lines
2224
- `<VisualTour />`
@@ -42,6 +44,8 @@ This is a major release, and it might be not compatible with your current usage
4244
- removed direct replacements for legacy components (imported via @eccenca/gui-elements/src/legacy-replacements or LegacyReplacements)
4345
- `<AffirmativeButton />`, `<Button />`, `<DismissiveButton />`, `<DisruptiveButton />`, `<Checkbox />`, `<RadioButton />`, `<Tabs />`, `<TextField />`
4446
- support for React Flow v10 was completely removed
47+
- `<EdgeDefault />`
48+
- removed `inversePath` property, can be replaced with `arrowDirection: "inversed"` property
4549

4650
### Fixed
4751

@@ -52,8 +56,6 @@ This is a major release, and it might be not compatible with your current usage
5256

5357
- `<EdgeDefault />` and `<EdgeStep />`
5458
- 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
5759
- `<ReactFlowExtended />`
5860
- use `<EdgeNew />` by default for new connection lines, you can overwrite it by setting `connectionLineComponent` to `undefined`
5961
- overrite the native SCSS `rgba()` function, so it now works for SCSS color values and CSS custom properties

src/extensions/react-flow/edges/stories/EdgeDefault.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ InverseEdge.args = {
117117
id: "inverse",
118118
arrowHeadType: undefined,
119119
data: {
120-
inversePath: true,
121120
markerStart: getMarkerEnd(`${ArrowHeadType.ArrowClosed}-inverse` as ArrowHeadType),
122121
},
123122
};

0 commit comments

Comments
 (0)