@@ -11,21 +11,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1111- ` <ApplicationViewability /> `
1212 - component for hiding elements in specific media
1313- ` <InlineText /> `
14- - force children to get displayed as inline content
14+ - force children to get displayed as inline content
1515- ` <StringPreviewContentBlobToggler /> `
16- - ` useOnly ` property: specify if only parts of the content should be used for the shortened preview, this property replaces ` firstNonEmptyLineOnly `
16+ - ` useOnly ` property: specify if only parts of the content should be used for the shortened preview, this property replaces ` firstNonEmptyLineOnly `
17+ - CSS custom properties
18+ - beside the color palette we now mirror the most important layout configuration variables as CSS custom properties
1719
1820### Fixed
1921
2022- ` <Tag /> `
2123 - create more whitespace inside ` small ` tag
2224 - reduce visual impact of border
2325- ` <StringPreviewContentBlobToggler /> `
24- - take Markdown rendering into account before testing the maximum preview length
26+ - take Markdown rendering into account before testing the maximum preview length
2527- ` <NodeContent /> `
2628 - header-menu items are vertically centered now
2729- ` Typography `
28- - adjust displaying fallback symbols in different browsers
30+ - adjust displaying fallback symbols in different browsers
2931
3032### Changed
3133
@@ -43,7 +45,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
4345### Deprecated
4446
4547- ` <StringPreviewContentBlobToggler /> `
46- - ` firstNonEmptyLineOnly ` will be removed, is replaced by ` useOnly="firstNonEmptyLine" `
48+ - ` firstNonEmptyLineOnly ` will be removed, is replaced by ` useOnly="firstNonEmptyLine" `
4749
4850## [ 25.0.0] - 2025-12-01
4951
0 commit comments