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
@@ -302,6 +322,8 @@ If you use Jest then you can use the same aliases for the `moduleNameMapper` con
302
322
- use always `<Label/>` component for `label` value
303
323
-`<StickyNoteNode />`
304
324
- Refactored data structure position and dimension (breaking change)
325
+
-`<MiniMap />`
326
+
- component supports now React Flow v9 and v12
305
327
306
328
### Deprecated
307
329
@@ -501,8 +523,6 @@ This is a major release, and it might be not compatible with your current usage
501
523
-`<MultiSuggestField />`
502
524
- Updated the interface with the ability to use either `selectedItems` or `prePopulateWithItems` properties, which is more logical.
503
525
- Fixed deferred `selectedItems` setting.
504
-
-`<StickyNoteModal/>`
505
-
- static test id `data-test-id="sticky-note-modal"` will be removed with next major version
506
526
-`<BreadcrumbsList />`
507
527
-`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
508
528
-`<Depiction />`
@@ -529,6 +549,8 @@ This is a major release, and it might be not compatible with your current usage
529
549
530
550
-`<TextArea />`
531
551
-`hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` properties: use the `intent` property instead.
552
+
-`<StickyNoteModal/>`
553
+
- 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