Note: This is an alpha release. Please file new issues for any bugs you find in it.
This release is published to npm under the alpha tag and can be installed via npm install electron@alpha
, or npm install electron@33.0.0-alpha.5
.
Release Notes for v33.0.0-alpha.5
Features
- Added support for the macOS system picker in
desktopCapturer
andsetDisplayMediaRequestHandler
. #43680 (Also in 32)
Fixes
- Fixed a potential issue with fillable PDF forms saving correctly in some circumstances. #43686 (Also in 32)
- Fixed an issue where
WebContentsView
s did not show correctly in some circumstances on macOS after being added as child views. #43696 (Also in 32) - Restored Chromium default
Content-Disposition
header parsing. #43670 (Also in 30, 31, 32)