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@35.0.0-alpha.3
.
Release Notes for v35.0.0-alpha.3
Fixes
- Addressed two possible crashes in the File System Access API. #45261 (Also in 34)
- Fixed
webContents.print()
after switch to OOP printing on macOS and Linux. #45285 - Fixed a potential crash in
chrome.tabs.update()
. #45302 (Also in 33, 34) - Fixed an issue where drag-dropping two directories would cause
getAsFileSystemHandle
to never resolve. #45256 (Also in 33, 34) - Fixed an issue where print scaling could be too small during silent print. #45262 (Also in 34)
- Fixed broken OOP
window.print()
on macOS/Linux. #45259