Releases: WTTJ/welcome-ui
Releases · WTTJ/welcome-ui
v5.13.0
What's Changed
- chore: upgrade ariakit to v0.4.3 and upgrade test with userEvent by @theo-mesnil in #2423
Full Changelog: v5.12.1...v5.13.0
v5.13.0-alpha.1
v5.13.0-alpha.0
v5.12.1
What's Changed
- fix(select): render multiple with label instead of value by @mleralec in #2427
- fix(toggle): label alignment and toggle zIndex by @jeromeraffin in #2417
- fix(modal): a11y on modal header by @Leiksa in #2422
Full Changelog: v5.12.0...v5.12.1
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