Electron Releases - v11.0.3

npm install electron@v11.0.3
yarn add electron@v11.0.3

Release Notes

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