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@28.0.0-beta.10
.
Release Notes for v28.0.0-beta.10
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)