Electron Releases

Filter by channel Filter by major release

Release Notes for v14.0.0-beta.21

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@14.0.0-beta.21.

Fixes

  • Fixed beta-only bug that caused mouse clicks to not be processed in frameless windows. #30459 (Also in 15)

Release Notes for v14.0.0-beta.20

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@14.0.0-beta.20.

Fixes

  • Fixed documentEdited status not updating close button for frameless window on macOS. #30391 (Also in 13, 15)