Electron Releases

Release Notes for v28.0.0-beta.7

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@28.0.0-beta.7.

Fixes

  • Fixed same-party cookie functionality for first party sets. #40526

Release Notes for v28.0.0-beta.6

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@28.0.0-beta.6.

Fixes

  • Fixed "will-navigate" not being emitted when pressing links in chrome: pages. #40525 (Also in 27)