Electron Releases

Filter by channel Filter by major release

Release Notes for v15.0.0-alpha.7

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.7.

Other Changes

  • Updated Chromium to 94.0.4590.2. #30512

Release Notes for v15.0.0-alpha.6

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.6.

Features

  • Added fuses to disable NODE_OPTIONS and --inspect debug arguments in packaged apps. #30420

Fixes

  • Fixed beta-only bug that caused mouse clicks to not be processed in frameless windows. #30460 (Also in 14)