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
Google ChromeChromium
120.0.6099.18
Node.jsNode.js
18.18.2
V8V8
12.0.267.3

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. #40562

  • Fixed 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)