Skip to content

Commit b766be7

Browse files
committed
fix changelog, some items were added to wrong sections
1 parent ac42341 commit b766be7

1 file changed

Lines changed: 28 additions & 19 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
### Added
10+
11+
- `<NotAvailable />`
12+
- simple placeholder element that can be used to display info about missing data
13+
- `<ContentBlobToggler />`
14+
- `forceInline` property: force inline rendering
15+
- `<ContextMenu />`
16+
- `togglerSize`: replaces the deprecated `togglerLarge` property
17+
- `<MultiSelect />`
18+
- `searchListPredicate` property: Allows to filter the complete list of search options at once.
19+
- Following optional BlueprintJs properties are forwarded now to override default behaviour: `noResults`, `createNewItemRenderer` and `itemRenderer`
20+
- `isValidNewOption` property: Checks if an input string is or can be turned into a valid new option.
21+
22+
### Fixed
23+
24+
- `<MultiSelect />`
25+
- border of the BlueprintJS `Tag` elements were fixed
26+
927
### Changed
1028

11-
- React and its types were updated to v18, so you may hit incompatibilities if you run it with React 16 or 17.
29+
- **React and its types were updated to v18, so you may hit incompatibilities if you run it with React 16 or 17.**
30+
- `<MultiSelect />`
31+
- by default, if no searchPredicate or searchListPredicate is defined, the filtering is done via case-insensitive multi-word filtering.
32+
33+
### Deprecated
34+
35+
- `<ContextMenu />`
36+
- `togglerLarge`: replaced by the more versatile `togglerSize` property
37+
- `<MultiSelect />`
38+
- `searchPredicate`: replaced by the -- in some cases -- more efficient `searchListPredicate`
1239

1340
## [25.2.0] - 2026-04-30
1441

@@ -64,16 +91,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6491
- `operation-filterreset`
6592
- `toggler-pin-empty`
6693
- `toggler-pin-filled`
67-
- `<NotAvailable />`
68-
- simple placeholder element that can be used to display info about missing data
69-
- `<ContentBlobToggler />`
70-
- `forceInline` property: force inline rendering
71-
- `<ContextMenu />`
72-
- `togglerSize`: replaces the deprecated `togglerLarge` property
73-
- `<MultiSelect />:
74-
- `searchListPredicate` property: Allows to filter the complete list of search options at once.
75-
- Following optional BlueprintJs properties are forwarded now to override default behaviour: `noResults`, `createNewItemRenderer` and `itemRenderer`
76-
- `isValidNewOption` property: Checks if an input string is or can be turned into a valid new option.
7794

7895
### Fixed
7996

@@ -108,8 +125,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
108125
- Focus outlines
109126
- we use again bold focus outlines for input elements
110127
- they are also used for clickable elements that are focused via keyboard (tab navigation)
111-
- `<MultiSelect />`:
112-
- border of the BlueprintJS `Tag` elements were fixed
113128

114129
### Changed
115130

@@ -130,17 +145,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
130145
- `<FlexibleLayoutItem />`
131146
- `<GridColumn />`
132147
- `<PropertyName />` and `<PropertyValue />`
133-
- `<MultiSelect />`
134-
- by default, if no searchPredicate or searchListPredicate is defined, the filtering is done via case-insensitive multi-word filtering.
135148

136149
### Deprecated
137150

138151
- `<StringPreviewContentBlobToggler />`
139152
- `firstNonEmptyLineOnly` will be removed, is replaced by `useOnly="firstNonEmptyLine"`
140-
- `<ContextMenu />`
141-
- `togglerLarge`: replaced by the more versatile `togglerSize` property
142-
- `<MultiSelect />`
143-
- `searchPredicate`: replaced by the, in some cases, more efficient `searchListPredicate`
144153

145154
## [25.0.0] - 2025-12-01
146155

0 commit comments

Comments
 (0)