Electron v15.3.3
npm
npm install --save-dev electron@15.3.3
yarn
yarn add --dev electron@15.3.3
Release Notes
Fixes
Fixed a potential issue when setting backgroundColor on
BrowserView
s. #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)