Skip to content

Releases: sindresorhus/electron-context-menu

v0.15.1

08 Nov 18:21
Compare
Choose a tag to compare
  • Fix showing Inspect Element menu item 9e9fd9a
  • Fix TypeScript definition 4d28a12

v0.15.0...v0.15.1

v0.15.0

30 Aug 04:52
Compare
Choose a tag to compare

Enhancements:

  • Add Copy Image option (true by default) (#79) 79868f1

v0.14.0...v0.15.0

v0.14.0

08 Aug 20:46
Compare
Choose a tag to compare
  • Fix the "Save Image" label ID 4c8eb16
    If you localize the "Save Image" label, you need to update the ID from save to saveImage.

v0.13.0...v0.14.0

v0.13.0

30 Jun 08:37
Compare
Choose a tag to compare

Enhancements:

v0.12.1...v0.13.0

v0.12.1

30 Apr 04:49
Compare
Choose a tag to compare

v0.12.0...v0.12.1

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