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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
6
7
7
## [Unreleased]
8
8
9
+
## [24.2.0] - 2025-06-04
10
+
9
11
### Added
10
12
11
13
-`<ContextOverlay />`
@@ -17,14 +19,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
17
19
-`<OverviewItemActions />`
18
20
-`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
21
-`delaySkeleton` property to set the placeholder/skeleton as long as the delayed display is waiting to get processed
20
-
-`intent` property to `Button`, `FieldItem`, `FieldSet`, `Notification`, and `Spinner`
-`intent` property: align intent state usage with other components
23
24
24
25
### Deprecated
25
26
26
27
-`<Markdown />`
27
28
-`reHypePlugins` property now use `PluggableList` from the unified package. This may require changes if you previously used plugins not conforming to the stricter unified typings. Backward compatibility with the old plugin list type will be removed in the next major version.
-`hasStatePrimary`, `hasStateSuccess`, `hasStateWarning` and `hasStateDanger` properties will be removed, use `intent` property instead
31
+
-`<Notification />`
32
+
-`neutral`, `success`, `warning` and `danger` properties will be removed, use `intent` property instead
33
+
-`<MultiSelect />`
34
+
-`data-test-id` for clearance button won't be set automatically, only if a test id for `MultiSelect` is given
28
35
29
36
### Fixed
30
37
@@ -36,6 +43,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
36
43
- some more interfaces are exposed:
37
44
-`IntentBlueprint`: BlueprintJS intent types, also available by `DefinitionsBlueprint`
38
45
-`TableDataContainerProps`, `TableSimpleContainerProps`, `TableHeadProps`, `TableBodyProps`, `TableExpandedRowProps`, `TableHeaderProps` and `DataTableRenderProps` as interfaces for diverse table components
46
+
-`<CodeAutocompleteField />`
47
+
- memorize `handleChange` handler to prevent unwanted re-renders
0 commit comments