Electron Releases

Filter by channel Filter by major release

Release Notes for v8.0.0-beta.7

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm i electron@8.0.0-beta.7.

Features

  • Added session.addWordToSpellCheckerDictionary API to support custom words in the. #21297

Fixes

  • Fixed set-cookie header not passed in net module. #21769
  • Fixed an issue where webContents.printToPDF failed to properly generate the PDF document. #21797
  • Fixed an issue where custom stream protocols would sometimes not complete responses when the data stream ended. #21759
  • Fixed memory leak when using javascript generator functions. #21760

Other Changes

  • Updated Chromium to 80.0.3987.59. #21800

Release Notes for v8.0.0-beta.6

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm i electron@8.0.0-beta.6.

Fixes

  • Bump very far --> this is electron bot fixing the release. 28e44b31
  • Fixed a crash in contextBridge that happens on garbage collection. #21735
  • Fixed a crash that would occur when Notifications were closed in concert with app termination. #21720
  • Fixed an issue in the net module where aborting a request during a redirect could cause an error to be thrown. #21644
  • Fixed an issue that could cause frameless windows to become undraggable in some circumstances. #21722
  • Fixed an issue that could prevent communication between a sandboxed child window opened with nativeWindowOpen: false and an unsandboxed parent window. Also fixed document.visibilityState not working in sandboxed <webview>. #21431
  • Fixed an issue where calling allowNTLMCredentialsForDomains() could cause a change in Kerberos SPN generation behavior. #21580
  • Fixed an issue with potential duplicate error popups when calling shell.showItemInFolder on Windows. #21748
  • Fixed incorrect button highlighting when defaultId is passed for dialog message boxes. #21653
  • Fixed white flash when foregrounding an occluded window. #21751

Other Changes

  • Handled origin/X branch formats. 606ca98d
  • Updated Chromium to 80.0.3987.51. #21738
  • Updated crashReporter to throw an error for getLastCrashReport if crashReporter not started. #21685

Documentation

  • Documentation changes: #21743