Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Release notes for Microsoft Edge WebView2 SDK, release date: Jul. 20, 2020.
NuGet package for WebView2 SDK 0.9.579
This Release version of the WebView2 SDK requires Microsoft Edge version 86.0.579.0 or later; see Runtime 86.0.705.50 (Jan. 25, 2021).
All platforms
-
Important
Announcement: Evergreen WebView2 Runtime and installer is released for preview. See Distribute your app and the WebView2 Runtime.
-
Important
Announcement: The following WebView2 SDK Versions are no longer supported after the next SDK release:
- Release SDK 0.8.190, for Runtime 77 (Jun. 17, 2019)
- Release SDK 0.8.230, for Runtime 77 (Jul. 29, 2019)
- Release SDK 0.8.270, for Runtime 78 (Sep. 10, 2019)
- Release SDK 0.8.314, for Runtime 80 (Oct. 28, 2019)
- Release SDK 0.8.355, for Runtime 80 (Dec. 9, 2019)
The WebView2 SDK Versions are also marked deprecated on nuget.org. WebView2 recommends staying up to date with the latest version of WebView2.
Added WebView2 worker thread improvements. (Issue #318).
Turned off the pop-up blocker in WebView2. See the IsUserInitiated property in the
NewWindowRequestedevent.Ensured WebView2 navigation starting event is run for
about:blank. Now,NavigationStartingevents are run for all navigation, but cancellations forabout:blankorsrcdocof theiframeelement aren't supported and ignored.Blocked some
edge://URI schemes in WebView2.Added experimental IsSingleSignOnUsingOSPrimaryAccountEnabled property on WebView2 environment options to turn on conditional access for WebView2.
Added experimental WebResourceResponseReceived event that runs after the WebView2 receives and processes the response from a WebResource request. Authentication headers, if any, are included in the response object.
.NET
- Improved WPF focus handling. (Issue #185).
- Added
ZoomFactorproperty on WPF Webview2 Controller.