Electron Releases

Filter by channel Filter by major release

Release Notes for v19.0.0-beta.2

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@19.0.0-beta.2.

Features

  • Enabled systemPreferences.subscribe{Local|Workspace}Notification to take a null value for the event parameter. #33770 (Also in 18)

Fixes

  • Fixed the initialization of First Party Sets. #33972
  • [Mac] Fixed Partition Alloc related crash in pre-BigSur (macos <= 10.15). #33966 (Also in 18)

Release Notes for v19.0.0-beta.1

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@19.0.0-beta.1.

Features

  • Fixed an issue where the PDF Viewer would fail if a user attempted to reload. #33712 (Also in 18)

Other Changes

  • Updated Chromium to 102.0.4999.0. #33848