Change8

v44.0.0-alpha.4

Breaking Changes
📦 electronView on GitHub →
1 breaking1 features🐛 1 fixes

Summary

This alpha release introduces a new Save/Restore Window State API and removes 32-bit builds. It also includes a fix for autofill popup issues on macOS.

⚠️ Breaking Changes

  • Removed 32-bit builds for Windows (ia32) and Linux (armv7l). Applications previously relying on these architectures will need to be rebuilt for 64-bit platforms (x64 and arm64).

✨ New Features

  • Added a Save/Restore Window State API for cross-platform use.

🐛 Bug Fixes

  • Fixed unnecessary autofill popup creation for fields without datalist suggestions, which could cause input latency on macOS.