Skip to content

electron v13.0.0-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@electron-bot electron-bot released this 25 Mar 17:00
· 458 commits to 13-x-y since this release

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.

Release Notes for v13.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