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
- removed support for old state properties `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger`
60
+
-`<Notification />`
61
+
- removed support for old state properties `neutral`, `success`, `warning` and `danger`
62
+
-`<Icon />`
63
+
- removed `description` and `iconTitle` properties
64
+
-`<OverviewItemList />`
65
+
-`densityHigh` property was removed
66
+
-`<CodeEditor />`
67
+
- static fallback for test id `codemirror-wrapper` was removed, add `data-test-id` (or your test id data attribute) always directly to `CodeEditor`.
68
+
-`nodeTypes` and `edgeTypes` exports were removed
69
+
- use `<ReactFlow/` with `configuration`, or define it yourself
70
+
- SCSS variables `$eccgui-color-application-text` and `$eccgui-color-application-background` were removed
71
+
- use `$eccgui-color-workspace-text` and `$eccgui-color-workspace-background`
58
72
- support for React Flow v10 was completely removed
59
73
-`<EdgeDefault />`
60
74
- removed `inversePath` property, can be replaced with `arrowDirection: "inversed"` property
75
+
-`<Spinner />`
76
+
-`description` property was removed because it was defined but not implemented for a very long time, but we plan to add that type of caption later
61
77
62
78
### Fixed
63
79
@@ -72,6 +88,10 @@ This is a major release, and it might be not compatible with your current usage
72
88
- support now v9 and v12 of react flow
73
89
-`<ReactFlowExtended />`
74
90
- use `<EdgeNew />` by default for new connection lines, you can overwrite it by setting `connectionLineComponent` to `undefined`
91
+
-`<Spinner />`
92
+
-`color` property does not accept `intent` values anymore
93
+
-`<OverflowText />`
94
+
- beside explicitly specified properties it allows only basic HTML element properties and testing IDs
75
95
- overrite the native SCSS `rgba()` function, so it now works for SCSS color values and CSS custom properties
76
96
-`getColorConfiguration()` works with CSS custom properties
77
97
-`<SuggestField />`
@@ -304,6 +324,8 @@ If you use Jest then you can use the same aliases for the `moduleNameMapper` con
304
324
- use always `<Label/>` component for `label` value
305
325
-`<StickyNoteNode />`
306
326
- Refactored data structure position and dimension (breaking change)
327
+
-`<MiniMap />`
328
+
- component supports now React Flow v9 and v12
307
329
308
330
### Deprecated
309
331
@@ -503,8 +525,6 @@ This is a major release, and it might be not compatible with your current usage
503
525
-`<MultiSuggestField />`
504
526
- Updated the interface with the ability to use either `selectedItems` or `prePopulateWithItems` properties, which is more logical.
505
527
- Fixed deferred `selectedItems` setting.
506
-
-`<StickyNoteModal/>`
507
-
- static test id `data-test-id="sticky-note-modal"` will be removed with next major version
508
528
-`<BreadcrumbsList />`
509
529
-`onItemClick` handler is only executed if breadcrumb has `href` set because this is one callback parameter and the handler would not have any information otherwise
510
530
-`<Depiction />`
@@ -531,6 +551,8 @@ This is a major release, and it might be not compatible with your current usage
531
551
532
552
-`<TextArea />`
533
553
-`hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` properties: use the `intent` property instead.
554
+
-`<StickyNoteModal/>`
555
+
- static test id `data-test-id="sticky-note-modal"` will be removed with next major version
* @deprecated (v25) this property won't support `PluggableList` from "react-markdown/lib/react-markdown" with the next major version, only the one from `unified` will be supported then.
0 commit comments