Electron Releases

Filter by channel Filter by major release

Release Notes for v23.1.2

Fixes

  • Fixed destroyed event not emitted on close for BrowserView.webContents. #37451 (Also in 24)
  • Fixed an incorrect result returned when using secure as a cookies filter. #37248 (Also in 22, 24)
  • Fixed an issue where minWidth/minHeight and maxWidth/maxHeight would not be enforced if the user set an aspectRatio on macOS. #37457 (Also in 22, 24)
  • Fixed an issue where passing both hasReply and actions to a main process Notification on macOS resulted in the first action being obscured and unavailable. #37448 (Also in 22, 24)
  • Fixed draggable regions not working in Mac App Store builds. #37473 (Also in 24)
  • Fixed right-click events not being delivered in frameless window draggable regions. #37394 (Also in 24)

Other Changes

  • Improved error messages for contents.takeHeapSnapshot. #37460 (Also in 22, 24)
  • Updated Chromium to 110.0.5481.177. #37389

Release Notes for v23.1.1

Fixes

  • Corrects an issue with HTML fullscreen when BrowserWindow fullscreening is disabled. #37367 (Also in 24)
  • Fixed potential private API usage for MAS builds on macOS. #37363 (Also in 24)
  • Fixed window could not go back to maximized state when restored on Linux. #37359 (Also in 24)

Other Changes

  • Security: backported fix for chromium:1408392. #37297
  • Updated Chromium to 110.0.5481.104. #37333

Documentation

  • Documentation changes: #37290