- [FEATURE] New optional parameter open(..., extraData).
- [FEATURE] New option
autoTrigger: true
can be set tofalse
to prevent opening menus on browser'scontextmenu
event (if you want to use theopen()
method instead). - [FEATURE] New option
preventContextMenuForPopup
to prevent opening the browser's system context menu on menu entries. - [CHANGE]
setEntry()
andreplaceMenu()
now allow to define titles with HTML markup.
- [BUGFIX] Fixed #44 'Double click on .hasmenu currentTarget empy'
- [BUGFIX] Fixed #46 'Not working on XHTML page' (poofeg)
- Added test matrix for different platforms.
- [CHANGE] Detection of separators compliant with UI Menu 1.10
- [BUGFIX] Fixed setEntry for entries that don't have icons and handlemissing
cmd
option.
- [CHANGE] Added ThemeRoller switcher to demo page.
- [FEATURE] Added
data
option for menu entries (Francis Rath).
- [FEATURE] Added
action
option for menu entries.
- [CHANGE] Removed
init
event, addedcreateMenu
event. - [CHANGE] Added unit tests.
- [FEATURE] Added
getMenu()
andisOpen()
methods. - [BUGFIX] Fixed custom position sample.
- [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 parametersui.cmd
andui.target
. - [BUGFIX] Fixed replaceMenu() for
<ul>
defined menus.
- [FEATURE]
position
option (thanks to Jeffrey Dean Altemus).
- [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.