Skip to content

Commit bced125

Browse files
committed
correct typos and clarify some information
1 parent 703e665 commit bced125

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is a major release, and it might be not compatible with your current usage
1212

1313
- 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
1414
- 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`
1616

1717
### Added
1818

@@ -61,7 +61,7 @@ This is a major release, and it might be not compatible with your current usage
6161
- Color palette: includes 4 sections with 20+ color tints in 5 weights each
6262
- indentity, semantic, layout, extra
6363
- managed via CSS custom properties
64-
- see `README.md` for inf about usage
64+
- see `README.md` for more information about usage
6565
- New icons
6666
- `artefact-task-sqlupdatequeryoperator`
6767
- `artefact-task-customsqlexecution`
@@ -123,7 +123,7 @@ This is a major release, and it might be not compatible with your current usage
123123
- `<SuggestField />`
124124
- Always add class 'nodrag' to popover content element to always prevent dragging of react-flow and dnd-kit elements when interacting with the component.
125125
- `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
127127
- e.g. `graphNode` is now `eccgui-graph-node` and `graphNodeBright` is `eccgui-graph-node-bright`
128128
- `<Button />` and `<IconButton />`
129129
- `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

Comments
 (0)