Electron v12.0.1

npm
npm install --save-dev electron@12.0.1
yarn
yarn add --dev electron@12.0.1
Google ChromeChromium
89.0.4389.82
Node.jsNode.js
14.16.0
V8V8
8.9.255.20

Release Notes

Features

  • Added support for the des-ede3 cipher in node crypto. #27992 (Also in 11)

Fixes

  • Child windows with specified background colors or transparency now work as intended. #28107

  • Fixed an issue where BrowserViews could have mismatched draggable regions to their bounds. #27988 (Also in 10, 11)

  • Fixed an issue where win.capturePage() never called back after calling hide() 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)

Other Changes

  • Updated Chromium to 89.0.4389.82. #27960

  • [a11y] Fixes broken word navigation for certain alphanumeric characters. #27991