You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-edge/webview2/release-notes/archive.md
+83Lines changed: 83 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,89 @@ ms.date: 06/30/2025
13
13
These Release Notes provide information about added features and bug fixes that are included in the WebView2 Release SDK and the WebView2 Prerelease SDK, for older releases.
[NuGet package for WebView2 SDK 1.0.3124.44](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.3124.44)
23
+
24
+
For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version 134.0.3124.44 or higher.
25
+
26
+
27
+
<!-- ------------------------------ -->
28
+
#### Promotions
29
+
30
+
No additional APIs have been promoted to Stable and added in this Release SDK.
31
+
32
+
33
+
<!-- ------------------------------ -->
34
+
#### Bug fixes
35
+
36
+
37
+
<!-- ---------- -->
38
+
###### Runtime-only
39
+
40
+
* Extensions won't get disabled in WebView2 by using `AddBrowserExtensionAsync`, regardless of whether developer mode is on. ([Issue #5113](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5113))
41
+
* Disabled background update of network time. ([Issue #5047](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5047))
42
+
* Fixed the download popup not being displayed when `target="_blank"`. ([Issue #5063](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5063))
[NuGet package for WebView2 SDK 1.0.3171-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.3171-prerelease)
54
+
55
+
For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version 135.0.3171.0 or higher.
56
+
57
+
58
+
<!-- ------------------------------ -->
59
+
#### Experimental APIs
60
+
61
+
No Experimental APIs have been added in this Prerelease SDK.
62
+
63
+
64
+
<!-- ------------------------------ -->
65
+
#### Promotions
66
+
67
+
No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
68
+
69
+
70
+
<!-- ------------------------------ -->
71
+
#### Bug fixes
72
+
73
+
74
+
<!-- ---------- -->
75
+
###### Runtime and SDK
76
+
77
+
* Fixed host object async method exception handling. ([Issue #3402](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3402))
78
+
* Fixed documentation for `CoreWebVIew2.Navigate`. ([Issue #5091](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5091))
79
+
80
+
81
+
<!-- ---------- -->
82
+
###### Runtime-only
83
+
84
+
* Fixed an "Add to Chrome" store installation regression.
85
+
* Fixed folder uploads in UWP and WinUI. ([Issue #3275](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3275))
86
+
* Extensions won't get disabled in WebView2 by using `AddBrowserExtensionAsync`, regardless of whether developer mode is on. ([Issue #5113](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5113))
87
+
* Disabled background update of network time. ([Issue #5047](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5047))
88
+
* Fixed the download popup not being displayed when `target="_blank"`. ([Issue #5063](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5063))
89
+
90
+
91
+
<!-- ---------- -->
92
+
###### SDK-only
93
+
94
+
* Fixes a crash that could occur when the Garbage Collector calls `Finalize` on a thread other than the main thread.
For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version ###.0.####.0 or higher.
66
74
67
75
76
+
<!-- ------------------------------ -->
77
+
#### General changes
78
+
<!-- omit section if empty; usually empty -->
79
+
80
+
68
81
<!-- ------------------------------ -->
69
82
#### Experimental APIs
70
83
@@ -110,6 +123,9 @@ description
110
123
<!-- ------------------------------ -->
111
124
#### Bug fixes
112
125
126
+
There are no bug fixes in this Prerelease SDK.
127
+
This Prerelease SDK includes the following bug fixes.
0 commit comments