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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This is a major release, and it might be not compatible with your current usage
12
12
13
13
- remove deprecated components, properties and imports from your project, if the info cannot be found here then it was already mentioned in **Deprecated** sections of the past changelogs
14
14
- in case you set your own colors before importing GUI elements you need to update your configuration to the new color palette structure, see `README.md`
15
-
- change `intent="primary"` to `intent="accent"` for `<Button />`, `<IconButton />` and `<Spinner />`, if supported it would be even better to use `affirmative={true}` or `elevated={true}` instead of `intent` in morst cases
15
+
- change `intent="primary"` to `intent="accent"` for `<Button />`, `<IconButton />` and `<Spinner />`, if supported you may check if it is better to use `affirmative={true}` or `elevated={true}` instead of `intent`
16
16
17
17
### Added
18
18
@@ -61,7 +61,7 @@ This is a major release, and it might be not compatible with your current usage
61
61
- Color palette: includes 4 sections with 20+ color tints in 5 weights each
62
62
- indentity, semantic, layout, extra
63
63
- managed via CSS custom properties
64
-
- see `README.md` for inf about usage
64
+
- see `README.md` for more information about usage
65
65
- New icons
66
66
-`artefact-task-sqlupdatequeryoperator`
67
67
-`artefact-task-customsqlexecution`
@@ -123,7 +123,7 @@ This is a major release, and it might be not compatible with your current usage
123
123
-`<SuggestField />`
124
124
- Always add class 'nodrag' to popover content element to always prevent dragging of react-flow and dnd-kit elements when interacting with the component.
125
125
-`utils.getColorConfiguration()` works with CSS custom properties
126
-
- property names returned by `getCOlorConfiguration` were changed to kebab case because they are originally defined via CSS custom properties
126
+
- property names returned by `getColorConfiguration` were changed to kebab case because they are originally defined via CSS custom properties
127
127
- e.g. `graphNode` is now `eccgui-graph-node` and `graphNodeBright` is `eccgui-graph-node-bright`
128
128
-`<Button />` and `<IconButton />`
129
129
-`intent` display was aligned with other components, `intent="primary"` is now `intent="accent"`, in most cases it may be better to use `affirmative={true}` or `elevated={true}` instead of primary/accent intent
0 commit comments