Electron Releases - v14.1.0

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

Release Notes

Features

Fixes

  • Fixed Let's Encrypt DST Root CA X3 certificate expiration. #31216 (Also in 12, 13, 15, 16)
  • Fixed an issue where BrowserView dragging behavior was inconsistent with MacOS window dragging. #31176 (Also in 13, 15, 16)
  • Fixed an issue where changes to draggable regions in a BrowserWindow incorrectly affected those in an attached BrowserView. #31200 (Also in 13, 15, 16)
  • Fixed potential crash when programmatically closing a draggable frameless child window. #31187 (Also in 15)

Other Changes

  • Backported fix for CVE-2021-37960. #31210