Electron v26.4.3

npm
npm install --save-dev electron@26.4.3
yarn
yarn add --dev electron@26.4.3
Google ChromeChromium
116.0.5845.228
Node.jsNode.js
18.16.1
V8V8
11.6.189.22

Release Notes

Fixes

  • Fixed an issue where navigator.keyboard.lock() did not work per latest expected behavior. #40387 (Also in 27, 28)

  • Fixed crash in renderer process due to partition allocator when sandbox is disabled. #40377