Electron Releases

Filter by channel Filter by major release

Release Notes for v14.0.0-beta.9

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 install electron@14.0.0-beta.9.

Fixes

  • Fixed an issue where request headers were cleared if the optional "requestHeaders" parameter was not included in the webRequest.onBeforeSendHeaders callback response object. #29835 (Also in 12, 13)
  • Fixed an issue where the setAlwaysOnTop value would sometimes not be preserved for child windows on macOS. #29855
  • Fixed an issue with PDF loading on Windows, where metadata was not loading correctly and causing the PDF to load as a blank page. #29831 (Also in 13)

Other Changes

  • Fixed app.getPath('logs') returning the wrong path on Linux and Windows. #29865
  • Updated Chromium to 93.0.4539.0. #29864

Release Notes for v14.0.0-beta.8

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 install electron@14.0.0-beta.8.

Fixes

  • Fixed CORS preflight request always being cancelled when connecting via proxy requiring authentication for apps that had registered WebRequest listeners. #29812 (Also in 12, 13)
  • Fixed crashes in debug builds caused by microtasks policy mismatch. #29809 (Also in 12, 13)
  • Fixed hover state not clear bug when BrowserWindow is not resizable. #29801 (Also in 12, 13)
  • Fixed issue where the update permission prompt would cause 100% CPU spin while the prompt was open. #29806 (Also in 13)
  • Fixed the <select> element dropdown not appearing on Windows or Linux. #29771
  • Fixed the color select eyedropper not working within DevTools. #29752 (Also in 13)