Electron Releases

Filter by channel Filter by major release

Release Notes for v19.0.0-alpha.5

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 electron@19.0.0-alpha.5.

Fixes

  • Apply senderFrame details to ipcMain port event. #33783 (Also in 16, 17, 18)

Release Notes for v19.0.0-alpha.4

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 electron@19.0.0-alpha.4.

Fixes

  • Fixed crash when img without alt is shown with accessibility features enabled. #33841

Other Changes

  • Fixed child_process.spawn ENOENT error with cwd option. #33872 (Also in 16, 17, 18)
  • Updated Chromium to 102.0.4989.0. #33556