From 911433febdf7d2efdb1267c596ba9e4bd918c685 Mon Sep 17 00:00:00 2001 From: iMicy Date: Wed, 7 Sep 2022 16:49:21 +0800 Subject: [PATCH 01/16] Release Note for WebView2 with Stable 105 and Pre-release 106 --- microsoft-edge/webview2/release-notes.md | 48 ++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/microsoft-edge/webview2/release-notes.md b/microsoft-edge/webview2/release-notes.md index 5b6d300c03..f8600c12f4 100644 --- a/microsoft-edge/webview2/release-notes.md +++ b/microsoft-edge/webview2/release-notes.md @@ -34,6 +34,54 @@ To use a prerelease SDK along with a Microsoft Edge preview channel, see [Test u +## 1.0.1369-prerelease + +Release Date: Sep 4, 2022 + +[NuGet package for WebView2 SDK 1.0.1369-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.1369-prerelease) + +For full API compatibility, this version of the WebView2 SDK requires Microsoft Edge version 106.0.1369.0 or higher. + +### General + +#### Promotions + +The following items are now stable: + +* The drag and drop API: + * `DragEnter` + * `DragLeave` + * `DragOver` + * `Drop` + +##### [.NET/C#](#tab/dotnetcsharp) + +* [CoreWebView2CompositionController Class](/dotnet/api/microsoft.web.webview2.core.corewebview2compositioncontroller?view=webview2-dotnet-1.0.1369-prerelease&preserve-view=true) + + +##### [WinRT/C#](#tab/winrtcsharp) + +* [CoreWebView2CompositionController Class](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2compositioncontroller?view=webview2-winrt-1.0.1369-prerelease&preserve-view=true) + + +##### [Win32/C++](#tab/win32cpp) + +* [ICoreWebView2CompositionController3 Class](/microsoft-edge/webview2/reference/win32/icorewebview2compositioncontroller3?view=webview2-1.0.1369-prerelease&preserve-view=true) + +--- + +#### Bug fixes + +* Fix a bug where WPF apps would crash when windows with WebView2 were closed. ([Issue #640](https://github.com/MicrosoftEdge/WebView2Feedback/issues/640)) + +* Fixed a bug that produced simultaneous WebView creation failure. This change is Runtime-specific. ([Issue #2703](https://github.com/MicrosoftEdge/WebView2Feedback/issues/2703)) + +* Fixed print settings paper size to support dimensions as small as 0.01 inches (Runtime). + +* Fixed a bug that WebView2 print dialog may reset scale to fit to printable everytime. ([Issue #2523](https://github.com/MicrosoftEdge/WebView2Feedback/issues/2523)) + + + ## 1.0.1293.44 Release Date: August 8, 2022 From 4badbb38fc7ba32fef3f3dd2f475977e52a4c832 Mon Sep 17 00:00:00 2001 From: Jason Andrew <97481598+JasonAndrewWriter@users.noreply.github.com> Date: Thu, 8 Sep 2022 08:54:17 -0700 Subject: [PATCH 02/16] Update microsoft-edge/webview2/release-notes.md Co-authored-by: Michael S. Hoffman --- microsoft-edge/webview2/release-notes.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/microsoft-edge/webview2/release-notes.md b/microsoft-edge/webview2/release-notes.md index f8600c12f4..d55ebd71ba 100644 --- a/microsoft-edge/webview2/release-notes.md +++ b/microsoft-edge/webview2/release-notes.md @@ -36,7 +36,8 @@ To use a prerelease SDK along with a Microsoft Edge preview channel, see [Test u ## 1.0.1369-prerelease -Release Date: Sep 4, 2022 +Release Date: September 4, 2022 + [NuGet package for WebView2 SDK 1.0.1369-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.1369-prerelease) @@ -48,10 +49,10 @@ For full API compatibility, this version of the WebView2 SDK requires Microsoft The following items are now stable: -* The drag and drop API: +* The drag and drop API: * `DragEnter` * `DragLeave` - * `DragOver` + * `DragOver` * `Drop` ##### [.NET/C#](#tab/dotnetcsharp) @@ -77,11 +78,11 @@ The following items are now stable: * Fixed a bug that produced simultaneous WebView creation failure. This change is Runtime-specific. ([Issue #2703](https://github.com/MicrosoftEdge/WebView2Feedback/issues/2703)) * Fixed print settings paper size to support dimensions as small as 0.01 inches (Runtime). - -* Fixed a bug that WebView2 print dialog may reset scale to fit to printable everytime. ([Issue #2523](https://github.com/MicrosoftEdge/WebView2Feedback/issues/2523)) - + +* Fixed a bug that WebView2 print dialog may reset scale to fit to printable everytime. ([Issue #2523](https://github.com/MicrosoftEdge/WebView2Feedback/issues/2523)) + - + ## 1.0.1293.44 Release Date: August 8, 2022 From 09501f8a26c7b505206d808744ce31cd088e40b3 Mon Sep 17 00:00:00 2001 From: Jason Andrew <97481598+JasonAndrewWriter@users.noreply.github.com> Date: Thu, 8 Sep 2022 08:54:34 -0700 Subject: [PATCH 03/16] Update microsoft-edge/webview2/release-notes.md Co-authored-by: Michael S. Hoffman --- microsoft-edge/webview2/release-notes.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/microsoft-edge/webview2/release-notes.md b/microsoft-edge/webview2/release-notes.md index d55ebd71ba..01f77b2f3a 100644 --- a/microsoft-edge/webview2/release-notes.md +++ b/microsoft-edge/webview2/release-notes.md @@ -67,7 +67,11 @@ The following items are now stable: ##### [Win32/C++](#tab/win32cpp) -* [ICoreWebView2CompositionController3 Class](/microsoft-edge/webview2/reference/win32/icorewebview2compositioncontroller3?view=webview2-1.0.1369-prerelease&preserve-view=true) +* [ICoreWebView2CompositionController3.DragEnter method](/microsoft-edge/webview2/reference/win32/icorewebview2compositioncontroller3?view=webview2-1.0.1369-prerelease&preserve-view=true#dragenter) +* [ICoreWebView2CompositionController3.DragLeave method](/microsoft-edge/webview2/reference/win32/icorewebview2compositioncontroller3?view=webview2-1.0.1369-prerelease&preserve-view=true#dragleave) +* [ICoreWebView2CompositionController3.DragOver method](/microsoft-edge/webview2/reference/win32/icorewebview2compositioncontroller3?view=webview2-1.0.1369-prerelease&preserve-view=true#dragover) +* [ICoreWebView2CompositionController3.Drop method](/microsoft-edge/webview2/reference/win32/icorewebview2compositioncontroller3?view=webview2-1.0.1369-prerelease&preserve-view=true#drop) + --- From 65b9a2009ec3e2ba669cb1acc1ade778ec1a3af2 Mon Sep 17 00:00:00 2001 From: Jason Andrew <97481598+JasonAndrewWriter@users.noreply.github.com> Date: Thu, 8 Sep 2022 08:54:41 -0700 Subject: [PATCH 04/16] Update microsoft-edge/webview2/release-notes.md Co-authored-by: Michael S. Hoffman --- microsoft-edge/webview2/release-notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/microsoft-edge/webview2/release-notes.md b/microsoft-edge/webview2/release-notes.md index 01f77b2f3a..aaafb713db 100644 --- a/microsoft-edge/webview2/release-notes.md +++ b/microsoft-edge/webview2/release-notes.md @@ -77,7 +77,8 @@ The following items are now stable: #### Bug fixes -* Fix a bug where WPF apps would crash when windows with WebView2 were closed. ([Issue #640](https://github.com/MicrosoftEdge/WebView2Feedback/issues/640)) +* Fixed a bug where WPF apps would crash when windows with WebView2 were closed. ([Issue #640](https://github.com/MicrosoftEdge/WebView2Feedback/issues/640)) + * Fixed a bug that produced simultaneous WebView creation failure. This change is Runtime-specific. ([Issue #2703](https://github.com/MicrosoftEdge/WebView2Feedback/issues/2703)) From 767f7ad951cc83b4d35efe24ab0164582809c08a Mon Sep 17 00:00:00 2001 From: Jason Andrew <97481598+JasonAndrewWriter@users.noreply.github.com> Date: Thu, 8 Sep 2022 09:14:39 -0700 Subject: [PATCH 05/16] Update microsoft-edge/webview2/release-notes.md Co-authored-by: Michael S. Hoffman --- microsoft-edge/webview2/release-notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/microsoft-edge/webview2/release-notes.md b/microsoft-edge/webview2/release-notes.md index aaafb713db..63062eeb79 100644 --- a/microsoft-edge/webview2/release-notes.md +++ b/microsoft-edge/webview2/release-notes.md @@ -62,7 +62,8 @@ The following items are now stable: ##### [WinRT/C#](#tab/winrtcsharp) -* [CoreWebView2CompositionController Class](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2compositioncontroller?view=webview2-winrt-1.0.1369-prerelease&preserve-view=true) +* [CoreWebView2CompositionController.DragLeave Method](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2compositioncontroller?view=webview2-winrt-1.0.1369-prerelease&preserve-view=true#dragleave) + ##### [Win32/C++](#tab/win32cpp) From 714610091bc8e2cbe03655efaf24b237eabe44de Mon Sep 17 00:00:00 2001 From: Jason Andrew <97481598+JasonAndrewWriter@users.noreply.github.com> Date: Thu, 8 Sep 2022 09:14:48 -0700 Subject: [PATCH 06/16] Update microsoft-edge/webview2/release-notes.md Co-authored-by: Michael S. Hoffman --- microsoft-edge/webview2/release-notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/microsoft-edge/webview2/release-notes.md b/microsoft-edge/webview2/release-notes.md index 63062eeb79..67043a29bf 100644 --- a/microsoft-edge/webview2/release-notes.md +++ b/microsoft-edge/webview2/release-notes.md @@ -57,7 +57,8 @@ The following items are now stable: ##### [.NET/C#](#tab/dotnetcsharp) -* [CoreWebView2CompositionController Class](/dotnet/api/microsoft.web.webview2.core.corewebview2compositioncontroller?view=webview2-dotnet-1.0.1369-prerelease&preserve-view=true) +* [CoreWebView2CompositionController.DragLeave Method](/dotnet/api/microsoft.web.webview2.core.corewebview2compositioncontroller.dragleave?view=webview2-dotnet-1.0.1369-prerelease&preserve-view=true#microsoft-web-webview2-core-corewebview2compositioncontroller-dragleave) + ##### [WinRT/C#](#tab/winrtcsharp) From 7c0903f229c89d26c7b4f0d9a96582a5665b5e82 Mon Sep 17 00:00:00 2001 From: JasonAndrewWriter Date: Fri, 9 Sep 2022 14:36:01 -0700 Subject: [PATCH 07/16] release notes h2 added --- microsoft-edge/webview2/release-notes.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/microsoft-edge/webview2/release-notes.md b/microsoft-edge/webview2/release-notes.md index 67043a29bf..ee8cbfba0d 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: 08/09/2022 +ms.date: 09/09/2022 --- # Release Notes for the WebView2 SDK @@ -34,10 +34,23 @@ To use a prerelease SDK along with a Microsoft Edge preview channel, see [Test u -## 1.0.1369-prerelease +## 1.0.1343.22 + +Release Date: September 6, 2022 + +[NuGet package for WebView2 SDK 1.0.1343.22](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.1343.22) + +For full API compatibility, this version of the WebView2 SDK requires WebView2 Runtime version 105.0.1343.22 or higher. + +### General + +* Fixed a bug in the wv2winrt tool where a WinMD file wasn't referenced in some projects. + -Release Date: September 4, 2022 + +## 1.0.1369-prerelease +Release Date: September 6, 2022 [NuGet package for WebView2 SDK 1.0.1369-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.1369-prerelease) From f0cfe7977036c6eb9b85fec92f51c8ca1f6ddb7c Mon Sep 17 00:00:00 2001 From: Jason Andrew <97481598+JasonAndrewWriter@users.noreply.github.com> Date: Fri, 9 Sep 2022 14:41:19 -0700 Subject: [PATCH 08/16] Update microsoft-edge/webview2/release-notes.md Co-authored-by: Michael Hoffman --- microsoft-edge/webview2/release-notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/microsoft-edge/webview2/release-notes.md b/microsoft-edge/webview2/release-notes.md index ee8cbfba0d..48148bfac7 100644 --- a/microsoft-edge/webview2/release-notes.md +++ b/microsoft-edge/webview2/release-notes.md @@ -44,7 +44,8 @@ For full API compatibility, this version of the WebView2 SDK requires WebView2 R ### General -* Fixed a bug in the wv2winrt tool where a WinMD file wasn't referenced in some projects. +* Fixed a bug in the **wv2winrt** tool where a WinMD file wasn't referenced in some projects. + From 61b6d6e0f6aec905ea04805b49f0dff3c60c64a0 Mon Sep 17 00:00:00 2001 From: Jason Andrew <97481598+JasonAndrewWriter@users.noreply.github.com> Date: Fri, 9 Sep 2022 14:48:41 -0700 Subject: [PATCH 09/16] Update microsoft-edge/webview2/release-notes.md Co-authored-by: Michael Hoffman --- microsoft-edge/webview2/release-notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/microsoft-edge/webview2/release-notes.md b/microsoft-edge/webview2/release-notes.md index 48148bfac7..617dee0378 100644 --- a/microsoft-edge/webview2/release-notes.md +++ b/microsoft-edge/webview2/release-notes.md @@ -100,7 +100,8 @@ The following items are now stable: * Fixed print settings paper size to support dimensions as small as 0.01 inches (Runtime). -* Fixed a bug that WebView2 print dialog may reset scale to fit to printable everytime. ([Issue #2523](https://github.com/MicrosoftEdge/WebView2Feedback/issues/2523)) +* Fixed a bug where the WebView2 print dialog reset the **Scale** setting to **Fit to printable area** every time. ([Issue #2523](https://github.com/MicrosoftEdge/WebView2Feedback/issues/2523)) + From 8bd23e4d921884be99372a244f75c8aa6549fa32 Mon Sep 17 00:00:00 2001 From: JasonAndrewWriter Date: Fri, 9 Sep 2022 15:08:46 -0700 Subject: [PATCH 10/16] fixing bug fixes --- microsoft-edge/webview2/release-notes.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/microsoft-edge/webview2/release-notes.md b/microsoft-edge/webview2/release-notes.md index ee8cbfba0d..fb09fcb9c6 100644 --- a/microsoft-edge/webview2/release-notes.md +++ b/microsoft-edge/webview2/release-notes.md @@ -44,7 +44,9 @@ For full API compatibility, this version of the WebView2 SDK requires WebView2 R ### General -* Fixed a bug in the wv2winrt tool where a WinMD file wasn't referenced in some projects. +#### Bug fixes + + @@ -58,6 +60,8 @@ For full API compatibility, this version of the WebView2 SDK requires Microsoft ### General +* Fixed a bug that produced simultaneous WebView creation failure (Runtime) [Issue #2703](https://github.com/MicrosoftEdge/WebView2Feedback/issues/2703) + #### Promotions The following items are now stable: @@ -94,12 +98,13 @@ The following items are now stable: * Fixed a bug where WPF apps would crash when windows with WebView2 were closed. ([Issue #640](https://github.com/MicrosoftEdge/WebView2Feedback/issues/640)) - -* Fixed a bug that produced simultaneous WebView creation failure. This change is Runtime-specific. ([Issue #2703](https://github.com/MicrosoftEdge/WebView2Feedback/issues/2703)) +* Fixed a bug that produced simultaneous WebView creation failure (Runtime) [Issue #2703](https://github.com/MicrosoftEdge/WebView2Feedback/issues/2703) * Fixed print settings paper size to support dimensions as small as 0.01 inches (Runtime). -* Fixed a bug that WebView2 print dialog may reset scale to fit to printable everytime. ([Issue #2523](https://github.com/MicrosoftEdge/WebView2Feedback/issues/2523)) +* Fixed a bug that WebView2 print dialog may reset scale to fit to printable everytime. ([Issue #2523](https://github.com/MicrosoftEdge/WebView2Feedback/issues/2523)) + +* Fixed a bug in the **wv2winrt** tool where a WinMD file wasn't referenced in some projects. @@ -204,7 +209,7 @@ For full API compatibility, this version of the WebView2 SDK requires Microsoft * Fixed an issue in service worker caching if the path was too long. ([Issue #1900](https://github.com/MicrosoftEdge/WebView2Feedback/issues/1900)) -* Improved performance for wv2winrt `IMap` and `IMapView` projections into JavaScript. +* Improved performance for **wv2winrt** `IMap` and `IMapView` projections into JavaScript. * Adding support for HWND_MESSAGE to be used as WebView2 parent window to support headless scenarios. ([Issue #202](https://github.com/MicrosoftEdge/WebView2Feedback/issues/202)) From 50cfd3d6ed7a30bb3cd72cf8bfefa4e0b7731863 Mon Sep 17 00:00:00 2001 From: Jason Andrew <97481598+JasonAndrewWriter@users.noreply.github.com> Date: Fri, 9 Sep 2022 15:13:19 -0700 Subject: [PATCH 11/16] Update microsoft-edge/webview2/release-notes.md Co-authored-by: Michael Hoffman --- microsoft-edge/webview2/release-notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/microsoft-edge/webview2/release-notes.md b/microsoft-edge/webview2/release-notes.md index 13536c6e7d..0d5a6ddbfb 100644 --- a/microsoft-edge/webview2/release-notes.md +++ b/microsoft-edge/webview2/release-notes.md @@ -44,6 +44,9 @@ For full API compatibility, this version of the WebView2 SDK requires WebView2 R ### General +No changes in this release. + + ## 1.0.1369-prerelease From 5cae88d144dd177103fc09cfcc9ce57bce0d188d Mon Sep 17 00:00:00 2001 From: Jason Andrew <97481598+JasonAndrewWriter@users.noreply.github.com> Date: Fri, 9 Sep 2022 15:14:01 -0700 Subject: [PATCH 12/16] Update microsoft-edge/webview2/release-notes.md Co-authored-by: Michael Hoffman --- microsoft-edge/webview2/release-notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/microsoft-edge/webview2/release-notes.md b/microsoft-edge/webview2/release-notes.md index 0d5a6ddbfb..95e5158656 100644 --- a/microsoft-edge/webview2/release-notes.md +++ b/microsoft-edge/webview2/release-notes.md @@ -58,7 +58,8 @@ For full API compatibility, this version of the WebView2 SDK requires Microsoft ### General -* Fixed a bug that produced simultaneous WebView creation failure (Runtime) [Issue #2703](https://github.com/MicrosoftEdge/WebView2Feedback/issues/2703) +* Fixed a bug that produced simultaneous WebView creation failure (Runtime). [Issue #2703](https://github.com/MicrosoftEdge/WebView2Feedback/issues/2703) + #### Promotions From 76730ea47d42822b5c0331cf710f1f8e5d9d4e7b Mon Sep 17 00:00:00 2001 From: Jason Andrew <97481598+JasonAndrewWriter@users.noreply.github.com> Date: Fri, 9 Sep 2022 15:18:53 -0700 Subject: [PATCH 13/16] Update microsoft-edge/webview2/release-notes.md Co-authored-by: Michael Hoffman --- microsoft-edge/webview2/release-notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/microsoft-edge/webview2/release-notes.md b/microsoft-edge/webview2/release-notes.md index 95e5158656..d14e1a6f27 100644 --- a/microsoft-edge/webview2/release-notes.md +++ b/microsoft-edge/webview2/release-notes.md @@ -97,7 +97,8 @@ The following items are now stable: * Fixed a bug where WPF apps would crash when windows with WebView2 were closed. ([Issue #640](https://github.com/MicrosoftEdge/WebView2Feedback/issues/640)) -* Fixed a bug that produced simultaneous WebView creation failure (Runtime) [Issue #2703](https://github.com/MicrosoftEdge/WebView2Feedback/issues/2703) +* Fixed a bug that produced simultaneous WebView creation failure (Runtime). [Issue #2703](https://github.com/MicrosoftEdge/WebView2Feedback/issues/2703) + * Fixed print settings paper size to support dimensions as small as 0.01 inches (Runtime). From 785c0cd033178f7d3a143761692f84db9e52aa9d Mon Sep 17 00:00:00 2001 From: Jason Andrew <97481598+JasonAndrewWriter@users.noreply.github.com> Date: Fri, 9 Sep 2022 15:25:43 -0700 Subject: [PATCH 14/16] Update microsoft-edge/webview2/release-notes.md Co-authored-by: Michael Hoffman --- 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 d14e1a6f27..8e019ccbe8 100644 --- a/microsoft-edge/webview2/release-notes.md +++ b/microsoft-edge/webview2/release-notes.md @@ -102,7 +102,7 @@ The following items are now stable: * Fixed print settings paper size to support dimensions as small as 0.01 inches (Runtime). -* Fixed a bug that WebView2 print dialog may reset scale to fit to printable everytime. ([Issue #2523](https://github.com/MicrosoftEdge/WebView2Feedback/issues/2523)) +* Fixed a bug where the WebView2 print dialog reset the **Scale** setting to **Fit to printable area** every time. ([Issue #2523](https://github.com/MicrosoftEdge/WebView2Feedback/issues/2523)) * Fixed a bug in the **wv2winrt** tool where a WinMD file wasn't referenced in some projects. From 099b116ef62b9cb8b0c0e3a20beb04faca752ace Mon Sep 17 00:00:00 2001 From: Jason Andrew <97481598+JasonAndrewWriter@users.noreply.github.com> Date: Fri, 9 Sep 2022 15:49:47 -0700 Subject: [PATCH 15/16] Update release-notes.md --- microsoft-edge/webview2/release-notes.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/microsoft-edge/webview2/release-notes.md b/microsoft-edge/webview2/release-notes.md index 8e019ccbe8..6650c500e5 100644 --- a/microsoft-edge/webview2/release-notes.md +++ b/microsoft-edge/webview2/release-notes.md @@ -42,11 +42,6 @@ Release Date: September 6, 2022 For full API compatibility, this version of the WebView2 SDK requires WebView2 Runtime version 105.0.1343.22 or higher. -### General - -No changes in this release. - - ## 1.0.1369-prerelease From d19f1d686f3110b06e813540fb7e137874cd9782 Mon Sep 17 00:00:00 2001 From: Jason Andrew <97481598+JasonAndrewWriter@users.noreply.github.com> Date: Fri, 9 Sep 2022 15:52:59 -0700 Subject: [PATCH 16/16] Update release-notes.md --- microsoft-edge/webview2/release-notes.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/microsoft-edge/webview2/release-notes.md b/microsoft-edge/webview2/release-notes.md index 6650c500e5..bcfc48e072 100644 --- a/microsoft-edge/webview2/release-notes.md +++ b/microsoft-edge/webview2/release-notes.md @@ -53,9 +53,6 @@ For full API compatibility, this version of the WebView2 SDK requires Microsoft ### General -* Fixed a bug that produced simultaneous WebView creation failure (Runtime). [Issue #2703](https://github.com/MicrosoftEdge/WebView2Feedback/issues/2703) - - #### Promotions The following items are now stable: