jQuery contextMenu v2.1.1 Release Notes

    • ๐Ÿ›  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