Electron Releases - v26.0.0-beta.12

npm install electron@v26.0.0-beta.12
yarn add electron@v26.0.0-beta.12
Note: This is a beta release, this means it may be shipping with an unreleased version of Chromium.
Please file new issues for any bugs you find in it.

Release Notes

Fixes

  • Fixed an issue where chrome.tabs.update did not return a tab object that properly reflected potential properties that were changed. #39389 (Also in 25)
  • Fixed crash in message ports when utility process exits. #39346 (Also in 25)
  • Notes: Fixes an issue where chrome.tabs did not work properly with Chrome Extensions Manifest V3. #39360 (Also in 25)

Other Changes

  • Updated Chromium to 116.0.5845.62. #39366