Electron Releases

Filter by channel Filter by major release

Release Notes for v8.1.0

Features

  • Added ability to set and get title bar traffic light position on the fly (macOS). #22564
  • Added new spellcheck-dictionary-* events on the `session module to help track and debug dictionary initialization. #22558
  • Allow some NODE_OPTIONs in packaged apps. #22539

Fixes

  • Fixed process.getProcessMemoryInfo() return wrong private value on macOS. #22496
  • Fixed a potential crash on devices which had not connected any printers to their network. #22518
  • Fixed an occasional segfault with modal windows being closed or destroyed. #22481
  • Fixed issue where repositioned traffic lights would be in the wrong position after the user switches OS theme. #22559
  • Fixed some properties not working in webview tags. #22510
  • MacOS VoiceOver is now able to find its way back into web contents after it navigated "out" of an application. #22470
  • Removed assurance of object identity equality from the contextBridge as it is incapable of handling mutations. #22557
  • Updating the document title while in fullscreen with custom traffic light positions no longer makes the traffic lights invisible. #22508

Other Changes

  • Updated Chromium to 80.0.3987.137. #22548

Release Notes for v8.0.3

Fixes

  • Fixed ARIA role="tree" for macOS VoiceOver. #22423
  • Fixed issue where dictionary files for the spellchecker would be downloaded to the app install directory instead of the user data directory. #22448

Other Changes

  • Updated Chromium to 80.0.3987.134. #22463
  • Updated g_swizzle_imk_input_session for new SDK. a315283f