Electron Releases

Filter by channel Filter by major release

Release Notes for v13.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@13.0.0-beta.8.

Features

  • The submitURL option for crashReporter.start is no longer a required argument when uploadToServer is false. #28283

Fixes

  • Fixed a crash when loading pepper plugins. #28372 (Also in 12)
  • Fixed an issue where window.print() did not work properly when printing a pdf from the pdf plugin. #28351 (Also in 12)
  • Fixed an issue where some Node.js modules would hang on page reload on Windows. #28335 (Also in 12)
  • Fixed service worker not working with custom protocol. #28354 (Also in 11, 12)
  • URLS passed to shell.openExternal on windows are now correctly URI encoded. This was already occurring on macOS and Linux. #28342 (Also in 10, 11, 12)

Documentation

  • Documentation changes: #28365

Release Notes for v13.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 install electron@13.0.0-beta.7.

Features

  • Added process.contextIsolated property that indicates whether the current renderer context has contextIsolation enabled. #28252

Fixes

  • Fixed desktopCapturer.getSources() promise result sometimes never resolving. #28280 (Also in 10, 11, 12)
  • Fixed an issue where the drag regions in BrowserViews on macOS could be off in their y-axis. #28298 (Also in 10, 11, 12)
  • Fixed context menus not being positioned correctly when near the edge of the screen. #28276 (Also in 11, 12)