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@29.0.0-beta.5
.
Release Notes for v29.0.0-beta.5
Fixes
- Fixed an issue where
select-usb-device
did not respect thefilter
option innavigator.usb.requestDevice()
. #41197 (Also in 27, 28) - Fixed an issue where the
printBackground
option inwebContents.printToPDF
did not work as expected. #41180 (Also in 28)
Other Changes
- Updated Chromium to 122.0.6261.18. #41203