Electron v23.3.6

npm
npm install --save-dev electron@23.3.6
yarn
yarn add --dev electron@23.3.6
Google ChromeChromium
110.0.5481.208
Node.jsNode.js
18.12.1
V8V8
11.0.226.20

Release Notes

Fixes

  • Fixed an issue where <datalist> popups are positions incorrectly in BrowserViews. #38607 (Also in 24, 25, 26)

  • Fixed potential issues when minimizing parent windows with non-modal children on macOS. #38507 (Also in 24, 25)

Other Changes

  • Improved error message when contentTracing.stopRecording() fails because no trace was in progress. #38518 (Also in 24, 25)