Skip to content

Releases: evermade/menu-toolkit

1.0.4

13 Nov 06:14

Choose a tag to compare

  • Fix issue where clicking on secondary menu wouldn't close open sub-menu
  • Fix issue where pressing Esc wouldn't close 1st level sub-menu
  • Fix potential type error on hovering unconventional HTML menu structures

1.0.3

30 Aug 04:56

Choose a tag to compare

Add support for hover open delay. This allows cursors to quickly move over the menu without opening it. This is good for huge mega menus.

1.0.2

05 Aug 08:27

Choose a tag to compare

Prevent double initialization of menu. This could happen by human error or by some cookie consent scripts that re-run scripts after consent is given.

1.0.1

14 Dec 07:21

Choose a tag to compare

Fix issue of shouldWrapAnchorToButton copying links content with textContent and in case link actually has some inner HTML elements those would not be copied. This is now changed so that all inner HTML elements are moved which is the appropriate thing to do.

1.0.0

24 Aug 11:52

Choose a tag to compare

Initial release