Electron Releases

Filter by channel Filter by major release

Release Notes for v15.0.0-alpha.3

Note: This is an alpha release. Please file new issues for any bugs you find in it.

This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@15.0.0-alpha.3.

Fixes

  • Fixed a potential crash that would occur with draggable regions on Windows. #30328 (Also in 13, 14)
  • Fixed an issue where BrowserView webContents would appear not to load in some circumstances. #30336 (Also in 14)
  • Fixed an issue where a specified aspect ratio could become incorrect when maximizing a window on macOS. #30332 (Also in 12, 13, 14)
  • Fixed frameless window having wrong traffic lights position on macOS 11. #30270 (Also in 13, 14)
  • Fixed some console messages still being printed to logs when the LogJsConsoleMessages feature was disabled. #30356 (Also in 14)

Other Changes

  • Updated Chromium to 94.0.4584.0. #30268
  • Web Serial API is no longer experimental. #30334 (Also in 14)

Release Notes for v15.0.0-alpha.2

Note: This is an alpha release. Please file new issues for any bugs you find in it.

This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@15.0.0-alpha.2.

Fixes

  • Fixed a crash when process.exit is called and nativeWindowOpen is enabled. #30238 (Also in 14)
  • Fixed stack overflow crash in v8 on windows 32-bit builds. #30243 (Also in 12, 13, 14)