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
@@ -8,6 +8,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
8
8
9
9
### Added
10
10
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
13
+
-`<ContextMenu />`
14
+
-`preventPlaceholder` property to prevent the default usage of placeholders waiting for the first user interaction before inserting the full context menu
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.
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`.
19
+
-`delaySkeleton` property to set the placeholder/skeleton as long as the delayed display is waiting to get processed
11
20
-`intent` property to `Button`, `FieldItem`, `FieldSet`, `Notification`, and `Spinner`
// Delay rendering of item actions when they are hidden anyways, because rendering interaction elements like context menus currently has a large performance impact.
0 commit comments