We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 605caef + 61f255d commit 4b7a228Copy full SHA for 4b7a228
1 file changed
CHANGELOG.md
@@ -27,6 +27,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
27
### Changed
28
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
- `<MultiSelect />`
33
- by default, if no searchPredicate or searchListPredicate is defined, the filtering is done via case-insensitive multi-word filtering.
34
0 commit comments