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
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,20 +43,25 @@ This is a major release, and it might be not compatible with your current usage
43
43
-`eccgui-color-var`: returns a var of a custom property used for palette color
44
44
-`eccgui-color-mix`: mix 2 colors in `srgb`, works with all types of color values and CSS custom properties
45
45
-`eccgui-color-rgba`: like `rgba()` but it works also for CSS custom properties
46
-
-`colorCalculateDistance()`
46
+
-`utils.colorCalculateDistance()`
47
47
- function to calculate the difference between 2 colors using the simple CIE76 formula
48
-
-`textToColorHash()`
48
+
-`utils.textToColorHash()`
49
49
- function to calculate a color from a text string
50
50
- new icons
51
51
-`artefact-task-sqlupdatequeryoperator`
52
52
-`artefact-task-customsqlexecution`
53
+
-`toggler-carettop`
54
+
-`toggler-caretleft`
55
+
-`toggler-micon`
56
+
-`toggler-micoff`
53
57
-`<Modal />`:
54
58
-`preventReactFlowEvents`: Adds 'nopan', 'nowheel' and 'nodrag' classes to Modal's overlay classes in order to prevent react-flow to react to drag and pan actions in modals.
55
59
This is enabled by default for <SimpleDialog />.
56
60
57
61
58
62
### Removed
59
63
64
+
- support for React Flow v10 was completely removed
60
65
- removed direct replacements for legacy components (imported via `@eccenca/gui-elements/src/legacy-replacements` or `LegacyReplacements`)
@@ -69,15 +74,14 @@ This is a major release, and it might be not compatible with your current usage
69
74
-`densityHigh` property was removed
70
75
-`<CodeEditor />`
71
76
- static fallback for test id `codemirror-wrapper` was removed, add `data-test-id` (or your test id data attribute) always directly to `CodeEditor`.
72
-
-`nodeTypes` and `edgeTypes` exports were removed
73
-
- use `<ReactFlow/` with `configuration`, or define it yourself
74
-
- SCSS variables `$eccgui-color-application-text` and `$eccgui-color-application-background` were removed
75
-
- use `$eccgui-color-workspace-text` and `$eccgui-color-workspace-background`
76
-
- support for React Flow v10 was completely removed
77
77
-`<EdgeDefault />`
78
78
- removed `inversePath` property, can be replaced with `arrowDirection: "inversed"` property
79
79
-`<Spinner />`
80
80
-`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
81
+
-`nodeTypes` and `edgeTypes` exports were removed
82
+
- use `<ReactFlow />` with `configuration`, or define it yourself
83
+
- SCSS variables `$eccgui-color-application-text` and `$eccgui-color-application-background` were removed
84
+
- use `$eccgui-color-workspace-text` and `$eccgui-color-workspace-background`
81
85
82
86
### Fixed
83
87
@@ -95,17 +99,17 @@ This is a major release, and it might be not compatible with your current usage
95
99
-`<OverflowText />`
96
100
- beside explicitly specified properties it allows only basic HTML element properties and testing IDs
97
101
- overrite the native SCSS `rgba()` function, so it now works for SCSS color values and CSS custom properties
98
-
-`getColorConfiguration()` works with CSS custom properties
99
102
-`<SuggestField />`
100
103
- Always add class 'nodrag' to popover content element to always prevent dragging of react-flow and dnd-kit elements when interacting with the component.
104
+
-`utils.getColorConfiguration()` works with CSS custom properties
105
+
- property names returned by `getCOlorConfiguration` were changed to kebab case because they are originally defined via CSS custom properties
106
+
- e.g. `graphNode` is now `eccgui-graph-node` and `graphNodeBright` is `eccgui-graph-node-bright`
101
107
102
108
### Deprecated
103
109
104
110
- support for React Flow v9 will be removed in v26
105
111
-`<EdgeDefs />`
106
112
- use `<ReactFlowMarkers />` or build it on single `<ReactFlowMarker />`
107
-
- property names returned by `getCOlorConfiguration` were changed to kebab case because they are originally defined via CSS custom properties
108
-
- e.g. `graphNode` is now `eccgui-graph-node` and `graphNodeBright` is `eccgui-graph-node-bright`
0 commit comments