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.6
.
Release Notes for v36.0.0-alpha.6
Fixes
- Fixed a crash that could occur when dragging and dropping files into the browser. #46312 (Also in 35)
- Fixed an issue where
navigationHistory.restore()
failed to restore theuserAgent
if it was overridden. #46299 (Also in 34, 35) - Fixed build failure when building with printing disabled. #46284 (Also in 34, 35)