Electron Releases

Filter by channel Filter by major release

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

Features

  • Added the ability to send HTTP headers with session.downloadURL(). #38871

Fixes

  • Fixed a crash calling nativeImage.resize() before the app ready event. #38861
  • Fixed a crash seen when trying to change nativeTheme source during mara context menu close. #38840 (Also in 25)
  • Fixed a potential crash calling BrowserWindow.removeBrowserView() with a destroyed webContents. #38885 (Also in 24, 25)
  • Fixed an issue with webContents.print({ silent: true }) not working correctly. #38812

Other Changes

  • Updated Chromium to 116.0.5845.0. #38893

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

Features

  • node: prefixed requires are now supported in sandboxed renderer preloads for events, timers and url. #38728 (Also in 24, 25)

Fixes

  • Fixed webContents.printToPDF preferCSSPageSize type error. #38793 (Also in 24, 25)

Other Changes

  • Updated Chromium to 116.0.5831.0. #38783