Electron Releases - v23.3.6

npm install electron@v23.3.6
yarn add electron@v23.3.6

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)