v42.0.0-beta.3
📦 electronView on GitHub →
🐛 8 fixes🔧 5 symbols
Summary
This beta release (v42.0.0-beta.3) focuses primarily on bug fixes across various areas including tracing, window resizing, fullscreen behavior, and crash prevention. It also updates the underlying Chromium version.
🐛 Bug Fixes
- Added missing metadata fields to contentTracing traces.
- Changed the kResizeThreshold to trigger the resize on corners.
- Fixed an issue where nodeIntegrationInWorker didn't always work in AudioWorklet.
- Fixed an issue where setSimpleFullScreen on macOS would exit when web content called requestFullscreen().
- Fixed aspect ratio min/max size clamping to correctly account for extraSize on macOS.
- Fixed crash when app.setPath('sessionData') was called with a non-existent directory.
- 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.
- Fixed shutdown crash on windows when power monitor notifications were subscribed.