Skip to content

Commit 9d41025

Browse files
committed
add info about blueprint upgrade to changelog
1 parent f0a953e commit 9d41025

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2929
- **React and its types were updated to v18, so you may hit incompatibilities if you run it with React 16 or 17.**
3030
- `color` library was upgraded from v4 to v5, so the types changed
3131
- 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-`)
3234
- `<MultiSelect />`
3335
- by default, if no searchPredicate or searchListPredicate is defined, the filtering is done via case-insensitive multi-word filtering.
3436

0 commit comments

Comments
 (0)