Electron Releases

Filter by channel Filter by major release

Release Notes for v21.0.0-alpha.4

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@21.0.0-alpha.4.

Features

  • Added new WebContents.ipc and WebFrameMain.ipc APIs. #35231

Fixes

  • Fixed an issue where serialPort.open() failed with NetworkError: Failed to open serial port.. #35339
  • Fixed an issue where frameless resizable windows showed Window 7 style frames while opening. #35353 (Also in 20)
  • Fixed crash in renderer when resuming system from sleep. #35336 (Also in 18, 19, 20)

Release Notes for v21.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@21.0.0-alpha.3.

Documentation