This repository has been archived by the owner on Aug 14, 2021. It is now read-only.
v1.3.0
- [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.