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@31.0.0-alpha.5
.
Release Notes for v31.0.0-alpha.5
Fixes
- Fixed a crash in
addChildView
if a view is added as its own child. #42108 (Also in 30) - Fixed a crash when the same
WebContentsView
is added viaaddChildView
multiple times. #42116 (Also in 30) originalFs.promises.cp
now works. #42134
Other Changes
- Backported fix for 339458194. #42121