Skip to content

Commit 239aa46

Browse files
committed
update changelog with new functionality options to improve redering performance
1 parent 8ecb0f2 commit 239aa46

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
88

99
### Added
1010

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
1120
- `intent` property to `Button`, `FieldItem`, `FieldSet`, `Notification`, and `Spinner`
1221

1322
### Fixed

0 commit comments

Comments
 (0)