- The
show()
method will now render the menu if it hasn't already been rendered.
-
Fixed: Clicking a menu item didn't open its submenu.
-
Fixed: Intelligent menu positioning broke in the last release. Oops.
-
Now using
Y.Tree
from YUI core, which means Menu requires YUI 3.9.0+. -
Y.Menu.Item's
isDisabled()
andisHidden()
methods now returntrue
if any ancestor of the item is disabled or hidden, respectively. -
Fixed: Menus take up space even when they're hidden. [#8]
- Initial release.