All Versions
42
Latest Version
Avg Release Cycle
105 days
Latest Release
-
Changelog History
Page 2
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 firstMenuItem
. - 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.
- ๐ Clicks inside the menu that are not on a
-
v5.0.0 Changes
- ๐ When the menu opens, move focus to the first item (by default). This represents a change to the WAI-ARIA Menu Button Design Pattern.
-
v4.3.1 Changes
April 22, 2017- Introduce
dist/
, wheresrc/
now compiles to, since React 15.5+ demandsclass
es, so Babel-compilation. Which is actually a huge overhaul, though in semver it's just a patch.
- Introduce
-
v4.3.0 Changes
November 26, 2016- โ Add
onMenuToggle
prop toWrapper
.
- โ Add
-
v4.2.0 Changes
November 02, 2016- ๐ Use
ownerDocument
instead ofdocument.documentElement
in case this is used in an iframe. - โ Rewrite test suite using Jest.
- ๐ Use
-
v4.1.3 Changes
- ๐ Fix UMD build.
-
v4.1.2 Changes
- ๐ Allow React 15 as a
peerDependency
.
- ๐ Allow React 15 as a
-
v4.1.1 Changes
- โก๏ธ Update UMD build.