Electron Releases

Filter by channel Filter by major release

Release Notes for v10.0.0-beta.20

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@10.0.0-beta.20.

Fixes

    • fix loading shared worker scripts over custom protocol
  • fix crash when loading worker scripts with nodeIntegration enabled. #24749
  • Fixed an issue where some Node.js methods would not work with URL instances constructed in the renderer process. #24860
  • Fixed an issue where suspend/resume were emitted twice on macOS. #24843
  • Fixed inactive windows having active titlebar on Windows. #24874
  • Increased maximum length for crash keys from 127B to 20KB. #24853

Other Changes

  • Added V8 crash message and location information to crashReport parameters. #24866

Release Notes for v10.0.0-beta.19

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@10.0.0-beta.19.