Skip to content

2.1.1

Compare
Choose a tag to compare
@bbrala bbrala released this 28 Feb 09:55
· 337 commits to master since this release
  • Fixed a problem when using the open function with custom arguments (thanks @RareDevil)
  • width is increased when repoening menu. Fixed by using outerwidth to calculate width. Fixes #360 (thanks @anseki)
  • Submenus are not collapsed when the menu is closed fixes #358 (thanks @anseki)
  • Small delay in checking for autohide to fix missing the menu by a pixel or two. Fixes #347 (thanks @Risord)
  • Check if an item is not hidden in any way when scrolling through items with the keyboard. Fixes #348
  • Change links and base url of documentation to https as mentioned by @OmgImAlexis in PR#345