electron v16.0.0-alpha.2
Pre-release
Pre-release
·
338 commits
to 16-x-y
since this release
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@16.0.0-alpha.2.
Release Notes for v16.0.0-alpha.2
Features
- Added WebHID support. #31090 (Also in 15)
- Added
textWidthoption todialog.showMessageBox()/dialog.showMessageBoxSync(). #31089 (Also in 15)
Fixes
- Fixed an issue where BrowserView dragging behavior was inconsistent with MacOS window dragging. #31178 (Also in 13, 14, 15)
- Fixed an issue where out-of-focus BrowserViews could not be immediately dragged. #31101 (Also in 13, 14)
- Fixed black border around the page after resizing is disabled. #31080 (Also in 13, 14, 15)
- Fixed crash caused by double free when destroying WebContents. #31132 (Also in 14, 15)
- Fixed crash in v8 due to
(Check failed: !regexp_stack_->is_in_use()). #31145 (Also in 13, 14, 15)