Electron Releases

Filter by channel Filter by major release

Release Notes for v12.0.0-beta.25

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@12.0.0-beta.25.

Fixes

  • Fixed an occasional white flicker present when rendering BrowserViews in close succession. #27658 (Also in 10, 11)

Other Changes

  • Fixed crash when loading wasm modules in child node process with mac arm64 > 11.2. #27685 (Also in 11)
  • Fixed slow child process spawning on macOS Big Sur. #27656 (Also in 10, 11)

Release Notes for v12.0.0-beta.24

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@12.0.0-beta.24.

Fixes

  • Fixed bug in which WebContents.mainFrame would sometimes return undefined. #27663
  • Fixed native window freeze on Windows when Electron app is sent to tray and external display changes. #27668 (Also in 11)