Skip to content

v2.0.0

Choose a tag to compare

@jfangrad jfangrad released this 13 May 15:12
· 91 commits to master since this release

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