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: Sep. 10, 2020.
NuGet package for WebView2 SDK 0.9.622.11
This Release version of the WebView2 SDK requires WebView2 Runtime version 86.0.616.0 or later; see Runtime 86.0.705.50 (Jan. 25, 2021).
-
Important
Announcement: This SDK is the Release Candidate for WebView2 Win32 C/C++ GA. The GA version is expected to use the same API interface and functionality.
Disconnected browser policies.
Added AllowSingleSignOnUsingOSPrimaryAccount property on WebView2 environment options to turn on conditional access for WebView2.
Updated
ICoreWebView2NewWindowRequestedEventArgsto include WindowFeatures property, and the associated ICoreWebView2WindowFeatures. (Issue #293).Updated
System.Windows.Rectto useSystem.Drawing.Rectangleinstead ofSystem.Windows.Rect(Issue #235).Updated NewWindowRequested event to handle
window.open()request without parameters. (Issue #293).AdditionalBrowserArguments specified with
ICoreWebView2EnvironmentOptionsaren't overridden with environment variables or registry values. See CreateCoreWebView2EnvironmentWithOptions.