Skip to content

electron v23.0.0-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@sudowoodo-release-bot sudowoodo-release-bot released this 03 Feb 01:55
· 154 commits to 23-x-y since this release
485bbfe

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@23.0.0-beta.8.

Release Notes for v23.0.0-beta.8

Features

  • Whole-program optimization is enabled by default in electron node headers config file. #37046 (Also in 21, 22)

Fixes

  • Fixed audio worklet scripts failing to run when nodeIntegrationInWorker: true. #37104