npm electron 42.0.0-beta.3
electron v42.0.0-beta.3

19 hours ago

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@42.0.0-beta.3.

Release Notes for v42.0.0-beta.3

Fixes

  • Added missing metadata fields to contentTracing traces. #51007
  • Changed the kResizeThreshold to trigger the resize on corners. #51001
  • Fixed an issue where nodeIntegrationInWorker didn't always work in AudioWorklet. #51005
  • Fixed an issue where setSimpleFullScreen on macOS would exit when web content called requestFullscreen(). #50987 (Also in 40)
  • Fixed aspect ratio min/max size clamping to correctly account for extraSize on macOS. #50836 (Also in 40, 41)
  • Fixed crash when app.setPath('sessionData') was called with a non-existent directory. #50908 (Also in 41)
  • Fixed resize hit targets for frameless windows on Windows. Resize targets now start at the side and bottom edges of the window and extend outward when frame: false, matching the behavior for windows with frames. #50864 (Also in 41)
  • Fixed shutdown crash on windows when power monitor notifications were subscribed. #50893

Other Changes

  • Updated Chromium to 148.0.7778.5. #50841

Don't miss a new electron release

NewReleases is sending notifications on new releases.