All Versions
83
Latest Version
Avg Release Cycle
82 days
Latest Release
2019 days ago
Changelog History
Page 3
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)