npm install electron@v25.9.1
yarn add electron@v25.9.1
Release Notes
Fixes
- Fixed an issue where calling
loadURL
during somewebContents
url loading events could crash. #40161 (Also in 24, 26, 27) - Fixed an issue where calling
show()
on a childBrowserWindow
would show all other children attached to the same parent on macOS. #40106 (Also in 24, 26, 27) - Fixed an issue where closing and opening a minimized DevTools window would not work as expected. #40117 (Also in 26, 27)
- Fixed deprecated
gpu-process-crashed
/renderer-process-crashed
events being emitted twice and with incorrect arguments. #40113 (Also in 22, 24, 26, 27)