Electron Releases

Release Notes for v28.0.0-beta.9

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.9.

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)

Release Notes for v28.0.0-beta.8

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.8.

Fixes

  • Fixed same-party cookie functionality for first party sets. #40526