Release Notes for v36.5.0
Features
- Added
before-mouse-event
to allow intercepting and preventing mouse events in WebContents. #47365 (Also in 37) - Added the priority and priorityIncremental options to net.request(). #47320 (Also in 37)
- Exposed
win.isContentProtected()
to allow developers to check window protection status. #47311 (Also in 37)
Fixes
- Fixed
addChildView()
crashes when adding a closed WebContentsView. #47340 (Also in 35, 37) - Fixed a potential crash using
session.clearData
in some circumstances. #47411 (Also in 35, 37) - Fixed an error when importing
electron
for the first time from an ESM module loaded by a CJS module in a packaged app. #47343 (Also in 35, 37) - Fixed an issue where calling
Fetch.continueResponse
via debugger withWebContentsView
could cause a crash. #47442 (Also in 35, 37) - Partially fixes an issue with printing a PDF via
webContents.print()
where the callback would not be called. #47400 (Also in 35, 37)