Skip to content

electron v21.0.0-alpha.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@sudowoodo-release-bot sudowoodo-release-bot released this 18 Aug 21:47
· 224 commits to 21-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@21.0.0-alpha.4.

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