Electron Releases

Filter by channel Filter by major release

Release Notes for v11.0.4

Fixes

  • Added default Bluetooth permission strings to info.plist. #26768 (Also in 12)
  • Fixed an issue where IsMaximized would incorrectly return false for some windows on Windows. #26780 (Also in 12)
  • Fixed an issue where draggable regions did not work exclusively on BrowserViews on Windows. #26774 (Also in 12)
  • Fixed an issue where draggable regions in BrowserWindow causes BrowserView to become draggable in non-correspondent places. #26754 (Also in 10, 12)
  • Fixed import of unpacked node modules. #26751 (Also in 12)

Release Notes for v11.0.3

Fixes

  • Fixed <webview> render-process-gone event dispatch. #26578
  • Fixed contentTracing.stopRecording() not rejecting when there is no trace in progress. #26655 (Also in 12)
  • Fixed screen methods not being accessible via remote.screen. #26660
  • Fixed a crash when calling webContents.fromId with an unknown ID. #26652