Electron: v22.0.0-alpha.4 Release

Release date:
October 11, 2022
Previous version:
v22.0.0-alpha.3 (released October 6, 2022)
Magnitude:
10 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in v22.0.0-alpha.4

trop[bot]
sudowoodo-release-bot[bot]

Directory Browser for v22.0.0-alpha.4

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

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 [email protected].

# Release Notes for v22.0.0-alpha.4

Fixes

  • Fixed a potential memory leak. #35964 <span style="font-size:small;">(Also in 21)</span>
  • You can now import the built-in electron module via ESModule loaders, i.e. import('electron') and import 'electron' now work natively. #35957