Electron v35.3.0
npm
npm install --save-dev electron@35.3.0
yarn
yarn add --dev electron@35.3.0
Release Notes
Fixes
Fixed a crash that could occur when opening some dialogs as windows are closing on macOS. #46953 (Also in 36, 37)
Fixed an issue where transparent child windows on macOS were rendering a grey block as opposed to their correct contents. #46889 (Also in 36, 37)
Fixed display id validation errors on certain versions of windows 10. #46873
Fixed log files written to the current working directory on Windows. #46911 (Also in 36, 37)
Fixed xdg portal version detection for file dialogs on linux. #46936 (Also in 36, 37)