Electron Releases - v12.0.0-beta.25

npm install electron@v12.0.0-beta.25
yarn add electron@v12.0.0-beta.25
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

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)