Electron Releases - v14.0.1

npm install electron@v14.0.1
yarn add electron@v14.0.1

Release Notes

Features

  • Fixed crash that occasionally happens when closing or opening BrowserWindows. #30820 (Also in 13, 15)

Fixes

  • Fixed BrowserWindow's backgroundColor option not having an effect. #30819
  • Fixed an issue where undocked devtools was not resizable on Windows. #30847 (Also in 15)
  • Fixed transparent frameless windows having an opaque background when opened in a maximized state. #30864 (Also in 12, 13, 15)

Other Changes

  • Updated Chromium to 93.0.4577.63. #30794

Documentation

  • Documentation changes: #30849