Skip to content

Releases: evermade/menu-toolkit

1.0.4

Choose a tag to compare

@TeemuSuoranta TeemuSuoranta released this 13 Nov 06:14
  • 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

Choose a tag to compare

@TeemuSuoranta TeemuSuoranta released this 30 Aug 04:56

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

Choose a tag to compare

@TeemuSuoranta TeemuSuoranta released this 05 Aug 08:27

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

Choose a tag to compare

@TeemuSuoranta TeemuSuoranta released this 14 Dec 07:21

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

Choose a tag to compare

@TeemuSuoranta TeemuSuoranta released this 24 Aug 11:52

Initial release