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@28.0.0-beta.1
.
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@28.0.0-alpha.7
.
Fixes
- Fixed an error changing file format in
dialog.showOpenDialog
on macOS. #40346 (Also in 27)