v43.0.0-beta.3
📦 electronView on GitHub →
🐛 5 fixes🔧 6 symbols
Summary
This beta release addresses several stability issues, including fixes for browser process crashes during navigation and renderer crashes related to WebAssembly streaming when nodeIntegration is enabled. It also corrects centering issues for frameless windows on Linux and Windows.
🐛 Bug Fixes
- Fixed a browser process crash when calling webContents.reload() or navigating synchronously from the render-process-gone event; the event is now emitted after the renderer's teardown notification has completed.
- Fixed a renderer crash when calling WebAssembly.compileStreaming() or WebAssembly.instantiateStreaming() with nodeIntegration enabled.
- Fixed an issue on Linux and Windows where frameless windows would shrink when calling win.center().
- Fixed an issue where frameless windows would appear slightly off-center on Windows.
- Fixed sandboxed preload scripts running a stale cached version after the script was modified without its file size changing.