Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

58 lines (38 loc) · 1.9 KB

1.4.0 / Unreleased

1.3.0 / 2014-03-09

  • [FEATURE] New optional parameter open(..., extraData).
  • [FEATURE] New option autoTrigger: true can be set to false to prevent opening menus on browser's contextmenu event (if you want to use the open() method instead).
  • [FEATURE] New option preventContextMenuForPopupto prevent opening the browser's system context menu on menu entries.
  • [CHANGE] setEntry() and replaceMenu() now allow to define titles with HTML markup.

1.2.4 / 2013-12-25

  • [BUGFIX] Fixed #44 'Double click on .hasmenu currentTarget empy'
  • [BUGFIX] Fixed #46 'Not working on XHTML page' (poofeg)
  • Added test matrix for different platforms.

1.2.3 / 2013-10-19

  • [CHANGE] Detection of separators compliant with UI Menu 1.10
  • [BUGFIX] Fixed setEntry for entries that don't have icons and handlemissing cmd option.

1.2.2 / 2013-07-28

  • [CHANGE] Added ThemeRoller switcher to demo page.

1.2.0 / 2013-07-04

  • [FEATURE] Added data option for menu entries (Francis Rath).

1.1.0 / 2013-06-30

  • [FEATURE] Added action option for menu entries.

1.0.0 / 2013-06-12

  • [CHANGE] Removed init event, added createMenu event.
  • [CHANGE] Added unit tests.
  • [FEATURE] Added getMenu() and isOpen() methods.
  • [BUGFIX] Fixed custom position sample.

0.5.0 / 2013-06-02

  • [CHANGE] Changed widget namespace from 'ui' to 'moogle'.
  • [CHANGE] Default position is now at click event.pageX/Y.
  • [CHANGE] Show-animation now faster by default.
  • [FEATURE] select event has new parameters ui.cmd and ui.target.
  • [BUGFIX] Fixed replaceMenu() for <ul> defined menus.

0.4.0 / 2013-05-28

  • [FEATURE] position option (thanks to Jeffrey Dean Altemus).

0.3.0 / 2013-05-20

  • [CHANGE] Renamed project from "jquery-contextmenu" to "jquery-ui-contextmenu".
  • [FEATURE] Support taphold events.
  • [FEATURE] Show / hide effects configurable.
  • [BUGFIX] Fixed markup for disabled entries.