Electron Releases

Filter by channel Filter by major release

Release Notes for v26.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@26.0.0-alpha.6.

Fixes

  • Added transparent color support for WCO on Windows. #38716 (Also in 25)
  • Fixed an error with webContents.print parameter validation by adding missing options required to set printer printable area. #38721 (Also in 25)
  • Fixed an issue where webContents.print() stopped triggering its callback when the user cancelled the print dialog. #38735

Other Changes

  • Updated Chromium to 116.0.5817.0. #38546

Release Notes for v26.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@26.0.0-alpha.5.

Fixes

  • Fixed an issue where passing webContents.print(null) could incorrectly trigger an error. #38641 (Also in 24, 25)
  • Fixed an issue with potential use-after-free of child windows on close and reparent. #38679 (Also in 25)
  • Fixed potential invalid protocol error handling. #38635 (Also in 25)
  • Fixed visibility of menu bar when exiting full screen. #38683