Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Releases: mar10/jquery-ui-contextmenu

v1.18.1

28 Aug 06:24
Compare
Choose a tag to compare
  • [BUGFIX] Fix deprecation warnings when menu with title callback is opened

Commit details.

v1.18.0

26 Aug 18:39
Compare
Choose a tag to compare
  • [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
Choose a tag to compare
  • [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
Choose a tag to compare
  • [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
Choose a tag to compare

v1.14.0

30 Jan 20:05
Compare
Choose a tag to compare

v1.13.1

27 Jan 22:47
Compare
Choose a tag to compare
  • [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
Choose a tag to compare
  • [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
Choose a tag to compare
  • [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
Choose a tag to compare
  • [CHANGE] #98 Allow to show/hide separators
  • [FEATURE] #94 Add main field to package.json
  • Commit details.