Electron Releases

Filter by channel Filter by major release

Release Notes for v22.0.0-alpha.8

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@22.0.0-alpha.8.

Features

  • Added support for serialPort.forget() as well as a new event serial-port-revoked emitted when a given origin is revoked. #36062

Fixes

  • Default margin has been added in the code. #36073 (Also in 21)

Other Changes

  • Updated Chromium to 108.0.5359.10. #36063

Release Notes for v22.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@22.0.0-alpha.7.

Fixes

  • Fixed a potential issue when calling webContents.printToPDF(). #36065

Other Changes

  • Updated Chromium to 108.0.5355.0. #36056