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.5
.
Release Notes for v18.0.0-beta.5
Features
Fixes
- Fixed an issue where First Party Sets were not correctly loaded on app launch. #33345
- Fixed crash in the render process on reload with pending node fs.promises. #33302 (Also in 15, 16)
- Theoretical fix for a crash we're seeing when closing multiple child windows at the same time on macOS. #33284 (Also in 17)