npm electron 31.0.0-alpha.3
electron v31.0.0-alpha.3

latest releases: 31.0.0-beta.3, 29.4.0, 30.0.6...
15 days 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@31.0.0-alpha.3.

Release Notes for v31.0.0-alpha.3

Fixes

  • Electron doesn't paint on offscreen-render mode after gpu process crashed. #41924 (Also in 29, 30)
  • Fixed an issue where document.requestFullscreen didn't work when calling it from a webContents inside WebContentsView. #41995
  • Fixed an issue where recentDOcuments wasn't populating properly on macOS. #41993 (Also in 29)
  • Fixed data corruption when protocol.handle() processed incoming data asynchronously. #41932 (Also in 30)
  • Fixed nativeImage.createThumbnailFromPath and shell.openExternal not resolving when called in the renderer process. #41908 (Also in 30)

Other Changes

  • Fixed partially broken state of chrome://accessibility. #41948

Don't miss a new electron release

NewReleases is sending notifications on new releases.