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.4
.
Release Notes for v23.0.0-beta.4
Features
Fixes
- Fixed an issue on macOS when trying to switch processes with
Cmd+Tab
after exiting Kiosk Mode. #36917 (Also in 21, 22) - Fixed an issue where
webView
s could have an incorrect initial background color following reloads. #36938 (Also in 21, 22)
Other Changes
- Updated Chromium to 110.0.5481.30. #36819