Release Notes for v5.0.6
Fixes
-
- Fixed issues with popups created from sandboxed
<webview>:
- Fixed issues with popups created from sandboxed
- Clicking link with
target="_blank"not emitting'new-window'event.window.open()not returningnullwhenallowpopupsis not set. #18798
- Backported a patch from node that fixes an http/2 memory leak:. #18883
- Fixed
app.getAppPath()returning default-app path when runningelectron appwith no package.json orelectron app/index.js. Now the directory containing the executed file is returned. #18894 - Fixed issue where
require('timers').setTimeoutwould sometimes never fire in the renderer process. #18965 systemPreferences.isDarkMode()now correctly detects dark mode on macOS Catalina. #18960
Other Changes
- Fixed an issue where
session.getCacheSizewould never call its callback. #18898