Electron v39.1.2

Latest Stable
npm
npm install --save-dev electron@39.1.2
yarn
yarn add --dev electron@39.1.2
Google ChromeChromium
142.0.7444.134
Node.jsNode.js
22.21.1
V8V8
14.2.231.17

Release Notes

Fixes

  • Corrected the appearance of tiled windows on GNOME (when frame: true), and removed resize handles from tiled edges. #48834 (Also in 38, 40)

  • Fix: ESM-from-CJS import when CJK characters are in path. #48873

  • Fixed oom crash when optimizing certain wasm functions involving large phi nodes. #48815 (Also in 38, 40)

  • Fixed the issue where the parent window remained interactive after the modal window was opened. #48865 (Also in 40)

Other Changes

  • Updated Chromium to 142.0.7444.134. #48818

Documentation

  • Documentation changes: #48842

Unknown

  • Fixed an issue that menu items on macOS could not be disabled under all circumstances. #48830 (Also in 38, 40)