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@40.0.0-alpha.7.
Release Notes for v40.0.0-alpha.7
Fixes
- Fixed crash when creating event object for ipc events. #48991 (Also in 39)
- Fixed the issue where the parent window leave disabled after the modal window call show() multiple time. #49021 (Also in 38, 39)
Other Changes
- Updated Node.js to v24.11.1. #48916