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
metadatafields tocontentTracingtraces. #51007 - Changed the
kResizeThresholdto trigger the resize on corners. #51001 - Fixed an issue where
nodeIntegrationInWorkerdidn't always work in AudioWorklet. #51005 - Fixed an issue where
setSimpleFullScreenon macOS would exit when web content calledrequestFullscreen(). #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