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@13.0.0-beta.14
.
- Fixed an issue where
select-serial-port
callback crashes when called with an invalid serial port ID. #28619 (Also in 12)
- Security: backported fix for chromium:1196683. #28637
- Updated Chromium to 91.0.4448.0. #28127
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@13.0.0-beta.13
.
- Allow loading source maps from custom protocols and asar bundles. #28615 (Also in 12)
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@13.0.0-beta.12
.
- Fixed
postData
parameter missing from new-window
event. #28542 (Also in 12)
- Fixed a bug where, when a JumpList task description exceeded 260 characters, the JumpList was empty, despite valid entries. #28526 (Also in 11, 12)
- Fixed an issue where errors thrown in functions passed over the
contextBridge
could be displayed incorrectly. #28446 (Also in 12)
- Fixed failing to request file:// resources when web security is disabled. #28557
- Fixed the handler set with
setWindowOpenHandler
not being invoked when a link was middle-clicked or shift-clicked. #28536
- Support
wasm-eval
csp behind WebAssemblyCSP
flag. #28569 (Also in 12)
- Transparent windows cannot be maximized using the Windows system menu or by double clicking the title bar. #28527
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@13.0.0-beta.11
.
- Fixed a network process crash that could happen when using
setCertificateVerifyProc
with many concurrent verification requests. #28433 (Also in 12)
- Fixed rare crash when initializing the internal PDF extension. #28453 (Also in 12)
- Updated community discussions link in default Electron menu. #28459 (Also in 12)
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@13.0.0-beta.9
.
- Added ability to enable field trials. #28402 (Also in 11, 12)
- Fixed an issue where the thumbar disappeared after
win.hide()
on Windows. #28390 (Also in 10, 11, 12)