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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
9
9
### Added
10
10
11
11
-`<ContextOverlay />`
12
-
-`usePlaceholder` property, can be used to display the target but include the component later when the first interaction happens, this can improve performance
12
+
-`usePlaceholder` property: can be used to display the target but include the component later when the first interaction happens, this can improve performance
13
13
-`<ContextMenu />`
14
-
-`preventPlaceholder` property, to prevent the default usage of placeholders waiting for the first user interaction before inserting the full context menu
14
+
-`preventPlaceholder` property to prevent the default usage of placeholders waiting for the first user interaction before inserting the full context menu
15
15
-`<Tooltip />`
16
-
-`usePlaceholder` property, can be used to display the target but include the full component later when the first interaction happens, this can improve performance. It is turned on for text tooltips by default.
16
+
-`usePlaceholder` property: can be used to display the target but include the full component later when the first interaction happens, this can improve performance. It is turned on for text tooltips by default.
17
17
-`<OverviewItemActions />`
18
-
-`delayDisplayChildren` property, set a time (in ms) to delay the actual rendering of elements inside the actions container. When enabled the containing `OverviewItem` can be displayed faster. Can be used e.g. to boost performance when rendering `OverviewItemActions` with `hiddenInteractions` set to `true`.
18
+
-`delayDisplayChildren` property: set a time (in ms) to delay the actual rendering of elements inside the actions container. When enabled the containing `OverviewItem` can be displayed faster. Can be used e.g. to boost performance when rendering `OverviewItemActions` with `hiddenInteractions` set to `true`.
19
19
-`delaySkeleton` property to set the placeholder/skeleton as long as the delayed display is waiting to get processed
20
20
-`intent` property to `Button`, `FieldItem`, `FieldSet`, `Notification`, and `Spinner`
0 commit comments