From 12933b8d6c6867587fb7c030876565bccb157c43 Mon Sep 17 00:00:00 2001 From: Michael Hoffman Date: Wed, 20 Sep 2023 17:50:37 -0700 Subject: [PATCH 1/6] template --- microsoft-edge/webview2/release-notes.md | 40 +++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/microsoft-edge/webview2/release-notes.md b/microsoft-edge/webview2/release-notes.md index 87577d569a..65f89cb4c9 100644 --- a/microsoft-edge/webview2/release-notes.md +++ b/microsoft-edge/webview2/release-notes.md @@ -6,7 +6,7 @@ ms.author: msedgedevrel ms.topic: conceptual ms.prod: microsoft-edge ms.technology: webview -ms.date: 09/20/2023 +ms.date: 10/01/2023 --- # Release Notes for the WebView2 SDK @@ -138,6 +138,41 @@ The following APIs have been promoted from Experimental to Stable in this Prerel --> + +## 1.0.####.## + +[NuGet package for WebView2 SDK 1.0.####.##](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.####.##) + +For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version ###.0.####.## or higher. + + + +#### General features + + + +#### Promotions + +No additional APIs have been promoted to Stable and added in this Release SDK. + +The following APIs have been promoted to Stable and are now included in this Release SDK. + +##### [.NET/C#](#tab/dotnetcsharp) + +##### [WinRT/C#](#tab/winrtcsharp) + +##### [Win32/C++](#tab/win32cpp) + +--- + + + +#### Bug fixes + + + + + ## 1.0.2045.28 @@ -246,6 +281,7 @@ The following APIs have been promoted from Experimental to Stable in this Prerel ##### [.NET/C#](#tab/dotnetcsharp) n/a + ##### [WinRT/C#](#tab/winrtcsharp) @@ -259,6 +295,7 @@ n/a ##### [Win32/C++](#tab/win32cpp) n/a + --- @@ -307,6 +344,7 @@ n/a ##### [.NET/C#](#tab/dotnetcsharp) + * [CoreWebView2EnvironmentOptions.CustomSchemeRegistrations Property](/dotnet/api/microsoft.web.webview2.core.corewebview2environmentoptions.customschemeregistrations?view=webview2-dotnet-1.0.2106-prerelease&preserve-view=true) ##### [WinRT/C#](#tab/winrtcsharp) From 1a6f17ab47bb594dfa3bd8f526fccb1eb65296a1 Mon Sep 17 00:00:00 2001 From: Michael Hoffman Date: Thu, 21 Sep 2023 07:36:13 -0700 Subject: [PATCH 2/6] 118 --- microsoft-edge/webview2/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsoft-edge/webview2/release-notes.md b/microsoft-edge/webview2/release-notes.md index 65f89cb4c9..a17feb518b 100644 --- a/microsoft-edge/webview2/release-notes.md +++ b/microsoft-edge/webview2/release-notes.md @@ -143,7 +143,7 @@ The following APIs have been promoted from Experimental to Stable in this Prerel [NuGet package for WebView2 SDK 1.0.####.##](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.####.##) -For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version ###.0.####.## or higher. +For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version 118.0.####.## or higher. From 6440109d8aa10606477017702ea9851e1bd5e5a5 Mon Sep 17 00:00:00 2001 From: Michael Hoffman Date: Thu, 21 Sep 2023 13:40:40 -0700 Subject: [PATCH 3/6] Fill CustomSchemeRegistrations links --- microsoft-edge/webview2/release-notes.md | 37 ++++++++++-------------- 1 file changed, 15 insertions(+), 22 deletions(-) diff --git a/microsoft-edge/webview2/release-notes.md b/microsoft-edge/webview2/release-notes.md index a17feb518b..982594d11d 100644 --- a/microsoft-edge/webview2/release-notes.md +++ b/microsoft-edge/webview2/release-notes.md @@ -280,8 +280,12 @@ The following APIs have been promoted from Experimental to Stable in this Prerel ##### [.NET/C#](#tab/dotnetcsharp) -n/a - +* `CoreWebView2CustomSchemeRegistration` Class: + * [CoreWebView2CustomSchemeRegistration.AllowedOrigins Property](/dotnet/api/microsoft.web.webview2.core.corewebview2customschemeregistration.allowedorigins?view=webview2-dotnet-1.0.2106-prerelease&preserve-view=true) + * [CoreWebView2CustomSchemeRegistration.SchemeName Property](/dotnet/api/microsoft.web.webview2.core.corewebview2customschemeregistration.schemename?view=webview2-dotnet-1.0.2106-prerelease&preserve-view=true) + +* `CoreWebView2EnvironmentOptions` Class: + * [CoreWebView2EnvironmentOptions.CustomSchemeRegistrations Property](/dotnet/api/microsoft.web.webview2.core.corewebview2environmentoptions.customschemeregistrations?view=webview2-dotnet-1.0.2106-prerelease&preserve-view=true) ##### [WinRT/C#](#tab/winrtcsharp) @@ -294,8 +298,14 @@ n/a ##### [Win32/C++](#tab/win32cpp) -n/a - +* `ICoreWebView2CustomSchemeRegistration`: + * [ICoreWebView2CustomSchemeRegistration::get_SchemeName](/microsoft-edge/webview2/reference/win32/icorewebview2customschemeregistration?view=webview2-1.0.2106-prerelease&preserve-view=true#get_schemename) + * [ICoreWebView2CustomSchemeRegistration::GetAllowedOrigins](/microsoft-edge/webview2/reference/win32/icorewebview2customschemeregistration?view=webview2-1.0.2106-prerelease&preserve-view=true#getallowedorigins) + * [ICoreWebView2CustomSchemeRegistration::SetAllowedOrigins](/microsoft-edge/webview2/reference/win32/icorewebview2customschemeregistration?view=webview2-1.0.2106-prerelease&preserve-view=true#setallowedorigins) + +* [ICoreWebView2EnvironmentOptions4](/microsoft-edge/webview2/reference/win32/icorewebview2environmentoptions4?view=webview2-1.0.2106-prerelease&preserve-view=true) + * [ICoreWebView2EnvironmentOptions4::GetCustomSchemeRegistrations](/microsoft-edge/webview2/reference/win32/icorewebview2environmentoptions4?view=webview2-1.0.2106-prerelease&preserve-view=true#getcustomschemeregistrations) + * [ICoreWebView2EnvironmentOptions4::SetCustomSchemeRegistrations](/microsoft-edge/webview2/reference/win32/icorewebview2environmentoptions4?view=webview2-1.0.2106-prerelease&preserve-view=true#setcustomschemeregistrations) --- @@ -340,24 +350,7 @@ n/a * Fixed a bug where the `CoreWebView2EnvironmentOptions.Language` property doesn't change the `accept-language` HTTP header. (SDK-only) ([Issue #3635](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3635)) * Added support for longer runtime installation paths. (SDK-only) -* The custom URI scheme registration API now works in WinRT. (SDK-only): - -##### [.NET/C#](#tab/dotnetcsharp) - - -* [CoreWebView2EnvironmentOptions.CustomSchemeRegistrations Property](/dotnet/api/microsoft.web.webview2.core.corewebview2environmentoptions.customschemeregistrations?view=webview2-dotnet-1.0.2106-prerelease&preserve-view=true) - -##### [WinRT/C#](#tab/winrtcsharp) - -* [CoreWebView2EnvironmentOptions.CustomSchemeRegistrations Property](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2environmentoptions?view=webview2-winrt-1.0.2106-prerelease&preserve-view=true#customschemeregistrations) - -##### [Win32/C++](#tab/win32cpp) - -* [ICoreWebView2EnvironmentOptions4](/microsoft-edge/webview2/reference/win32/icorewebview2environmentoptions4?view=webview2-1.0.2106-prerelease&preserve-view=true) - * [ICoreWebView2EnvironmentOptions4::GetCustomSchemeRegistrations](/microsoft-edge/webview2/reference/win32/icorewebview2environmentoptions4?view=webview2-1.0.2106-prerelease&preserve-view=true#getcustomschemeregistrations) - * [ICoreWebView2EnvironmentOptions4::SetCustomSchemeRegistrations](/microsoft-edge/webview2/reference/win32/icorewebview2environmentoptions4?view=webview2-1.0.2106-prerelease&preserve-view=true#setcustomschemeregistrations) - ---- +* The custom URI scheme registration API now works in WinRT. See the `CustomSchemeRegistrations` property above. (SDK-only) From e681c16bdc61fb87c6da69638816f9abd84eb178 Mon Sep 17 00:00:00 2001 From: Victor Huang Date: Wed, 11 Oct 2023 13:20:58 -0700 Subject: [PATCH 4/6] Add initial commit --- microsoft-edge/webview2/release-notes.md | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/microsoft-edge/webview2/release-notes.md b/microsoft-edge/webview2/release-notes.md index 982594d11d..9050696bbd 100644 --- a/microsoft-edge/webview2/release-notes.md +++ b/microsoft-edge/webview2/release-notes.md @@ -139,15 +139,13 @@ The following APIs have been promoted from Experimental to Stable in this Prerel -## 1.0.####.## - -[NuGet package for WebView2 SDK 1.0.####.##](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.####.##) +## 1.0.2088.41 -For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version 118.0.####.## or higher. +Release Date: October 16, 2023 +[NuGet package for WebView2 SDK 1.0.2088.41](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.2088.41) - -#### General features +For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version 118.0.2088.41 or higher. @@ -155,20 +153,13 @@ For full API compatibility, this Release version of the WebView2 SDK requires We No additional APIs have been promoted to Stable and added in this Release SDK. -The following APIs have been promoted to Stable and are now included in this Release SDK. - -##### [.NET/C#](#tab/dotnetcsharp) - -##### [WinRT/C#](#tab/winrtcsharp) - -##### [Win32/C++](#tab/win32cpp) - ---- - #### Bug fixes +* Fixed an issue causing some UWP apps to be unable to input text. (Runtime-only) ([Issue #3805](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3805)) +* Fixed an initialization failure for apps that were using the Windows PerProcessSystemDPIForceOff compatibility setting. (Runtime-only) ([Issue #3692](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3692)) +* Fixed a Dialog Position Offset bug in WebView2 (Runtime-only) ([Issue #3763](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3763)) From 8811eb06d285bb9b966f04e21bb9fbb99ea201ac Mon Sep 17 00:00:00 2001 From: Michael Hoffman Date: Wed, 11 Oct 2023 13:54:50 -0700 Subject: [PATCH 5/6] Writer/Editor pass on initial commit --- microsoft-edge/webview2/release-notes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/microsoft-edge/webview2/release-notes.md b/microsoft-edge/webview2/release-notes.md index 9050696bbd..95068a15e7 100644 --- a/microsoft-edge/webview2/release-notes.md +++ b/microsoft-edge/webview2/release-notes.md @@ -6,7 +6,7 @@ ms.author: msedgedevrel ms.topic: conceptual ms.prod: microsoft-edge ms.technology: webview -ms.date: 10/01/2023 +ms.date: 10/16/2023 --- # Release Notes for the WebView2 SDK @@ -157,9 +157,9 @@ No additional APIs have been promoted to Stable and added in this Release SDK. #### Bug fixes -* Fixed an issue causing some UWP apps to be unable to input text. (Runtime-only) ([Issue #3805](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3805)) -* Fixed an initialization failure for apps that were using the Windows PerProcessSystemDPIForceOff compatibility setting. (Runtime-only) ([Issue #3692](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3692)) -* Fixed a Dialog Position Offset bug in WebView2 (Runtime-only) ([Issue #3763](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3763)) +* Fixed an issue causing some UWP apps to be unable to input text. (Runtime-only) ([Issue #3805](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3805)) +* Fixed an initialization failure for apps that were using the Windows `PerProcessSystemDPIForceOff` compatibility setting. (Runtime-only) ([Issue #3692](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3692)) +* Fixed a Dialog Position Offset bug in WebView2. (Runtime-only) ([Issue #3763](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3763)) From d90a9e9da0e14168917047c072506bc2a5e1c93c Mon Sep 17 00:00:00 2001 From: Michael Hoffman Date: Fri, 13 Oct 2023 16:03:01 -0700 Subject: [PATCH 6/6] Point to tab-group more clearly --- microsoft-edge/webview2/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsoft-edge/webview2/release-notes.md b/microsoft-edge/webview2/release-notes.md index 95068a15e7..6a564212b7 100644 --- a/microsoft-edge/webview2/release-notes.md +++ b/microsoft-edge/webview2/release-notes.md @@ -341,7 +341,7 @@ The following APIs have been promoted from Experimental to Stable in this Prerel * Fixed a bug where the `CoreWebView2EnvironmentOptions.Language` property doesn't change the `accept-language` HTTP header. (SDK-only) ([Issue #3635](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3635)) * Added support for longer runtime installation paths. (SDK-only) -* The custom URI scheme registration API now works in WinRT. See the `CustomSchemeRegistrations` property above. (SDK-only) +* The custom URI scheme registration API now works in WinRT. For API names and links, in the **Promotions** section above, see the "custom scheme registration" entry. (SDK-only)