Releases: electron/electron
electron v23.0.0-beta.6
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)
Other Changes
electron v22.1.0
Release Notes for v22.1.0
Features
Fixes
- Fixed an issue where
webView
s could have an incorrect initial background color following reloads. #36940 (Also in 21, 23) - Removed plugin helper checks on macOS gated behind enable_plugins buildflag. #36978 (Also in 23)
Other Changes
- Fixed voiceover repeating selected text when expanding selection in a textarea. #36991
electron v21.4.0
Release Notes for v21.4.0
Features
Fixes
- Fixed an error when fs.readdir gets null for options. #36846 (Also in 22, 23)
- Fixed an issue where
webView
s could have an incorrect initial background color following reloads. #36939 (Also in 22, 23)
Other Changes
- Security: backported fix for CVE-2022-4178. #36586
electron v20.3.11
Release Notes for v20.3.11
Other Changes
- Security: backported fix for 1395604. #36883
- Security: backported fix for 1399424. #36880
- Security: backported fix for CVE-2022-4174. #36581
- Security: backported fix for CVE-2023-0129. #36886
electron v23.0.0-beta.5
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.5
.
Release Notes for v23.0.0-beta.5
Fixes
- Fixed an issue where
<datalist>
elements were improperly positioned within the page. #36959 - Removed plugin helper checks on macOS gated behind enable_plugins buildflag. #36977 (Also in 22)
Other Changes
- Updated Chromium to 110.0.5481.38. #36955
electron v23.0.0-beta.4
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
electron v22.0.3
Release Notes for v22.0.3
Fixes
- Fixed an issue on macOS when trying to switch processes with
Cmd+Tab
after exiting Kiosk Mode. #36918 (Also in 21, 23) - Fixed an issue where the
setPermissionRequestHandler
callback would be invoked twice when usingnavigator.getUserMedia(...)
. #36873 (Also in 23) - Use the process cache to reduce the memory for asar file. #36664 (Also in 21, 23)
electron v21.3.5
Release Notes for v21.3.5
Fixes
- Fixed an issue on macOS when trying to switch processes with
Cmd+Tab
after exiting Kiosk Mode. #36919 (Also in 22, 23) - Use the process cache to reduce the memory for asar file. #36663 (Also in 22, 23)
Other Changes
- Security: backported fix for 1395604. #36882
- Security: backported fix for 1399424. #36879
- Security: backported fix for CVE-2023-0129. #36885
electron v20.3.10
Release Notes for v20.3.10
Other Changes
- Security: backported fix for 1395604. #36883
- Security: backported fix for 1399424. #36880
- Security: backported fix for CVE-2022-4174. #36581
- Security: backported fix for CVE-2023-0129. #36886
electron v23.0.0-beta.3
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.3
.