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@35.0.0-beta.8
.
Release Notes for v35.0.0-beta.8
Fixes
- Backported fix for a upstream bug that cause Offscreen Rendering to stutter. #45660 (Also in 32, 33, 34)
- Fixed WebFrameMain crash related to accessing speculative frames that have been destroyed. #45686 (Also in 33, 34)
- Fixed crash on startup with asan build on macOS. #45569 (Also in 33, 34)
- Fixed file preview window reappearing when calling
win.closeFilePreview
twice on macOS. #45664 (Also in 32, 33, 34) - Fixed web worker scripts failing to load for chrome extensions. #45708 (Also in 32, 33, 34)