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@36.0.0-alpha.4
.
Release Notes for v36.0.0-alpha.4
Fixes
- Fixed a crash seen on Linux when calling
webContents.print()
. #46146
Documentation
- Documentation changes: #46103