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 Prerelease SDK, release date: Dec. 8, 2020.
NuGet package for WebView2 SDK 1.0.721-prerelease
This Prerelease version of the WebView2 SDK requires Microsoft Edge version 86.0.616.0 or later; see Runtime 86.0.705.50 (Jan. 25, 2021).
Breaking changes
Important
Breaking Change: WebView2 prerelease package 1.0.707 and package 0.9.628 are deprecated. Discontinue development with package 1.0.707 and package0.9.628.
Features
Added WebView2 Group Policies. For best practices, see group policies for WebView2.
-
Important
Breaking Change: Deprecated the old registry location.
{Root}\Software\Policies\Microsoft\EmbeddedBrowserWebView\LoaderOverride\{AppId} Added support for Drag and Drop in WebView2.
Added APIs to handle DPI support.
Added RasterizationScale property to change the DPI scale for WebView2 content and UI pop-ups, and associated RasterizationScaleChanged event.
Added ShouldDetectMonitorScaleChanges property to automatically update
RasterizationScaleproperty if needed.Added BoundsMode property to specify that the bounds are logic pixels and allow WebView2 to use
RasterizationScalefor WebView2 pixel display, and WebView2 use theRasterizationScalewith theBoundsto get the physical size.
Updated
NewWindowRequestedevent to handle Ctrl+click and Shift+click. (Issue #168 and Issue #371).
Promotions to Phase 2 (Stable in Prerelease)
The following APIs have been promoted from Phase 1: Experimental in Prerelease, to Phase 2: Stable in Prerelease, and are included in this Prerelease SDK.
.NET
Features
Turned on WinForms designer in .NET Core 3.1+ and .NET 5.
Improved .NET cookie management. (Issue #611).
Replaced
CoreWebView2Readywith CoreWebView2InitializationCompleted.
Bug fixes
Added AcceleratorKeyPressed event to support
AcceleratorKeyselect in WebView2. (Issue #288).Removed unnecessary files from being output to WebView2 folders. (Issue #461).
Improved host object API. (Issue #335 and Issue #525).