Electron Releases

Filter by channel Filter by major release

Release Notes for v17.0.0-beta.3

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@17.0.0-beta.3.

Fixes

  • Allowed specifying x64 arch on Mac Rosetta via npm_config_arch. #32382 (Also in 15, 16)
  • Fixed incorrect skipTransformProcessType option parsing in win.setVisibleOnAllWorkspaces(). #32398 (Also in 13, 14, 15, 16)

Other Changes

  • Updated Chromium to 98.0.4758.9. #32030

Release Notes for v17.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@17.0.0-beta.2.

Fixes

  • Fixed regression where console windows would open for execSync and some spawnSync calls for Windows users. #32378 (Also in 16)