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@37.0.0-alpha.5
.
Release Notes for v37.0.0-alpha.5
Features
- Added
innerWidth
andinnerHeight
options for window.open. #47039 - Added sublabel functionality for menus on macOS >= 14.4. #47042
- Added support for node option
--experimental-network-inspection
. #47031
Other Changes
- Updated Chromium to 138.0.7177.0. #47085