electron-context-menu

Context menu for your Electron app

MIT License

Downloads
122.6K
Stars
1.3K
Committers
52

Bot releases are hidden (Show)

electron-context-menu - Latest Release

Published by sindresorhus almost 2 years ago

  • Fix "Inspect Element" not working in BrowserView (#167) cc69dea

https://github.com/sindresorhus/electron-context-menu/compare/v3.6.0...v3.6.1

electron-context-menu -

Published by sindresorhus almost 2 years ago

  • Add showCopyLink option (#165) 48b43f9
  • Allow copying whitespace-only text (#166) 9ed5d4b

https://github.com/sindresorhus/electron-context-menu/compare/v3.5.0...v3.6.0

electron-context-menu -

Published by sindresorhus about 2 years ago

  • Add menu items to save video and copy video address (#161) c50c1f5

https://github.com/sindresorhus/electron-context-menu/compare/v3.4.0...v3.5.0

electron-context-menu -

Published by sindresorhus about 2 years ago

electron-context-menu -

Published by sindresorhus over 2 years ago

electron-context-menu -

Published by sindresorhus over 2 years ago

electron-context-menu -

Published by sindresorhus over 2 years ago

  • Fix TypeScript compile error with Electron v17 (#156) 07f1d94

https://github.com/sindresorhus/electron-context-menu/compare/v3.1.1...v3.1.2

electron-context-menu -

Published by sindresorhus over 3 years ago

  • Fix passing WebContents to the window option (#141) 798b616

https://github.com/sindresorhus/electron-context-menu/compare/v3.1.0...v3.1.1

electron-context-menu -

Published by sindresorhus over 3 years ago

  • Expose event parameter to menu, prepend, and append options (#140) f4bd55f

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

electron-context-menu -

Published by sindresorhus over 3 years ago

Breaking

Fixes

  • Fix Electron 12 compatibility (#139) 004d476

https://github.com/sindresorhus/electron-context-menu/compare/v2.5.2...v3.0.0

electron-context-menu -

Published by sindresorhus over 3 years ago

  • Fix crash when replacing spellchecked word (#138) 152bf19

https://github.com/sindresorhus/electron-context-menu/compare/v2.5.1...v2.5.2

electron-context-menu -

Published by sindresorhus over 3 years ago

electron-context-menu -

Published by sindresorhus over 3 years ago

  • Update dependencies 4eae4e8
  • Update types to reflect BrowserView support (#131) 3b7fbb9

https://github.com/sindresorhus/electron-context-menu/compare/v2.4.0...v2.5.0

electron-context-menu -

Published by sindresorhus almost 4 years ago

electron-context-menu -

Published by sindresorhus almost 4 years ago

  • Fix error when window is already destroyed (#126) 31c6f54

https://github.com/sindresorhus/electron-context-menu/compare/v2.3.0...v2.3.1

electron-context-menu -

Published by sindresorhus about 4 years ago

electron-context-menu -

Published by sindresorhus over 4 years ago

  • Pass dictionary suggestions to the menu option function (#111) c2d5551

https://github.com/sindresorhus/electron-context-menu/compare/v2.1.0...v2.2.0

electron-context-menu -

Published by sindresorhus over 4 years ago

  • Fix Electron 9 compatibility (#107) a539dc4
  • Add keyboard mnemonics (#106) dff7d88

https://github.com/sindresorhus/electron-context-menu/compare/v2.0.1...v2.1.0

electron-context-menu -

Published by sindresorhus over 4 years ago

  • Hide separator when suggestions are not available (#104) 0436235

https://github.com/sindresorhus/electron-context-menu/compare/v2.0.0...v2.0.1

electron-context-menu -

Published by sindresorhus over 4 years ago

Breaking

  • Remove Correct Automatically menu item 01f7b74d23c3ea6885cb82331f52f016c3a2f801
    It didn’t work like expected. It should have enabled auto-correction, but there’s no way to do that in Electron. Instead, it just corrected the first word, which is weird and also not very useful.

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