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, 2019.
NuGet package for WebView2 SDK 0.8.270 - This release has been unlisted at NuGet.
This Release version of the WebView2 SDK requires Microsoft Edge version 78.0.270.0 or later; see Runtime 78.8.270 (Sep. 10, 2019).
Changes
Added
DocumentTitleChangedevent to indicate document title change (Issue #27).Added
GetWebView2BrowserVersionInfoAPI (Issue #18).Added
NewWindowRequestedevent.Updated
CreateWebView2EnvironmentWithDetailsfunction to removereleaseChannelPreference. For more information about theCreateWebView2EnvironmentWithDetailsfunction, see CreateWebView2EnvironmentWithDetails. The registry and environment variable override is still supported. The default channel preference is used unless overridden.During the channel search, the WebView2 team skips any previous channel version that isn't compatible with the WebView2 SDK.
The WebView2 team selects the more stable channel to ensure the most consistent behaviors for the end user. When you test with the latest Canary build, you should create a script to set the
WEBVIEW2_RELEASE_CHANNEL_PREFERENCEenvironment variable to1before launching the app. See Test upcoming APIs and features.Updated the
CreateWebView2EnvironmentWithDetailsfunction with logic for selectinguserDataFolderwhen not specified. For more information about theCreateWebView2EnvironmentWithDetailsfunction, see CreateWebView2EnvironmentWithDetails. If you previously used the defaultuserDataFolderlocation, when you switch to the new SDK the defaultuserDataFolderis reset (set to a new location in the host code directory) and your state is also reset. If the host process doesn't have permission to write to the specified directory, theCreateWebView2EnvironmentWithDetailsfunction might fail. You can copy the data from the olduser data folderto the new directory.