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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,20 +25,21 @@ This is a major release, and it might not be compatible with your current usage
25
25
-`searchListPredicate` property: allows filtering of the complete list of search options at once
26
26
- the following optional BlueprintJS properties are now forwarded to override default behaviour: `noResults`, `createNewItemRenderer` and `itemRenderer`
27
27
-`isValidNewOption` property: checks if an input string is or can be turned into a valid new option
28
-
-`ActivityControlWidge`
28
+
-`ActivityControlWidget`
29
29
- Support `badge` on activity control menu button.
30
30
- new icons:
31
31
-`module-marketplace`
32
+
-`artefact-ruleblock`
32
33
33
34
### Fixed
34
35
35
36
-`<MultiSelect />`
36
-
-border of the BlueprintJS `Tag` elements were fixed
37
+
-borders of the BlueprintJS `Tag` elements were fixed
37
38
-`extendedTooltip` of a handle in the ReactFlow (v12) component does not show the tooltip.
38
39
-`<CodeEditor />`
39
40
-`readOnly` appearance uses same borders like read-only text fields and it does not display a blinking cursor
40
41
-`<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)
42
43
-`<Tooltip />`
43
44
- given `popoverClassName` is added
44
45
@@ -66,6 +67,7 @@ This is a major release, and it might not be compatible with your current usage
66
67
-`togglerLarge`: replaced by the more versatile `togglerSize` property
67
68
-`<MultiSelect />`
68
69
-`searchPredicate`: replaced by `searchListPredicate`, which is more efficient in some cases
70
+
-`DefinitionsBlueprint`: use `IntentBlueprint`, this is now usable as type and enum var
69
71
70
72
### Removed
71
73
@@ -98,7 +100,7 @@ This is a major release, and it might not be compatible with your current usage
98
100
99
101
-`<Pagination />`
100
102
- improve breakpoints to display widgets for page size and page number inside smaller containers
0 commit comments