npm electron 26.0.0-alpha.8
electron v26.0.0-alpha.8

latest releases: 31.0.0-beta.7, 30.0.9, 29.4.2...
11 months ago

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.

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

Don't miss a new electron release

NewReleases is sending notifications on new releases.