Electron v39.1.2
Latest Stablenpm
npm install --save-dev electron@39.1.2
yarn
yarn add --dev electron@39.1.2
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