All Versions
42
Latest Version
Avg Release Cycle
105 days
Latest Release
-

Changelog History
Page 1

  • v7.0.3 Changes

    • ๐Ÿ›  Fixes onSelection doesn't update on prop change issue #142
  • v7.0.2 Changes

    • ๐Ÿ›  Fix blur handler breaking due to unavailability of button
  • v7.0.1 Changes

    • โž• Added React v17+ in peer dependency
  • v7.0.0 Changes

    June 21, 2020

    Breaking: Removed usage of ReactDOM.findDOMNode and create-react-context. This will no longer support older versions of React, it now requires ^16.3.0

  • v6.3.0 Changes

    • โœ‚ Removed usage of legacy React context API, the package now use create-react-context which uses new context API if available else fallsback to the legacy API.
  • v6.2.0 Changes

    September 14, 2019
    • Bind Home key to jump to first item in the current menu.
    • Bind End key to jump to the last item in the current menu.
    • โœ‚ Removed use of deprecated React lifecycle methods.
  • v6.1.0 Changes

    December 01, 2018
    • โž• Add closeOnBlur prop.
  • v6.0.1 Changes

    July 25, 2018
    • Chore: Use loose mode for Babel compilation.
  • v6.0.0 Changes

    June 10, 2018
    • ๐Ÿ’ฅ Breaking: Pass disabled attribute to Button component's inner element if it is a regular HTML element that supports disabled. Considered a potentially breaking (though positive) change because it may affect behavior and styling of your UI.
  • v5.1.1 Changes

    December 17, 2017
    • ๐Ÿ›  Fix keydown behavior of link menu items, so Enter and Space open the link the same way a click does.
    • ๐Ÿ‘‰ Make prop onSelection optional, because it's not necessary if your menu items are link.