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
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
6
7
7
## [Unreleased]
8
8
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.
10
10
11
-
### Migration from v24 to v25
11
+
### Migration from v25 to v26
12
12
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
14
14
- apply changes mentioned in the **Changed** subsection
15
15
16
16
### Added
@@ -22,52 +22,52 @@ This is a major release, and it might be not compatible with your current usage
22
22
-`<ContextMenu />`
23
23
-`togglerSize`: replaces the deprecated `togglerLarge` property
24
24
-`<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
28
28
29
29
### Fixed
30
30
31
31
-`<MultiSelect />`
32
-
-border of the BlueprintJS `Tag` elements were fixed
32
+
-borders of the BlueprintJS `Tag` elements were fixed
33
33
34
34
### Changed
35
35
36
36
-**React and its types were updated to v18, so you may hit incompatibilities if you run it with React 16 or 17.**
37
37
-`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
39
39
-`@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"`
41
41
- you may need to update class names in your tests (the new prefix is `bp6-`)
42
42
-`Toaster.create` is now an async function
43
43
-`<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
45
45
46
46
### Deprecated
47
47
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
49
49
-`<ContextMenu />`
50
50
-`togglerLarge`: replaced by the more versatile `togglerSize` property
51
51
-`<MultiSelect />`
52
-
-`searchPredicate`: replaced by the -- in some cases -- more efficient `searchListPredicate`
52
+
-`searchPredicate`: replaced by `searchListPredicate`, which is more efficient in some cases
53
53
54
54
### Removed
55
55
56
-
- renamed react flow types and components, use the new names directly:
56
+
- renamed React Flow types and components; use the new names directly:
57
57
-`NodeContentHandleProps`: use `HandleDefaultProps`
58
58
-`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
60
60
-`EdgeDefaultV9` and `EdgeDefaultV12`: use `EdgeDefault`
61
61
-`EdgeDefs`: use `ReactFlowMarkers`
62
62
-`autoCompleteFieldUtils`: use `suggestFieldUtils`
63
63
-`CodeMirror.outerDivAttributes`: use all properties directly on `CodeEditor`
64
64
-`MultiSuggestField.ofType`: use `<MultiSuggestField<TYPE>>`
65
65
-`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
0 commit comments