Skip to content

Commit 6896864

Browse files
imicyJasonAndrewWritermikeshhoffmanmikehoffms
authored
Release Note for WebView2 with Stable 105 and Pre-release 106 (#2153)
* Release Note for WebView2 with Stable 105 and Pre-release 106 * Update microsoft-edge/webview2/release-notes.md Co-authored-by: Michael S. Hoffman <[email protected]> * Update microsoft-edge/webview2/release-notes.md Co-authored-by: Michael S. Hoffman <[email protected]> * Update microsoft-edge/webview2/release-notes.md Co-authored-by: Michael S. Hoffman <[email protected]> * Update microsoft-edge/webview2/release-notes.md Co-authored-by: Michael S. Hoffman <[email protected]> * Update microsoft-edge/webview2/release-notes.md Co-authored-by: Michael S. Hoffman <[email protected]> * release notes h2 added * Update microsoft-edge/webview2/release-notes.md Co-authored-by: Michael Hoffman <[email protected]> * Update microsoft-edge/webview2/release-notes.md Co-authored-by: Michael Hoffman <[email protected]> * fixing bug fixes * Update microsoft-edge/webview2/release-notes.md Co-authored-by: Michael Hoffman <[email protected]> * Update microsoft-edge/webview2/release-notes.md Co-authored-by: Michael Hoffman <[email protected]> * Update microsoft-edge/webview2/release-notes.md Co-authored-by: Michael Hoffman <[email protected]> * Update microsoft-edge/webview2/release-notes.md Co-authored-by: Michael Hoffman <[email protected]> * Update release-notes.md * Update release-notes.md Co-authored-by: Jason Andrew <[email protected]> Co-authored-by: Michael S. Hoffman <[email protected]> Co-authored-by: JasonAndrewWriter <[email protected]> Co-authored-by: Michael Hoffman <[email protected]>
1 parent 73e28e0 commit 6896864

File tree

1 file changed

+68
-2
lines changed

1 file changed

+68
-2
lines changed

microsoft-edge/webview2/release-notes.md

Lines changed: 68 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.prod: microsoft-edge
88
ms.technology: webview
9-
ms.date: 08/09/2022
9+
ms.date: 09/09/2022
1010
---
1111
# Release Notes for the WebView2 SDK
1212

@@ -34,6 +34,72 @@ To use a prerelease SDK along with a Microsoft Edge preview channel, see [Test u
3434

3535

3636
<!-- ====================================================================== -->
37+
## 1.0.1343.22
38+
39+
Release Date: September 6, 2022
40+
41+
[NuGet package for WebView2 SDK 1.0.1343.22](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.1343.22)
42+
43+
For full API compatibility, this version of the WebView2 SDK requires WebView2 Runtime version 105.0.1343.22 or higher.
44+
45+
<!-- ====================================================================== -->
46+
## 1.0.1369-prerelease
47+
48+
Release Date: September 6, 2022
49+
50+
[NuGet package for WebView2 SDK 1.0.1369-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.1369-prerelease)
51+
52+
For full API compatibility, this version of the WebView2 SDK requires Microsoft Edge version 106.0.1369.0 or higher.
53+
54+
### General
55+
56+
#### Promotions
57+
58+
The following items are now stable:
59+
60+
* The drag and drop API:
61+
* `DragEnter`
62+
* `DragLeave`
63+
* `DragOver`
64+
* `Drop`
65+
66+
##### [.NET/C#](#tab/dotnetcsharp)
67+
68+
* [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)
69+
70+
71+
72+
##### [WinRT/C#](#tab/winrtcsharp)
73+
74+
* [CoreWebView2CompositionController.DragLeave Method](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2compositioncontroller?view=webview2-winrt-1.0.1369-prerelease&preserve-view=true#dragleave)
75+
76+
77+
78+
##### [Win32/C++](#tab/win32cpp)
79+
80+
* [ICoreWebView2CompositionController3.DragEnter method](/microsoft-edge/webview2/reference/win32/icorewebview2compositioncontroller3?view=webview2-1.0.1369-prerelease&preserve-view=true#dragenter)
81+
* [ICoreWebView2CompositionController3.DragLeave method](/microsoft-edge/webview2/reference/win32/icorewebview2compositioncontroller3?view=webview2-1.0.1369-prerelease&preserve-view=true#dragleave)
82+
* [ICoreWebView2CompositionController3.DragOver method](/microsoft-edge/webview2/reference/win32/icorewebview2compositioncontroller3?view=webview2-1.0.1369-prerelease&preserve-view=true#dragover)
83+
* [ICoreWebView2CompositionController3.Drop method](/microsoft-edge/webview2/reference/win32/icorewebview2compositioncontroller3?view=webview2-1.0.1369-prerelease&preserve-view=true#drop)
84+
85+
86+
---
87+
88+
#### Bug fixes
89+
90+
* Fixed a bug where WPF apps would crash when windows with WebView2 were closed. ([Issue #640](https://github.com/MicrosoftEdge/WebView2Feedback/issues/640))
91+
92+
* Fixed a bug that produced simultaneous WebView creation failure (Runtime). [Issue #2703](https://github.com/MicrosoftEdge/WebView2Feedback/issues/2703)
93+
94+
95+
* Fixed print settings paper size to support dimensions as small as 0.01 inches (Runtime).
96+
97+
* 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))
98+
99+
* Fixed a bug in the **wv2winrt** tool where a WinMD file wasn't referenced in some projects.
100+
101+
<!-- ====================================================================== -->
102+
37103
## 1.0.1293.44
38104

39105
Release Date: August 8, 2022
@@ -135,7 +201,7 @@ For full API compatibility, this version of the WebView2 SDK requires Microsoft
135201

136202
* Fixed an issue in service worker caching if the path was too long. ([Issue #1900](https://github.com/MicrosoftEdge/WebView2Feedback/issues/1900))
137203

138-
* Improved performance for wv2winrt `IMap` and `IMapView` projections into JavaScript.
204+
* Improved performance for **wv2winrt** `IMap` and `IMapView` projections into JavaScript.
139205

140206
* 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))
141207

0 commit comments

Comments
 (0)