Electron v15.1.2

npm
npm install --save-dev electron@15.1.2
yarn
yarn add --dev electron@15.1.2
Google ChromeChromium
94.0.4606.71
Node.jsNode.js
16.5.0
V8V8
9.4.146.18

Release Notes

Fixes

  • Fixed an potential crash in WebContents::MessageTo when a render frame has been destroyed. #31334

  • Fixed issue where non-resizable frameless windows aren't draggable. #31299 (Also in 14, 16)

Other Changes

  • Backported fix for 1251688. #31297

  • Updated Chromium to 94.0.4606.71. #31234