Electron Releases

Filter by channel Filter by major release

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

Fixes

  • Fixed a bug where calling atob in the renderer process could fail under some circumstances. #35443 (Also in 20)
  • Fixed an issue where frameless windows with roundedCorners: false couldn't enter fullscreen without crashing. #35454 (Also in 19, 20)
  • Fixed enable promise support with webFrameMain.executeJavaScript. #35359 (Also in 20)
  • Fixed undefined details.requestingUrl from session.setPermissionCheckHandler. #35409 (Also in 20)
  • Picture-In-Picture mode no longer becomes a red rectangle on hover. #35401 (Also in 19, 20)

Other Changes

  • Updated Chromium to 106.0.5216.0. #35363

Release Notes for v21.0.0-alpha.5

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