Skip to content

electron v7.1.13

Choose a tag to compare

@electron-bot electron-bot released this 20 Feb 19:59
· 22 commits to 7-1-x since this release

Release Notes for v7.1.13

Fixes

  • Fixed webRequest API not working with WebSockets. #22141
  • Fixed a crash in webContents.print() with custom print margins. #22187
  • Fixed a potential issue with active Menu garbage collection. #22151
  • Fixed an issue where undefined was printed from console.log on Window when no arguments were passed. #22173
  • Removed unneccessary breakpad_symbols directory from the dsym zip file. #22220

Other Changes

  • Fixed a potential crash on faulty deviceNames in webContents.print(). #22012

Documentation

  • Documentation changes: #22266