Electron Releases

Filter by channel Filter by major release

Release Notes for v21.2.1

Fixes

  • Default margin has been added in the code. #36072 (Also in 22)
  • Fixed a potential issue when calling webContents.printToPDF(). #36064 (Also in 22)
  • Fixed spurious promise rejection in webContents.loadURL when navigating to a hash. #36150

Other Changes

  • Updated Chromium to 106.0.5249.165. #36162

Release Notes for v21.2.0

Fixes

  • Added support for Windows drop-down dialog extensions. #36027 (Also in 18, 19, 20)
  • Fixed v8 flags and desktop name in package.json does not hornored when running local app using electron cli. #36050 (Also in 20, 22)
  • Removed support for nodeIntegrationInWorker in Service Workers and Shared Workers owing to sandboxing policies. #36009 (Also in 22)

Other Changes

  • Updated Chromium to 106.0.5249.119. #36001