You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
12
12
- component for hiding elements in specific media
13
13
-`<InlineText />`
14
14
- force children to get displayed as inline content
15
+
-`<StringPreviewContentBlobToggler />`
16
+
-`useOnly` property: specify if only parts of the content should be used for the shortened preview, this property replaces `firstNonEmptyLineOnly`
15
17
16
18
### Fixed
17
19
18
20
-`<Tag />`
19
21
- create more whitespace inside `small` tag
20
22
- reduce visual impact of border
23
+
-`<StringPreviewContentBlobToggler />`
24
+
- take Markdown rendering into account before testing the maximum preview length
21
25
22
26
### Changed
23
27
@@ -32,6 +36,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
32
36
-`<GridColumn />`
33
37
-`<PropertyName />` and `<PropertyValue />`
34
38
39
+
### Deprecated
40
+
41
+
-`<StringPreviewContentBlobToggler />`
42
+
-`firstNonEmptyLineOnly` will be removed, is replaced by `useOnly="firstNonEmptyLine"`
43
+
35
44
## [25.0.0] - 2025-12-01
36
45
37
46
This is a major release, and it might be not compatible with your current usage of our library. Please read about the necessary changes in the section about how to migrate.
0 commit comments