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

Changelog History
Page 2

  • v5.1.0 Changes

    September 30, 2017
    • ๐Ÿ‘ React 16 support.
  • v5.0.2 Changes

    July 29, 2017
    • ๐Ÿ—„ Satisfy React deprecation warnings.
  • v5.0.1 Changes

    July 29, 2017
    • ๐Ÿšš Clicks inside the menu that are not on a MenuItem move focus to the first MenuItem.
    • When the menu opens, focus only moves to the first menu item if you opened with keyboard interactions. With a mouse click on the trigger, for example, focus remains on the trigger.
  • v5.0.0 Changes

  • v4.3.1 Changes

    April 22, 2017
    • Introduce dist/, where src/ now compiles to, since React 15.5+ demands classes, so Babel-compilation. Which is actually a huge overhaul, though in semver it's just a patch.
  • v4.3.0 Changes

    November 26, 2016
    • โž• Add onMenuToggle prop to Wrapper.
  • v4.2.0 Changes

    November 02, 2016
    • ๐Ÿ‘‰ Use ownerDocument instead of document.documentElement in case this is used in an iframe.
    • โœ… Rewrite test suite using Jest.
  • v4.1.3 Changes

    • ๐Ÿ›  Fix UMD build.
  • v4.1.2 Changes

    • ๐Ÿ‘ Allow React 15 as a peerDependency.
  • v4.1.1 Changes

    • โšก๏ธ Update UMD build.