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@36.0.0-beta.3
.
Release Notes for v36.0.0-beta.3
Breaking Changes
- Fixed an issue where badly formatted switches could cause crashes in app.commandLine functions. #46446
Fixes
- Fix: don't copy 'package.json's out of ASAR file. #46477 (Also in 35)
- Fixed a bug that could cause some maximized windows on Linux to report an incorrect window state. #46463 (Also in 34, 35)
- Fixed a possible crash using Node.js on some arm32 devices. #46460 (Also in 35)
- Fixed a potential crash in
parentPort
. #46496 (Also in 34, 35) - Fixed crash on application exit with pending
app.getGPUInfo
promise. #46471 (Also in 34, 35)