Electron Releases - v8.3.3

npm install electron@v8.3.3
yarn add electron@v8.3.3

Release Notes

Fixes

  • Fixed "Paste and Match Style" shortcut on macOS to match OS's "Option-Shift-Command-V". #24184
  • Fixed an issue where shutdown would be emitted both on app and system shutdown on macOS. #24140
  • Fixed an issue where withFileTypes was not supported as an option to fs.readdir or fs.readdirSync under asar. #24107
  • Fixed an issue which would cause streaming protocol responses to stall in some cases. #24133
  • Fixed delayed execution of some Node.js callbacks in the main process. #24180
  • Fixed tray menu showing in taskbar on Windows. #24194
  • Fixed window titlebar not responding to pen on Windows 10. #24101

Other Changes

  • Backported the fix to a crash in FIDO support. #24152
  • Fixed issue with some IMEs on windows (for ex: Zhuyin) don't terminate after pressing shift. #24181
  • [a11y] fix incorrect selection item count for listbox with grouped items. #24084

Documentation

  • Documentation changes: #24176