Electron Releases

Filter by channel Filter by major release

Release Notes for v14.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@14.0.0-beta.7.

Fixes

  • Fixed a potential crash when setting vibrancy on macOS. #29723 (Also in 13)
  • Fixed an issue where draggable regions sometimes did not work properly when DevTools is open. #29735 (Also in 12, 13)
  • Fixed crashes on latest gen Intel and Ryzen processors. #29688

Other Changes

  • Fixed a feature flag issue where spellchecker methods returned empty suggestion lists on Windows. #29705 (Also in 13)

Documentation

  • Documentation changes: #29727

Release Notes for v14.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@14.0.0-beta.6.

Fixes

  • Fixed select-bluetooth-device firing on Windows. #29613 (Also in 12, 13)
  • Fixed an issue where custom traffic lights could be covered by BrowserViews on macOS. #29628 (Also in 13)
  • Fixed potential corruption of piped response data when using interceptHttpProtocol/registerHttpProtocol. #29670 (Also in 11, 12, 13)
  • Fixed the spelling of 'attachment' in 'Content-Disposition' header when using the webRequest module. #29673 (Also in 12, 13)