electron-context-menu

Context menu for your Electron app

MIT License

Downloads
122.6K
Stars
1.3K
Committers
52

Bot releases are visible (Hide)

electron-context-menu -

Published by sindresorhus over 4 years ago

  • Add the ability to disable/enable the context menu (#93) 2547936
    Can be useful when, for example, used with React.

https://github.com/sindresorhus/electron-context-menu/compare/v1.0.0...v1.1.0

electron-context-menu -

Published by sindresorhus over 4 years ago

Breaking

  • Require Electron 8 4de32a9
    It should still work with older Electron versions, but I cannot guarantee it will going forward.

Improvements

  • Add built-in support for spellchecking (#94) 71c5d2e
  • Add showSaveImage option (#100) 2f1bae0

https://github.com/sindresorhus/electron-context-menu/compare/v0.16.0...v1.0.0

electron-context-menu -

Published by sindresorhus over 4 years ago

  • Support rich text for Cut, Copy, and Paste items 296ae9c
  • Add WebContents to browserWindow TypeScript type (#90) 1410532

https://github.com/sindresorhus/electron-context-menu/compare/v0.15.2...v0.16.0

electron-context-menu -

Published by sindresorhus almost 5 years ago

electron-context-menu -

Published by sindresorhus almost 5 years ago

  • Fix showing Inspect Element menu item 9e9fd9a
  • Fix TypeScript definition 4d28a12

https://github.com/sindresorhus/electron-context-menu/compare/v0.15.0...v0.15.1

electron-context-menu -

Published by sindresorhus about 5 years ago

Enhancements:

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

https://github.com/sindresorhus/electron-context-menu/compare/v0.14.0...v0.15.0

electron-context-menu -

Published by sindresorhus about 5 years ago

  • Fix the "Save Image" label ID 4c8eb16
    If you localize the "Save Image" label, you need to update the ID from save to saveImage.

https://github.com/sindresorhus/electron-context-menu/compare/v0.13.0...v0.14.0

electron-context-menu -

Published by sindresorhus over 5 years ago

Enhancements:

  • Add Services submenu on macOS (#73) 295e19d
  • Add menu item for looking up a word on macOS (#71) 35f3dd0
  • Filter out false menu items (#69) 2529d65

https://github.com/sindresorhus/electron-context-menu/compare/v0.12.1...v0.13.0

electron-context-menu -

Published by sindresorhus over 5 years ago

electron-context-menu -

Published by sindresorhus over 5 years ago

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:

  • Add menu option (#44) bb1b073

https://github.com/sindresorhus/electron-context-menu/compare/v0.11.0...v0.12.0

electron-context-menu -

Published by sindresorhus over 5 years ago