We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a953e commit 9d41025Copy full SHA for 9d41025
1 file changed
CHANGELOG.md
@@ -29,6 +29,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
29
- **React and its types were updated to v18, so you may hit incompatibilities if you run it with React 16 or 17.**
30
- `color` library was upgraded from v4 to v5, so the types changed
31
- if you forward properties then they cannot have `Color` as type, use `ColorLike`
32
+- `@blueprintjs/core` library was updated to v6
33
+ - you may need to update class names in your tests (the new prefix is `bp6-`)
34
- `<MultiSelect />`
35
- by default, if no searchPredicate or searchListPredicate is defined, the filtering is done via case-insensitive multi-word filtering.
36
0 commit comments