Electron Releases

Filter by channel Filter by major release

Release Notes for v23.0.0-beta.5

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@23.0.0-beta.5.

Fixes

  • Fixed an issue where <datalist> elements were improperly positioned within the page. #36959
  • Removed plugin helper checks on macOS gated behind enable_plugins buildflag. #36977 (Also in 22)

Other Changes

  • Updated Chromium to 110.0.5481.38. #36955

Release Notes for v23.0.0-beta.4

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@23.0.0-beta.4.

Features

  • Added label property to Display objects. #36933 (Also in 21, 22)

Fixes

  • Fixed an issue on macOS when trying to switch processes with Cmd+Tab after exiting Kiosk Mode. #36917 (Also in 21, 22)
  • Fixed an issue where webViews could have an incorrect initial background color following reloads. #36938 (Also in 21, 22)

Other Changes

  • Updated Chromium to 110.0.5481.30. #36819