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@35.0.0-beta.9
.
Release Notes for v35.0.0-beta.9
Features
- Added excludeUrls to webRequest filter and deprecated the use of empty arrays in urls property. #45678
- Added support for
roundedCorners
BrowserWindow constructor option on Windows. #45740 (Also in 34)
Fixes
- Fixed a crash when calling
shell.readShortcutLink
caused byPKEY_AppUserModel_ToastActivatorCLSID
sometimes being represented by a string uuid. #45348 (Also in 33, 34) - Fixed a potential crash when calling legacy
getUserMedia
with an invalidchromeMediaSourceId
. #45755 (Also in 34) - Fixed an issue where the renderer process crashed when loading about:blank in subframes. #45758
- Fixed spellcheck suggestions not correctly populating on Windows. #45763