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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,10 @@ This is a major release, and it might be not compatible with your current usage
40
40
- managed via CSS custom properties
41
41
- see `README.md` for inf about usage
42
42
-`<Button />`
43
-
- value `accent` was added for `intent` to align it with intent states of other components
43
+
-`accent` value for `intent` was added to align property with other components
44
+
-`<Spinner />`
45
+
-`accent` value for `intent` was added to align property with other components
46
+
-`elevated` property can be used to highlight the spinner, currently the `intent="accent"` display is used
44
47
- SCSS color functions
45
48
-`eccgui-color-var`: returns a var of a custom property used for palette color
46
49
-`eccgui-color-mix`: mix 2 colors in `srgb`, works with all types of color values and CSS custom properties
@@ -105,7 +108,9 @@ This is a major release, and it might be not compatible with your current usage
105
108
- property names returned by `getCOlorConfiguration` were changed to kebab case because they are originally defined via CSS custom properties
106
109
- e.g. `graphNode` is now `eccgui-graph-node` and `graphNodeBright` is `eccgui-graph-node-bright`
107
110
-`<Button />` and `<IconButton />`
108
-
- we aligned the `intent` display with other components, `intent="primary"` is now `intent="accent"`, in most cases it may better to use `affirmative={true}` or `elevated={true}` instead of primary/accent intent
111
+
-`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
112
+
-`<Spinner />`
113
+
-`intent` display was aligned with other components, `intent="primary"` is now `intent="accent"`, in most cases it may be better to use `elevated={true}` instead of using intent
0 commit comments