npm electron 34.0.0-alpha.3
electron v34.0.0-alpha.3

11 hours 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@34.0.0-alpha.3.

Release Notes for v34.0.0-alpha.3

Fixes

  • Fixed an issue where closing a window after printing on Linux triggered a crash. #44284 (Also in 31, 32, 33)
  • Fixed calling setAlwaysOnTop on a hidden window which is then shown with showInactive on Linux under X11. #44322 (Also in 31, 32, 33)
  • Fixed crash when rendering super menu accelerator on linux. #44346
  • Fixed race condition in which WebContents appears as white screen on VDI machines without hardware acceleration capabilities. #44350 (Also in 32, 33)

Other Changes

  • Updated Chromium to 132.0.6789.1. #44328

Don't miss a new electron release

NewReleases is sending notifications on new releases.