Electron Releases

Filter by channel Filter by major release

Release Notes for v12.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@12.0.0-beta.8.

Fixes

  • Fixed "screen" methods to be reassignable again. #26868 (Also in 11)
  • Fixed systemPreferences.effectiveAppearance returning systemPreferences.getAppLevelAppearance(). #26879 (Also in 9, 10, 11)
  • Fixed uncaught promise rejection when creating webContents with javascript disabled. #26869 (Also in 10, 11)

Release Notes for v12.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@12.0.0-beta.7.

Fixes

  • Fixed callbacks passed via the remote module not being released after all references are dropped. #26833