File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments