Change8

v42.0.0-alpha.4

📦 electronView on GitHub →
🐛 2 fixes

Summary

This alpha release addresses critical bugs related to JavaScript dialog handling and utilityProcess exit code reporting on Windows.

Migration Steps

  1. Install this alpha version using `npm install electron@alpha` or `npm install electron@42.0.0-alpha.4`.

🐛 Bug Fixes

  • Fixed crash when handling JavaScript dialogs from windows opened with invalid or empty URLs.
  • Fixed utilityProcess exit event reporting incorrect exit codes on Windows when the exit code has the high bit.