Skip to content

electron v15.0.0-alpha.2

Pre-release
Pre-release

Choose a tag to compare

@electron-bot electron-bot released this 26 Jul 19:05
· 439 commits to 15-x-y since this release

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.

Release Notes for v15.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)