Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (18 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

33 lines (18 loc) · 1.71 KB

Changelog

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)

Bug Fixes

  • 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)

Features

  • added value input prop (9b79bc6), closes #1

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.

1.0.3 (2020-07-05)