New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ui-contextmenu

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ui-contextmenu - npm Package Versions

2

1.18.1

Diff

Changelog

Source

1.18.1 / 2017-08-28

  • [BUGFIX] Fix deprecation warnings when menu with title callback is opened
mar10
published 1.18.0 •

Changelog

Source

1.18.0 / 2017-08-26

  • [CHANGE] Refactored entry update methods
    • setEntry(cmd, data): Clarify that this method resets all attributes not passed in data are reset to defaults.<br> Also, passing a plain title string as data is deprecated: use setTitle() instead.
    • Add method updateEntry(cmd, data).<br> Example: updateEntry("info", {title: "Show info...", enable: false})<br> 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).
mar10
published 1.17.0 •

Changelog

Source

1.17.0 / 2017-04-17

  • [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
mar10
published 1.16.0 •

Changelog

Source

1.16.0 / 2017-03-30

  • [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.
mar10
published 1.15.0 •

Changelog

Source

1.15.0 / 2017-03-18

  • [FEATURE] #113: Pass ui argument to open event.
mar10
published 1.14.0 •

Changelog

Source

1.14.0 / 2017-01-30

  • #108: Update AMD dependency to be compatible with the jQuery 1.12 layout: "jquery-ui/ui/widgets/menu" NOTE: this is not backwards compatible with jQuery 1.11 and before: http://jqueryui.com/upgrade-guide/1.12/#official-package-on-npm
mar10
published 1.13.1 •

Changelog

Source

1.13.1 / 2017-01-27

  • [BUGFIX] #109 Fix setEntry(title) for titles containing icons
  • [BUGFIX] #110 Fix setEntry({...}) for jQuery UI 1.12
mar10
published 1.13.0 •

Changelog

Source

1.13.0 / 2016-08-21

  • [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
mar10
published 1.11.0 •

Changelog

Source

1.11.0 / 2015-09-10

  • [CHANGE] #98 Allow to show/hide separators
  • [FEATURE] #94 Add main field to package.json
mar10
published 1.10.0 •

Changelog

Source

1.10.0 / 2015-06-27

  • [FEATURE] New option tooltip, adds a title attribute to the menu markup
2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc