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@23.0.0-beta.8
.
Features
- Whole-program optimization is enabled by default in electron node headers config file. #37046 (Also in 21, 22)
Fixes
- Fixed audio worklet scripts failing to run when
nodeIntegrationInWorker: true
. #37104
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@23.0.0-beta.6
.
Fixes
- ESM loads of CJS modules that have
null
exports no longer throw. #37024
- Fixed a BrowserWindow maxWidth or maxHeight of 0 causing strange resizing behavior. #36511 (Also in 21, 22)
- Fixed tray icon not showing on desktop environments that have no support for app indicator. #37033 (Also in 22)
Other Changes
- Fixed a memory leak in
v8.serialize()
when running Node.js within Electron. #37030
- Updated Chromium to 110.0.5481.52. #37035