All Versions
83
Latest Version
Avg Release Cycle
82 days
Latest Release
2020 days ago

Changelog History
Page 3

  • v2.4.1 Changes

    ๐Ÿ›  Fixed

    • Quick fix for error in visible check (Issue #484)

    โšก๏ธ Updated

    • ๐Ÿ‘‰ Tweaked positioning of submenu (Issue #387)
  • v2.4.0 Changes

    โž• Added

    • Selectable Sub Menus (Issue #483) thanks @zyuhel

    ๐Ÿ›  Fixed

    • The contextmenu shows even if all items are set to visible:false (Issue #473)

    ๐Ÿ“š Documentation

    • ๐Ÿ“š Update documentation to include demo for async promise fixes (Issue #470)
  • v2.3.0 Changes

    โž• Added

    • ๐Ÿ‘ Asynchronous promise support for submenu's (Issue #429) thanks @Ruud-cb for the hard work.
    • ๐Ÿ“ฆ Include dist and src in package.json to easily use SCSS files (PR #467) thanks @RoachMech

    ๐Ÿ›  Fixed

    • Font family when using font awesome (Issue #433)
    • โž• Add check for opt.$menu is null when handling callbacks. (Issue #462) thanks @andreasrosdal

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Make <input> and <select> tags xhtml compatible (Issue #451) thanks @andreasplesch
    • โšก๏ธ Update jQuery UI position to 1.12.1

    ๐Ÿ“š Documentation

    • ๐Ÿ›  Fix demo for custom-command. (Issue #294)
    • ๐Ÿ›  Fix broken link and demo title (Issue #458)
  • v2.2.4 Changes

    ๐Ÿ›  Fixed

    • Error on try to recreate menu after destroy (Issue #397)
  • v2.2.3 Changes

    ๐Ÿ›  Fixed

    • Callbacks are now called from the scope of the menu the item is in (like a submenu). For now they overwrite root callbacks only if the item is not in a submenu, this so the callbacks are always correct. Unfortunately this will also mean the callbacks option is still not complete if you use the same key for an item in any place. Cant fix that easily. Issue #413.
  • v2.2.1 Changes

    โž• Added

    • Alias for 'cm_seperator' type: 'cm_separator' (thanks @nelson6e65)

    ๐Ÿ”„ Changed

    • โœ‚ Removed old integration tests, framework on which they were built is abandoned.
    • โœ… Enable jQuery 3 tests in TravisCI

    ๐Ÿ›  Fixed

    • ๐Ÿ’ป jQuery 3 support was fixed again, was a result of jQuery UI (Fixes #407)
    • โž• Add checks for null before using opt.$menu and root.$menu. Fixes #352 (thanks @andreasrosdal)
    • Small fix for color or input option on hover

    ๐Ÿ“š Documentation

    • ๐Ÿ“š Documentation added for cm_seperator (thanks @nelson6e65)
    • ๐Ÿ›  Fix typo in items options documentation (thanks @nelson6e65)
    • ๐Ÿ›  Fix typo in animation: fadeOut (thanks @avi-meslati-sp)
    • ๐Ÿ›  Fix typo in docs code: show is used twice (thanks @kgeorgiou)
    • ๐Ÿ›  Fix in async documentation.
  • v2.2.0 Changes

    โž• Added

    • โž• Add option to show item title as HTML (thanks @brassard)
    • ๐Ÿ‘ Full Font Awesome support

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Use relative units for css fixes (Issue #386) (thanks @RoachMech)
    • ๐Ÿ”„ Change unicode characters in CSS to readable strings.
    • ๐Ÿ‘Œ Improved item styles (thanks @anseki)

    ๐Ÿ›  Fixed

    • ๐Ÿ Force woff2 font creation for Windows some machines.
    • ๐Ÿ›  Fix so that disabled items can't get focus anymore (thanks @anseki)
    • ๐Ÿ›  Fix so menu size is calculated better no items will take up 2 lines again (thanks @anseki)
    • ๐Ÿ›  Fix bower.json (thanks @nelson6e65)
    • ๐Ÿ›  Fix typo in documentation for "position" and "build" callback (thanks @mmcev106)
  • v2.1.1 Changes

    • ๐Ÿ›  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
  • v2.1.0 Changes

    • โž• Added support for providing a function as zIndex value in options object (thanks @eivindga)
    • ๐Ÿ›  Fixed a switch to use the correct type for separators (thanks @RareDevil)
    • ๐Ÿ›  Fixed the problem with submenus size wrongly (Issue #308) (thanks @RareDevil)
    • ๐Ÿ“ฆ Incorrect entry on package.json (Issue #336) (thanks @Dijir)
    • Gray out disabled icons as well as text (Issue #337) (thanks @r02b)
    • โšก๏ธ Optimized generated CSS so that context-menu-icon class can be used to overwrite icon CSS.
    • Positioning of contextmenu when using appendTo (thanks @mrMarco)
    • ๐Ÿ‘€ Check to see if target have a higher zIndex than the contextmenu in the key event handler (thanks @RareDevil)
  • v2.0.1 Changes

    December 03, 2015
    • โœ‚ Remove executable bit from jquery.contextMenu.js (thanks @jacknagel)
    • ๐Ÿ›  Fixed a problem there was when using a function for icons (thanks @RareDevil)
    • ๐Ÿ›  Fixed a problem where submenus resized wrong (thanks @RareDevil)
    • ๐Ÿ›  Fixed a problem where the contextmenu would open another menu (thanks @RareDevil) - (Issue #252 and Issue #293)
    • ๐Ÿ›  Fixed regression of node name's not being appended to the label of input elements. (thanks @RareDevil)
    • โž• Add check that root.$layer exists, to prevent calling hide() on an defined object. (thanks @andreasrosdal)