Skip to content

Releases: jfangrad/react-dropdown-aria

v3.0.0

24 Dec 15:34
Compare
Choose a tag to compare

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

01 Aug 01:34
Compare
Choose a tag to compare

2.0.7

  • Make dropdown open by pressing space (Only when not searchable) #45
  • Add button role to top-level div to improve keyboard navigation #45

v2.0.1

15 May 17:27
Compare
Choose a tag to compare

Mostly codebase changes. Some file organization and consolidation in an attempt to bring bundle size down

v2.0.0

13 May 15:12
Compare
Choose a tag to compare

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

18 Dec 00:23
Compare
Choose a tag to compare

Brings the newest UI updates in a version that doesn't have broken npm links :)

v1.5.0

17 Dec 23:58
Compare
Choose a tag to compare

Brings the latest changes mainly around the default UI of dropdowns.

NOTE: When upgrading to this version be sure to double-check that it didn't mess with any of your custom styles if you were using custom styles!

v1.4.0

21 Jul 22:37
Compare
Choose a tag to compare
v1.4.0

Version 1.2.1

10 Oct 01:36
Compare
Choose a tag to compare
v1.2.1

Fix package size values

Version 1.0.1

16 Aug 16:34
Compare
Choose a tag to compare

After the first working release to npm

Version 1.0

14 Aug 19:45
Compare
Choose a tag to compare

Working version before styles was transitioned to using emotion.