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
.
Release Notes for v23.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)