v5.12.0
What's Changed
- docs: change prerelease command by @theo-mesnil in #2413
- chore(deps): bump ip from 2.0.0 to 2.0.1 by @dependabot in #2415
- docs: change branch master to main by @theo-mesnil in #2416
- fix(select): onChange should return value instead of label when groupsEnabled by @mleralec in #2426
- fix(select): allow to search on group options by @mleralec in #2425
Full Changelog: v5.11.0...v5.12.0
WARNING:
If you are using a <Select />
with groupsEnabled
prop, the onChange
will now return the option value instead of the option label (old weird behavior) check #2426 for more details