Electron v42.0.0-beta.3
Latest Pre ReleaseRelease Notes
Fixes
Added missing
metadatafields tocontentTracingtraces. #51007Changed the
kResizeThresholdto trigger the resize on corners. #51001Fixed an issue where
nodeIntegrationInWorkerdidn't always work in AudioWorklet. #51005Fixed 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