Skip to content

Commit 631e8af

Browse files
committed
update changelog
1 parent 9bf99a5 commit 631e8af

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1212
- component for hiding elements in specific media
1313
- `<InlineText />`
1414
- force children to get displayed as inline content
15+
- `<DecoupledOverlay />`
16+
- similar to `ContextOverlay` component but not directly linked to a React element, it specifies the target in the DOM to get connected lazy
1517
- `<StringPreviewContentBlobToggler />`
1618
- `useOnly` property: specify if only parts of the content should be used for the shortened preview, this property replaces `firstNonEmptyLineOnly`
19+
- `<ActivityControlWidget />`
20+
- action now can have a `active` and `notification` property
21+
- `<ContextOverlay />`
22+
- `paddingSize` property to add easily some white space
1723
- new icons:
1824
- `state-confirmed-all`
1925
- `state-declined-all`
@@ -27,6 +33,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2733
- take Markdown rendering into account before testing the maximum preview length
2834
- `<CodeEditor />`
2935
- fix `disabled` property update
36+
- `<VisualTour />`
37+
- fix color of buttons to move to previous/next step
3038

3139
### Changed
3240

0 commit comments

Comments
 (0)