Electron Releases

Filter by channel Filter by major release

Release Notes for v14.0.2

Fixes

  • Fixed a crash in navigator.fonts.query(). #30984 (Also in 15)
  • Fixed an issue where button labels in file choosers were improperly localized on Linux. #31065 (Also in 15, 16)
  • Fixed an issue where multiple calls toBrowserWindow.setResizable() can cause the zoom button to incorrectly be disabled on macOS. #31013 (Also in 15)
  • Fixed an issue where non-resizable non-fullscreenable windows with aspect ratios set could return incorrect results for isMaximized(). #31040 (Also in 13, 15)
  • Fixed an issue where out-of-focus BrowserViews could not be immediately dragged. #31099 (Also in 13, 16)
  • Fixed black border around the page after resizing is disabled. #31079 (Also in 13, 15, 16)
  • Fixed child windows not inheriting the correct transparency and background color settings. #31048 (Also in 15)
  • Fixed crash caused by double free when destroying WebContents. #31131 (Also in 15, 16)
  • Fixed crash in v8 due to (Check failed: !regexp_stack_->is_in_use()). #31143 (Also in 13, 15, 16)

Other Changes

  • Updated Chromium to 93.0.4577.82. #30954

Documentation

  • Documentation changes: #30976

Release Notes for v14.0.1

Features

  • Fixed crash that occasionally happens when closing or opening BrowserWindows. #30820 (Also in 13, 15)

Fixes

  • Fixed BrowserWindow's backgroundColor option not having an effect. #30819
  • Fixed an issue where undocked devtools was not resizable on Windows. #30847 (Also in 15)
  • Fixed transparent frameless windows having an opaque background when opened in a maximized state. #30864 (Also in 12, 13, 15)

Other Changes

  • Updated Chromium to 93.0.4577.63. #30794

Documentation

  • Documentation changes: #30849