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.4
.
Release Notes for v29.0.0-beta.4
Fixes
- Apply module search paths restriction on worker and child process. #41138 (Also in 27, 28)
- Fixed a potential
async_hooks
crash when listening for therestore
event on Windows after minimizing a maximized BrowserWindow. #41146 (Also in 27, 28) - Fixed on-screen-keyboard not hiding for webviews under some cases. #41149