Electron Releases

Filter by channel Filter by major release

Release Notes for v1.8.4

Updates

  • Documentation updates. #12279
  • Document and test BrowserView.{destroy,isDestroyed}. #12298

Bug Fixes

  • Fixed popup menu position. #12197
  • [SECURITY] Set appropriate defaults for webview options. #12272
  • Fixed window open not showing. #12261
  • Fixed flaky remote setInterval spec. #12266
  • Fixed require on network share path. #12286
  • Fixed flaky navigator.serviceWorker spec. #12289

Linux

  • Fixed a crash on certain Linux distributions. #12151

macOS

  • Fixed checkbox state callback bug. #12154

Windows

  • Fixed passing of exception to the system crash handler. #12258

Release Notes for v1.8.3

Bug Fixes

  • Added Offscreen rendering improvements. #11729
  • Fixed downloading from custom protocols using WebContents.downloadURL. #12100
  • Fixed net::ERR_INSECURE_RESPONSE on https error. #12117
  • [SECURITY] Fixed Integer overflow with PropertyArray issue. #12117

Linux

  • [SECURITY] Disabled executable stack. #11955

Windows

  • Fixed titlebar displaying for frameless and transparent windows. #11910
  • Fixed desktopCapturer to capture the correct screen. #11677
  • Fixed support for precision trackpad / mouse scrolling. #12117