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
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,43 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
6
7
7
## [Unreleased]
8
8
9
+
### Added
10
+
11
+
-`<ApplicationViewability />`
12
+
- component for hiding elements in specific media
13
+
-`<InlineText />`
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`
17
+
18
+
### Fixed
19
+
20
+
-`<Tag />`
21
+
- create more whitespace inside `small` tag
22
+
- reduce visual impact of border
23
+
-`<StringPreviewContentBlobToggler />`
24
+
- take Markdown rendering into account before testing the maximum preview length
25
+
-`<NodeContent />`
26
+
- header-menu items are vertically centered now
27
+
28
+
### Changed
29
+
30
+
- automatically hide user interaction elements in print view
31
+
- all application header components except `<WorkspaceHeader />`
32
+
-`<CardActions />` and `<CardOptions />`
33
+
-`actionOptions` of `<ContentGroup />`
34
+
-`actions` of `<Notification />`
35
+
-`<OverviewItemActions />`
36
+
- automatically serialize display of layout elements in print view
37
+
-`<FlexibleLayoutItem />`
38
+
-`<GridColumn />`
39
+
-`<PropertyName />` and `<PropertyValue />`
40
+
41
+
### Deprecated
42
+
43
+
-`<StringPreviewContentBlobToggler />`
44
+
-`firstNonEmptyLineOnly` will be removed, is replaced by `useOnly="firstNonEmptyLine"`
45
+
9
46
## [25.0.0] - 2025-12-01
10
47
11
48
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