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@38.0.0-beta.3
.
Release Notes for v38.0.0-beta.3
Fixes
- Fixed an issue where importing from
electron/utility
in an ESM file threw an error at runtime. #48019 - Fixed an issue where windows opened with
window.open
would never be offscreen. #48026 - Fixed compilation error when disabling extensions and pdf_viewer. #47993 (Also in 37)
Documentation
- Documentation changes: #48028