Electron v8.0.1 Release Notes

Release Date: 2020-02-14 // about 4 years ago
  • ๐Ÿš€ Release Notes for v8.0.1

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed webRequest API not working with WebSockets. #22134
    • ๐Ÿ›  Fixed a crash in webContents.print() with custom print margins. #22186
    • ๐Ÿ›  Fixed a crash that could occur when visiting HTTPS sites with invalid certificates. #22124
    • ๐Ÿ›  Fixed an issue where undefined was printed from console.log on Window when no arguments were passed. #22172
    • ๐Ÿ›  Fixed bug that occurred when using trafficLightPosition API in RTL mode. #22162
    • ๐Ÿ›  Fixed flash plugin not working. #22110
    • ๐Ÿ›  Fixed issue where renderers could crash during GC when using the contextBridge module. #22114
    • 0๏ธโƒฃ Use system default printer if none is provided. #22011

    Other Changes