All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.1.2 (2021-10-08)
1.1.1 (2021-02-02)
- massively improved A11Y of component (fe5c096)
Please note: There is still an outstanding A11Y bug in this library. (#5)
I've done my best to debug this issue, but am unable to figure out what's going on. Please reach out if you know how to solve it!
1.1.0 (2020-07-05)
This change allows you to set a value
that you can use to forcibly update the UI's displayed
selected item. However, this does not introduce a breaking change. This means that onSelect
will visually update the UI, THEN the value
update will take over and update the UI.
Keep in mind that we will be changing this behavior in the next version release.
If you are not currently using value
, I suggest updating to it, as it will be required
in the next major semver update.