@@ -11,23 +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 `
1717
1818### Fixed
1919
2020- ` <Tag /> `
2121 - create more whitespace inside ` small ` tag
2222 - reduce visual impact of border
2323- ` <StringPreviewContentBlobToggler /> `
24- - take Markdown rendering into account before testing the maximum preview length
24+ - take Markdown rendering into account before testing the maximum preview length
2525- ` <NodeContent /> `
2626 - header-menu items are vertically centered now
2727- ` Typography `
2828 - adjust displaying fallback symbols in different browsers
2929- ` <CodeMirror /> `
30- - Use the latest provided ` onChange ` function
30+ - Use the latest provided ` onChange ` function and ` disabled ` prop
3131
3232### Changed
3333
@@ -45,7 +45,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
4545### Deprecated
4646
4747- ` <StringPreviewContentBlobToggler /> `
48- - ` firstNonEmptyLineOnly ` will be removed, is replaced by ` useOnly="firstNonEmptyLine" `
48+ - ` firstNonEmptyLineOnly ` will be removed, is replaced by ` useOnly="firstNonEmptyLine" `
4949
5050## [ 25.0.0] - 2025-12-01
5151
0 commit comments