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: Oct. 11, 2022.
NuGet package for WebView2 SDK 1.0.1414-prerelease
For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version 107.0.1414.0 or later; see Runtime 107.0.1418.22 (Oct. 31, 2022).
Detailed contents:
Experimental APIs (Phase 1: Experimental in Prerelease)
The following Experimental APIs have been added in this Prerelease SDK.
Print API
Added support for the Print API.
- CoreWebView2.PrintAsync Method
- CoreWebView2.PrintToPdfStreamAsync Method
- CoreWebView2.ShowPrintUI Method
- CoreWebView2PrintSettings Class
- CoreWebView2PrintSettings.Collation Property
- CoreWebView2PrintSettings.ColorMode Property
- CoreWebView2PrintSettings.Copies Property
- CoreWebView2PrintSettings.Duplex Property
- CoreWebView2PrintSettings.MediaSize Property
- CoreWebView2PrintSettings.PageRanges Property
- CoreWebView2PrintSettings.PagesPerSide Property
- CoreWebView2PrintSettings.PrinterName Property
SmartScreen API
Added support for SmartScreen API.
Custom Crash Reporting API
Added support for Custom Crash Reporting API.
Bug fixes
Fixed a bug in the WebView2 WinRT JS Projection tool (wv2winrt) where C++20 projects failed to compile. (Issue #2768)
Fixed a crash which could occur with the WebView2 WinRT API while closing down WebView2 if you subscribed to any events, especially the
CoreWebView2.GetDevToolsEventReceiverevent.