Skip to content

electron v12.0.0-beta.28

Pre-release
Pre-release
Compare
Choose a tag to compare
@electron-bot electron-bot released this 22 Feb 17:02
· 354 commits to 12-x-y since this release

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 [email protected].

Release Notes for v12.0.0-beta.28

Fixes

  • Fixed OS-level shortcuts on macOS (e.g. Ctrl + F2, ⌘ + ~). #27769 (Also in 11)
  • Fixed an erroneous enableBlinkFeatures warning shown webviews which enabled no Blink features. #27790 (Also in 10, 11)
  • Fixed an issue where deleted download directories would be sometimes recreated by the operating system. #27806 (Also in 10, 11)