Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install electron@25.0.0-beta.8
.
Release Notes for v25.0.0-beta.8
Features
- Added support for Mica and Acrylic background effects on Windows. #38357 (Also in 24)
- Expose
webContents
methods to center text selection, scroll to the page bottom and top, as well as adjust selected text. #38362 - Surface the
context-menu
event from extensions. #38356
Other Changes
- Security: backported fix for 1437346.
- Security: backported fix for 1439691.
- Security: backported fix for CVE-2023-2724.
- Security: backported fix for CVE-2023-2723.
- Security: backported fix for 1425115.
- Security: backported fix for 1431761.
- Security: backported fix for CVE-2023-2725.
- Security: backported fix for CVE-2023-2721. #38329
- Updated Chromium to 114.0.5735.35. #38320