Showing releases from v11.x. Show all stable releases.
- Added
allowFileAccess
option to loadExtension()
API. #27703 (Also in 12)
- Added
win.setTopBrowserView()
so that BrowserViews can be raised. #27712 (Also in 10, 12)
- Backported fix for https://crbug.com/1125165. #27558
- Fixed OS-level shortcuts on macOS (e.g. Ctrl + F2, ⌘ + ~). #27787 (Also in 12)
- Fixed SVG content with filter sometimes not being rendered. #27699
- Fixed a crash when calling
crypto.createDiffieHellman()
with certain parameters. #27766 (Also in 12)
- Fixed a memory leak when creating BrowserWindows. #27640 (Also in 12)
- Fixed an erroneous
enableBlinkFeatures
warning shown webviews which enabled no Blink features. #27789 (Also in 10, 12)
- Fixed an issue where deleted download directories would be sometimes recreated by the operating system. #27808 (Also in 10, 12)
- Fixed an occasional white flicker present when rendering BrowserViews in close succession. #27659 (Also in 10, 12)
- Fixed crash when destroying WebContents in the
crashed
event. #27757 (Also in 10, 12)
- Fixed memory leak when sending non-primitives over the context bridge. #27638 (Also in 10, 12)
- Fixed native window freeze on Windows when Electron app is sent to tray and external display changes. #27669 (Also in 12)
- Fixed svg with filter content not being rendered. #27635
- Fixed crash when loading wasm modules in child node process with mac arm64 > 11.2. #27684 (Also in 12)
- Fixed slow child process spawning on macOS Big Sur. #27654 (Also in 10, 12)
- Reverted posix_spawn change in libuv that affected child process spawning on macOS Big Sur. #27809 (Also in 10, 12)
- Security: backported fix for 1138143. #27780
- Security: backported fix for 1155974. #27779
- Security: backported fix for 1166504. #27778
- Security: backported fix for 1170657. #27781
- Security: backported fix for 1171954. #27777
- Security: backported fix for 1172192. #27776
- Security: backported fix for 1177341. #27750
- Security: backported fix for chromium:1162942. #27614
- Security: backported fix for https://crbug.com/1161705. #27609
- Fixed CSP with
unsafe-eval
detection with Trusted Types. #27469 (Also in 9, 10, 12)
- Fixed
<webview>
not working with Trusted Types. #27464 (Also in 9, 10, 12)
- Fixed regression that crashed Electron when processing an invalid icon. #27478 (Also in 12)
- None. #27509 (Also in 12)
- Backported the fix to CVE-2020-16044. #27491
- Backported the fix to CVE-2021-21118 from V8. #27415
- Backported the fix to a UAF in Mojo (1162198). #27401
- Backported the fix to chromium:1153329. #27494
- Security: backported fix for CVE-2021-21122. #27406
- Apps requesting the CAMERA_PAN_TILT_ZOOM permission will have the permission request handler called with a permission string of "media" instead of "font-access". #27423
- Fixed crash when a keyboard event immediately precedes calling
browserWindow.close()
on Windows. #27357 (Also in 10, 12)
- Fixed shutdown crash when quitting with in-progress downloads. #27419 (Also in 10, 12)
- Increase stack size on windows x64 to 8MB. #27385 (Also in 10, 12)
- Updated the ICU time zone database to the latest 2020f version. #27369
- Backported the fix to CVE-2021-21120 from sqlite. #27424
- Backported the fix to chromium:1160534. #27443
- Backported the fixes to the save file dialog related CVE-2021-21123, CVE-2021-21129, CVE-2021-21130, CVE-2021-21131, CVE-2021-21141. #27437
- Security: backported fix for chromium:1161654. #27411
- Made
win.setAspectRatio()
work on Windows. #27203 (Also in 12)
- Fixed a crash that could occur on app quit when using the remote module. #27069 (Also in 12)
- Fixed an issue where BrowserViews couldn't be effectively reparented. #27219 (Also in 12)
- Fixed an issue where non-draggable regions on BrowserViews could have incorrectly calculated bounds. #27183 (Also in 10, 12)
- Fixed an issue where some draggable regions were not clickable when loaded into BrowserViews on Windows. #27178 (Also in 10, 12)
- Fixed the pretty-print JavaScript feature in DevTools not functioning correctly. #27102
- Updated Chromium to 87.0.4280.141. #27213
- Fixed
chrome.webRequest
extensions API not intercepting any requests. #27096 (Also in 10, 12)