@@ -15,12 +15,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1515 - component for hiding elements in specific media
1616- ` <InlineText /> `
1717 - force children to get displayed as inline content
18- - ` <DecoupledOverlay /> `
19- - similar to ` ContextOverlay ` component but not directly linked to a React element, it specifies the target in the DOM to get connected lazy
18+ - ` <DecoupledOverlay /> `
19+ - similar to ` ContextOverlay ` component but not directly linked to a React element, it specifies the target in the DOM to get connected lazy
2020- ` <StringPreviewContentBlobToggler /> `
2121 - ` useOnly ` property: specify if only parts of the content should be used for the shortened preview, this property replaces ` firstNonEmptyLineOnly `
2222- ` <ContextOverlay /> `
2323 - ` paddingSize ` property to add easily some white space
24+ - ` <CodeEditor /> `
25+ - toolbar in ` markdown ` mode provides a user config menu for the editor appearance
2426- CSS custom properties
2527 - beside the color palette we now mirror the most important layout configuration variables as CSS custom properties
2628- new icons:
@@ -55,6 +57,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5557 - Change default filter predicate to match multi-word queries.
5658- ` <EdgeDefault /> `
5759 - reduce stroke width to only 1px
60+ - ` <CodeMirror /> `
61+ - ` wrapLines ` and ` preventLineNumber ` do use ` false ` default value but if not set then it will be interpreted as ` false `
62+ - in this way it can be overwritten by new user config for the markdown mode
5863- automatically hide user interaction elements in print view
5964 - all application header components except ` <WorkspaceHeader /> `
6065 - ` <CardActions /> ` and ` <CardOptions /> `
0 commit comments