Skip to content

Commit 83ad747

Browse files
committed
improve changelog texts
1 parent 6f2bdfc commit 83ad747

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9-
This is a major release, and it might be not compatible with your current usage of our library. Please read about the necessary changes in the section about how to migrate.
9+
This is a major release, and it might not be compatible with your current usage of our library. Please read about the necessary changes in the migration section below.
1010

11-
### Migration from v24 to v25
11+
### Migration from v25 to v26
1212

13-
- remove deprecated components, properties and imports from your project, if the info cannot be found here then it was already mentioned in **Deprecated** sections of the past changelogs
13+
- remove deprecated components, properties and imports from your project; if the info cannot be found here, it was already mentioned in the **Deprecated** sections of past changelogs
1414
- apply changes mentioned in the **Changed** subsection
1515

1616
### Added
@@ -22,52 +22,52 @@ This is a major release, and it might be not compatible with your current usage
2222
- `<ContextMenu />`
2323
- `togglerSize`: replaces the deprecated `togglerLarge` property
2424
- `<MultiSelect />`
25-
- `searchListPredicate` property: Allows to filter the complete list of search options at once.
26-
- Following optional BlueprintJs properties are forwarded now to override default behaviour: `noResults`, `createNewItemRenderer` and `itemRenderer`
27-
- `isValidNewOption` property: Checks if an input string is or can be turned into a valid new option.
25+
- `searchListPredicate` property: allows filtering of the complete list of search options at once
26+
- the following optional BlueprintJS properties are now forwarded to override default behaviour: `noResults`, `createNewItemRenderer` and `itemRenderer`
27+
- `isValidNewOption` property: checks if an input string is or can be turned into a valid new option
2828

2929
### Fixed
3030

3131
- `<MultiSelect />`
32-
- border of the BlueprintJS `Tag` elements were fixed
32+
- borders of the BlueprintJS `Tag` elements were fixed
3333

3434
### Changed
3535

3636
- **React and its types were updated to v18, so you may hit incompatibilities if you run it with React 16 or 17.**
3737
- `color` library was upgraded from v4 to v5, so the types changed
38-
- if you forward properties then they cannot have `Color` as type, use `ColorLike`
38+
- if you forward properties, they can no longer have `Color` as their type; use `ColorLike` instead
3939
- `@blueprintjs/core` library was updated to v6
40-
- if you use an explicit BlueprintJS import in your project you need to set `"@blueprintjs/core": "6.8.1"` and `"@blueprintjs/select": "6.1.1"`
40+
- if you use an explicit BlueprintJS import in your project, you need to set `"@blueprintjs/core": "6.8.1"` and `"@blueprintjs/select": "6.1.1"`
4141
- you may need to update class names in your tests (the new prefix is `bp6-`)
4242
- `Toaster.create` is now an async function
4343
- `<MultiSelect />`
44-
- by default, if no searchPredicate or searchListPredicate is defined, the filtering is done via case-insensitive multi-word filtering.
44+
- by default, if no `searchPredicate` or `searchListPredicate` is defined, the filtering is done via case-insensitive multi-word matching
4545

4646
### Deprecated
4747

48-
- support for React Flow v9 is extended, but will be removed in v27
48+
- support for React Flow v9 is retained for now, but will be removed in v27
4949
- `<ContextMenu />`
5050
- `togglerLarge`: replaced by the more versatile `togglerSize` property
5151
- `<MultiSelect />`
52-
- `searchPredicate`: replaced by the -- in some cases -- more efficient `searchListPredicate`
52+
- `searchPredicate`: replaced by `searchListPredicate`, which is more efficient in some cases
5353

5454
### Removed
5555

56-
- renamed react flow types and components, use the new names directly:
56+
- renamed React Flow types and components; use the new names directly:
5757
- `NodeContentHandleProps`: use `HandleDefaultProps`
5858
- `ReactFlow`: use `ReactFlowExtended`
59-
- `MiniMapV9Props`, `MiniMapV9`, `MiniMapV12Props` and `MiniMapV12`: use `MiniMapProps` and `MiniMap`, use `flowVersion` if the React Flow version is not recognized automatically
59+
- `MiniMapV9Props`, `MiniMapV9`, `MiniMapV12Props` and `MiniMapV12`: use `MiniMapProps` and `MiniMap`; use `flowVersion` if the React Flow version is not recognized automatically
6060
- `EdgeDefaultV9` and `EdgeDefaultV12`: use `EdgeDefault`
6161
- `EdgeDefs`: use `ReactFlowMarkers`
6262
- `autoCompleteFieldUtils`: use `suggestFieldUtils`
6363
- `CodeMirror.outerDivAttributes`: use all properties directly on `CodeEditor`
6464
- `MultiSuggestField.ofType`: use `<MultiSuggestField<TYPE>>`
6565
- `StringPreviewContentBlobToggler.firstNonEmptyLineOnly`: use `useOnly="firstNonEmptyLine"`
66-
- color configuration is not possible anymore via previously used SCSS variables
66+
- color configuration is no longer possible via the previously used SCSS variables
6767
- `$eccgui-color-primary`, `$eccgui-color-primary-contrast`, `$eccgui-color-accent`, `$eccgui-color-accent-contrast`,
6868
`$eccgui-color-success-text`, `$eccgui-color-success-background`, `$eccgui-color-info-text`, `$eccgui-color-info-background`,
6969
`$eccgui-color-warning-text`, `$eccgui-color-warning-background`, `$eccgui-color-danger-text`, `$eccgui-color-danger-background`
70-
- use `$eccgui-color-palette-light` now
70+
- use `$eccgui-color-palette-light` instead
7171

7272
## [25.2.0] - 2026-04-30
7373

0 commit comments

Comments
 (0)