Releases: jfangrad/react-dropdown-aria
Releases · jfangrad/react-dropdown-aria
v3.0.0
3.0.0
This release marks a migration to styled-components for dropdown styling
Breaking changes
- If you were previously applying custom styles via the styles prop you will need to update the object you are passing to use the new method. Migration should be relatively simple and may only entail removing the
base
function parameter if you are using it. See the Styling section for more details on the new method.
Prop changes
style
=>theme
v2.0.7
v2.0.1
v2.0.0
This release brings a lot of changes to react-dropdown-aria
, some of these changes are to the api so be sure to read the changelog carefully when upgrading to ensure smooth upgrade!
Breaking changes
Prop changes
setSelected
=>onChange
selectedOption
=>value
buttonClassName
=>className
New Features
- Search
- Search is now much nicer (input will show what you are searching)
- While searching press "tab" to autocomplete
Changes
- Better accessibility
- Added
defaultOpen
prop to control default open state of the dropdown
v1.5.1
v1.5.0
v1.4.0
Version 1.2.1
v1.2.1 Fix package size values
Version 1.0.1
After the first working release to npm
Version 1.0
Working version before styles was transitioned to using emotion.