Skip to content

Release 0.12.0

Choose a tag to compare

@martinpengellyphillips martinpengellyphillips released this 29 Jul 21:04
· 49 commits to main since this release

Changed

  • React to changing initialValue even if initially undefined on Select
    component.

Fixed

  • Fix onFocus prop being ignored by Select component. It now passes it
    through to the core and is called correctly when the select is focused. Thanks
    to kapilpipaliya for the fix.