Skip to content

Releases: sindresorhus/electron-context-menu

v0.12.0

09 Apr 17:55
Compare
Choose a tag to compare

Breaking:

  • Require Electron 4 or later b075c7f
  • The function given to the prepend and append options now receive a defaultActions argument as the first argument. So the previous first and second argument are now second and third.
  • For TypeScript users only:
    • Refactor TypeScript definition to CommonJS compatible export (#64) d447280
      • You need to change import contextMenu from 'electron-context-menu'; to import contextMenu = require('electron-context-menu');

Enhancements:

v0.11.0...v0.12.0

v0.11.0

27 Jan 18:59
Compare
Choose a tag to compare

v0.10.1...v0.11.0