Skip to content

Commit ef5867f

Browse files
committed
improve changelog, fix errors
1 parent 5dcbecb commit ef5867f

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,21 @@ This is a major release, and it might not be compatible with your current usage
2525
- `searchListPredicate` property: allows filtering of the complete list of search options at once
2626
- the following optional BlueprintJS properties are now forwarded to override default behaviour: `noResults`, `createNewItemRenderer` and `itemRenderer`
2727
- `isValidNewOption` property: checks if an input string is or can be turned into a valid new option
28-
- `ActivityControlWidge`
28+
- `ActivityControlWidget`
2929
- Support `badge` on activity control menu button.
3030
- new icons:
3131
- `module-marketplace`
32+
- `artefact-ruleblock`
3233

3334
### Fixed
3435

3536
- `<MultiSelect />`
36-
- border of the BlueprintJS `Tag` elements were fixed
37+
- borders of the BlueprintJS `Tag` elements were fixed
3738
- `extendedTooltip` of a handle in the ReactFlow (v12) component does not show the tooltip.
3839
- `<CodeEditor />`
3940
- `readOnly` appearance uses same borders like read-only text fields and it does not display a blinking cursor
4041
- `<Button />`, `<IconButton />`
41-
- outlines for focus by keyboard navigation are better recognizable on buttons with colored backgrounds (intent states)
42+
- outlines for focus by keyboard navigation are more recognizable on buttons with colored backgrounds (intent states)
4243
- `<Tooltip />`
4344
- given `popoverClassName` is added
4445

@@ -66,6 +67,7 @@ This is a major release, and it might not be compatible with your current usage
6667
- `togglerLarge`: replaced by the more versatile `togglerSize` property
6768
- `<MultiSelect />`
6869
- `searchPredicate`: replaced by `searchListPredicate`, which is more efficient in some cases
70+
- `DefinitionsBlueprint`: use `IntentBlueprint`, this is now usable as type and enum var
6971

7072
### Removed
7173

@@ -98,7 +100,7 @@ This is a major release, and it might not be compatible with your current usage
98100

99101
- `<Pagination />`
100102
- improve breakpoints to display widgets for page size and page number inside smaller containers
101-
- male the breakpoints configurable via SCSS
103+
- make the breakpoints configurable via SCSS
102104

103105
## [25.1.0] - 2026-04-13
104106

0 commit comments

Comments
 (0)