v40.8.4
📦 electronView on GitHub →
✨ 1 features🐛 6 fixes🔧 3 symbols
Summary
This patch release (v40.8.4) focuses on fixing several critical bugs related to window handling, focus tracking, and utility process exit codes, and adds support for proxy usage during yarn install.
✨ New Features
- Added support for using a proxy during yarn install.
🐛 Bug Fixes
- Fixed an issue where nodeIntegrationInWorker overrides in setWindowOpenHandler were not honored for child windows sharing a renderer process with their opener.
- Fixed crash when handling JavaScript dialogs from windows opened with invalid or empty URLs.
- Fixed improper focus tracking in BaseWindow on MacOS.
- Fixed logic bug that rendered certain window types un-resizable on MAS builds.
- Fixed utilityProcess exit event reporting incorrect exit codes on Windows when the exit code has the high bit.
- Fixed window freeze when failing to enter/exit fullscreen on macOS.