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@12.0.0-beta.5
.
Release Notes for v12.0.0-beta.5
Fixes
- Fixed a use-after-free error that could occur when destroying a WebContents during the
did-stop-loading
event. #26733
Other Changes
- Removed deprecated
crashReporter
APIs. #26709