Release Notes for v8.2.0
Features
-
- Added new
useSessionCookies
flag tonet
requests to allow them to use the session cookie store.
- Added new
- Fixed issue where
SameSite
cookies would not be attached to outgoing requests from thenet
module. #22807
- Added
disableDialogs
option to WebPreferences. #22665
Fixes
- Fixed a crash that could occur when sending arrays over IPC. #22758
- Fixed a potential crash on invalid
zoomFactor
values when setting the zoom factor of a webpage. #22709 - Fixed issue where mutating the global
Object
prototype could cause internal Electron logic to throw errors. #22728 - Returns a more graceful error when adding duplicate items to a single TouchBar instance. #22645
Other Changes
- Updated Chromium to 80.0.3987.158. #22742