Releases: mrwweb/clicky-menus
Releases · mrwweb/clicky-menus
v1.5.2 - Fix link attribute regression
v1.5.0 - Improved ESC key handling
Change ESC key event handler to fire on keydown instead of keyup and use .preventDefault() instead of .stopPropogation() when focus is inside a submenu or parent of open submenu. This will prevent the ESC key from closing dialog elements when a clicky-menu is inside one.
v1.4.0 Improved unique IDs for submenus
- Further differentiate automatically-generated submenu IDs by including a unique ID for each clicky-menu.
v1.3.0 - Easier open menu closes, ESC key improvements
- NEW! Use the
data-clicky-menus-closeattribute on any element to automatically close the open submenu. It should be set to the ID of the element with theclicky-menuclass. Fixes #21. - Don't let
ESCpropogate when pressed on an item inside a submenu. This should generally prevent dialogs and other toggle features from closing when they contain a menu. Fixes #22 - Strip special characters from automatically generated submenu IDs and add an increment (e.g.
-1) to the end of each ID to get much closer to guaranteeing it is unique. Fixes #12
1.2.0 - Programmatically close submenus & more!
First Release
Done retroactively for future improvements :)