Skip to content

Releases: sparksuite/react-accessible-dropdown-menu-hook

v2.1.1

03 Aug 15:36
1ed6c94
Compare
Choose a tag to compare

Improved

Fixed

  • Prevent up/down arrow keys scrolling page when menu is open (#177)
  • Fix issues with some unit tests not functioning as intended (#178)

v2.1.0

27 Apr 18:14
e5126f6
Compare
Choose a tag to compare

Improved

  • Replace Greenkeeper with Dependabot (#114, #123)
  • Update many dependencies (multiple)
  • Update the homepage URL (#147)

Fixed

  • Fix support for dynamic item counts (#98)
  • Fix single quote character (#132)

v2.0.1

16 Jan 15:35
7c76239
Compare
Choose a tag to compare

Improved

  • Update all dependencies (#75)

Fixed

  • Fix an issue with Jest testing caused by using ES6 imports (#76)

v2.0.0

10 Jan 21:16
Compare
Choose a tag to compare

New:

  • Ability to programmatically open/close the menu (#71)

Improved:

  • Breaking change: The Hook now returns an object instead of an array (#71)

v1.1.1

07 Jan 17:16
3a78498
Compare
Choose a tag to compare

Improved:

  • More limited type definition for button props (#67)

v1.1.0

20 Dec 16:38
535d6d3
Compare
Choose a tag to compare

Improved:

  • Only focus the first menu item when the menu is revealed via the keyboard (#63)
  • More thorough testing (#63)
  • Slight improvements to the codebase (#60, #61)

v1.0.0

19 Dec 23:08
46a884f
Compare
Choose a tag to compare

Initial release