electron v18.0.0-beta.4
Pre-release
Pre-release
·
286 commits
to 18-x-y
since this release
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@18.0.0-beta.4
.
Release Notes for v18.0.0-beta.4
Fixes
- Fixed a V8 crash that could happen randomly in non-sandboxed renderer processes. #33260
- Fixed a bug where
BrowserWindow.fromWebContents
would returnundefined
during thebrowser-window-created
event. #33316 - Fixed a network service crash that could occur when using setCertificateVerifyProc. #33253 (Also in 17)
- Fixed incorrect external memory allocation tracking in nativeImage module. #33305 (Also in 15, 16, 17)