Releases: mar10/jquery-ui-contextmenu
Releases · mar10/jquery-ui-contextmenu
v1.18.1
28 Aug 06:24
Compare
Sorry, something went wrong.
No results found
[BUGFIX] Fix deprecation warnings when menu with title callback is opened
Commit details .
v1.18.0
26 Aug 18:39
Compare
Sorry, something went wrong.
No results found
[CHANGE] Refactored entry update methods
setEntry(cmd, data):
Clarify that this method resets all attributes not passed in
data are reset to defaults.
Also, passing a plain title string as data is deprecated: use setTitle() instead.
Add method updateEntry(cmd, data).
Example: updateEntry("info", {title: "Show info...", enable: false})
Unlike setEntry(), this method only updates menu attibutes that are
passed in data, leaving other attributes intact.
Add methods getEntry(), getEntryWrapper(), setIcon, setTitle
(in addition to the existing enableEntry and showEntry).
Commit details .
v1.17.0
17 Apr 08:09
Compare
Sorry, something went wrong.
No results found
[FEATURE] #59 Allow callbacks for disabled, title, and tooltip options
[FEATURE] #116 autoFocus skips leading disabled entries.
[FEATURE] #118 New option closeOnWindowBlur
Use .on() / .off() syntax
Add check for missing .delegate option
Set @Version in minified script
Commit details .
v1.16.0
30 Mar 20:25
Compare
Sorry, something went wrong.
No results found
[FEATURE] #114 : Pass extraData argument to select and other events.
The same ui.extraData instance is passed to all events of a open-select-close
sequence, so it can also be used to pass data between events.
Commit details .
v1.15.0
18 Mar 14:13
Compare
Sorry, something went wrong.
No results found
v1.14.0
30 Jan 20:05
Compare
Sorry, something went wrong.
No results found
v1.13.1
27 Jan 22:47
Compare
Sorry, something went wrong.
No results found
[BUGFIX] #109 Fix setEntry(title) for titles containing icons
[BUGFIX] #110 Fix setEntry({...}) for jQuery UI 1.12
Commit details .
v1.13.0
21 Aug 09:56
Compare
Sorry, something went wrong.
No results found
[FEATURE] Test with jQuery 3
[FEATURE] #104 Allow to pass mouse click events to open()
Update grunt to 1.0
Upate QUnit to 1.23 and refactor tests to use assert
Commit details .
v1.12.0
18 May 06:27
Compare
Sorry, something went wrong.
No results found
[FEATURE] Support jQuery UI 1.12 (wrap menu items in separate <div> tags)
[FEATURE] #100 new menu option isHeader for category headers.
Add jQuery UI 1.12 sample with new 'Base' theme
Commit details .
v1.11.0
10 Sep 18:18
Compare
Sorry, something went wrong.
No results found
[CHANGE] #98 Allow to show/hide separators
[FEATURE] #94 Add main field to package.json
Commit details .