Note: This is an alpha release. Please file new issues for any bugs you find in it.
This release is published to npm under the alpha tag and can be installed via npm install electron@alpha
, or npm install electron@37.0.0-alpha.6
.
Release Notes for v37.0.0-alpha.6
Fixes
- Fixed an issue where the 'suspend' and 'resume' events could be emitted in duplicate. #47188 (Also in 36)
- Fixed opening package paths as directory when
treatPackageAsDirectory
is enabled on macOS. #47108 (Also in 35, 36)