Electron v15.3.3

npm
npm install --save-dev electron@15.3.3
yarn
yarn add --dev electron@15.3.3
Google ChromeChromium
94.0.4606.81
Node.jsNode.js
16.5.0
V8V8
9.4.146.21

Release Notes

Fixes

  • Fixed a potential issue when setting backgroundColor on BrowserViews. #31946 (Also in 14, 16, 17)

  • Fixed respecting aspect ratio when maximum size is set on BrowserWindow. #31956 (Also in 14, 16, 17)

  • Fixed window frame glitch when calling setContentProtection. #31830 (Also in 13, 14, 16)

Other Changes

  • Backported fix for CVE-2021-38005. #31919

  • Backported fix for CVE-2021-38007. #31910

  • Backported fix for CVE-2021-38009. #31927

  • Backported fix for CVE-2021-38010. #31902

  • Backported fix for CVE-2021-38011. #31899