Electron v35.6.0
Release Notes
Features
Added support for
--no-experimental-global-navigator
flag. #47416 (Also in 36, 37)Added support for customizing system accent color and highlighting of active window border. #47539 (Also in 36, 37)
Fixes
Fixed a potential crash using
session.clearData
in some circumstances. #47410 (Also in 36, 37)Fixed an error when importing
electron
for the first time from an ESM module loaded by a CJS module in a packaged app. #47344 (Also in 36, 37)Fixed an issue where calling
Fetch.continueResponse
via debugger withWebContentsView
could cause a crash. #47443 (Also in 36, 37)Fixed an issue where utility processes could leak file handles. #47542 (Also in 36, 37)
Partially fixes an issue with printing a PDF via
webContents.print()
where the callback would not be called. #47399 (Also in 36, 37)
Other Changes
Backported fix for 420637585. #47369