npm install electron@v25.8.0
yarn add electron@v25.8.0
Release Notes
Features
Fixes
- Fixed an issue where child windows opened when the parent window is already fullscreen did not respect the child windows' fullscreenability and resizability settings. #39642 (Also in 24, 26, 27)
- Fixed an issue where the Node.js
assert
module did not work in the renderer process. #39622 (Also in 24, 26, 27) - Support Region Capture API with tab MediaStream. #39617 (Also in 26, 27)