Electron v42.0.0-beta.3

Latest Pre Release
npm
npm install --save-dev electron@42.0.0-beta.3
yarn
yarn add --dev electron@42.0.0-beta.3
Google ChromeChromium
148.0.7778.5
Node.jsNode.js
24.14.1
V8V8
14.8.178.1

Release Notes

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