Electron v28.0.0-beta.9
npm
npm install --save-dev electron@28.0.0-beta.9
yarn
yarn add --dev electron@28.0.0-beta.9
Release Notes
Fixes
Fixed a potential issue with
async_hook
corruption in some error contexts. #40594 (Also in 26, 27)Fixed file paths passed to
shell.showItemInFolder
not being escaped in Linux. #40562Fixed problem with bounds of maximized window when toggle BrowserWindow.setResizable function. #40582 (Also in 26, 27)
Fixed resizing performance issue on macOS. #40586 (Also in 26, 27)