Skip to content

Commit b89349b

Browse files
committed
update changelog
1 parent dab8485 commit b89349b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1717
- `<OverviewItemActions />`
1818
- `delayDisplayChildren` property: set a time (in ms) to delay the actual rendering of elements inside the actions container. When enabled the containing `OverviewItem` can be displayed faster. Can be used e.g. to boost performance when rendering `OverviewItemActions` with `hiddenInteractions` set to `true`.
1919
- `delaySkeleton` property to set the placeholder/skeleton as long as the delayed display is waiting to get processed
20-
- `intent` property to `Button`, `FieldItem`, `FieldSet`, `Notification`, and `Spinner`
2120
- `<Button />`, `<FieldItem />`, `<FieldSet />`, `<Notification />`, `<Spinner />`
2221
- `intent` property: align intent state usage with other components
2322

2423
### Deprecated
2524

2625
- `<Markdown />`
2726
- `reHypePlugins` property now use `PluggableList` from the unified package. This may require changes if you previously used plugins not conforming to the stricter unified typings. Backward compatibility with the old plugin list type will be removed in the next major version.
27+
- `<FieldSet />`, `<FieldItem />`, `<MultiSelect />`, `<Button />`
28+
- `hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` properties will be removed, use `intent` property instead
29+
- `<Notification />`
30+
- `neutral`, `success`, `warning` and `danger` properties will be removed, use `intent` property instead
31+
- `<MultiSelect />`
32+
- `data-test-id` for clearance button won't be set automatically, only if a test id for `MultiSelect` is given
2833

2934
### Fixed
3035

0 commit comments

Comments
 (0)