npm install electron@v12.0.1
yarn add electron@v12.0.1
Release Notes
Features
Fixes
- Child windows with specified background colors or transparency now work as intended. #28107
- Fixed an issue where
BrowserView
s could have mismatched draggable regions to their bounds. #27988 (Also in 10, 11) - Fixed an issue where
win.capturePage()
never called back after callinghide()
for a hidden window on some platforms. #28075 (Also in 11, 13) - Fixed using navigator.setAppBadge and navigator.clearAppBadge from a service worker in Electron. #28011
- Fixed warning when
worldSafeExecuteJavaScript
is disabled. #27969 (Also in 10, 11)