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
+78Lines changed: 78 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,84 @@ ms.date: 02/20/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.2839-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.2839-prerelease)
51
+
52
+
For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version 130.0.2839.0 or higher.
53
+
54
+
55
+
<!-- ------------------------------ -->
56
+
#### Experimental APIs
57
+
58
+
No Experimental APIs have been added in this Prerelease SDK.
59
+
60
+
61
+
<!-- ------------------------------ -->
62
+
#### Promotions
63
+
64
+
No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
65
+
66
+
67
+
<!-- ------------------------------ -->
68
+
#### Bug fixes
69
+
70
+
71
+
<!-- ---------- -->
72
+
###### Runtime-only
73
+
74
+
* Fixed an issue where focusing on a WebView2 control in WinAppSDK with the Windows "Scroll inactive windows" setting disabled caused scrolling to fail.
75
+
* Blocked `edge://wallet` in WebView2. ([Issue #4710](https://github.com/MicrosoftEdge/WebView2Feedback/issues/4710))
76
+
* Cleared the environment variable for default background color in .NET WebView2 controls after the controller has finished creation.
77
+
* Enabled accessibility support for Webview2 in visual hosting mode.
78
+
* Fixed a bug with removing a "web resource requested" filter for multiple sources when one of them is Document.
79
+
* Fixed a regression where `DataList` was not visible in WinUI or in other visually hosted WebView2 instances.
80
+
81
+
82
+
<!-- ---------- -->
83
+
###### SDK-only
84
+
85
+
* Fixed an SDK dependency for .NET projects. ([Issue #4743](https://github.com/MicrosoftEdge/WebView2Feedback/issues/4743))
86
+
* Fixed a compatibility issue when calling `GetAvailableBrowserVersionString()` with an older `WebView2Loader.dll`. ([Issue #4395](https://github.com/MicrosoftEdge/WebView2Feedback/issues/4395))
87
+
* Fixed issues when compiling wv2winrt-generated code with the `cpp20` and `/permissive-` options.
88
+
* Added the .NET 8 `TargetFramework` for C# WinRT, enabled AOT (ahead-of-time) compatibility, and disabled runtime marshalling.
[NuGet package for WebView2 SDK 1.0.3124.44](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.3124.44)
38
+
39
+
For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version 134.0.3124.44 or higher.
40
+
41
+
42
+
<!-- ------------------------------ -->
43
+
#### Promotions
44
+
45
+
No additional APIs have been promoted to Stable and added in this Release SDK.
46
+
47
+
48
+
<!-- ------------------------------ -->
49
+
#### Bug fixes
50
+
51
+
52
+
<!-- ---------- -->
53
+
###### Runtime-only
54
+
55
+
* 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))
56
+
* Disabled background update of network time. ([Issue #5047](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5047))
57
+
* 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)
69
+
70
+
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.
71
+
72
+
73
+
<!-- ------------------------------ -->
74
+
#### Experimental APIs
75
+
76
+
No Experimental APIs have been added in this Prerelease SDK.
77
+
78
+
79
+
<!-- ------------------------------ -->
80
+
#### Promotions
81
+
82
+
No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
83
+
84
+
85
+
<!-- ------------------------------ -->
86
+
#### Bug fixes
87
+
88
+
89
+
<!-- ---------- -->
90
+
###### Runtime and SDK
91
+
92
+
* Fixed host object async method exception handling. ([Issue #3402](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3402))
93
+
* Fixed documentation for `CoreWebVIew2.Navigate`. ([Issue #5091](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5091))
94
+
95
+
96
+
<!-- ---------- -->
97
+
###### Runtime-only
98
+
99
+
* Fixed an "Add to Chrome" store installation regression.
100
+
* Fixed folder uploads in UWP and WinUI. ([Issue #3275](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3275))
101
+
* 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))
102
+
* Disabled background update of network time. ([Issue #5047](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5047))
103
+
* Fixed the download popup not being displayed when `target="_blank"`. ([Issue #5063](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5063))
104
+
105
+
106
+
<!-- ---------- -->
107
+
###### SDK-only
108
+
109
+
* Fixes a crash that could occur when the Garbage Collector calls `Finalize` on a thread other than the main thread.
[NuGet package for WebView2 SDK 1.0.2839-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.2839-prerelease)
941
-
942
-
For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version 130.0.2839.0 or higher.
943
-
944
-
945
-
<!-- ------------------------------ -->
946
-
#### Experimental APIs
947
-
948
-
No Experimental APIs have been added in this Prerelease SDK.
949
-
950
-
951
-
<!-- ------------------------------ -->
952
-
#### Promotions
953
-
954
-
No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
955
-
956
-
957
-
<!-- ------------------------------ -->
958
-
#### Bug fixes
959
-
960
-
961
-
<!-- ---------- -->
962
-
###### Runtime-only
963
-
964
-
* Fixed an issue where focusing on a WebView2 control in WinAppSDK with the Windows "Scroll inactive windows" setting disabled caused scrolling to fail.
965
-
* Blocked `edge://wallet` in WebView2. ([Issue #4710](https://github.com/MicrosoftEdge/WebView2Feedback/issues/4710))
966
-
* Cleared the environment variable for default background color in .NET WebView2 controls after the controller has finished creation.
967
-
* Enabled accessibility support for Webview2 in visual hosting mode.
968
-
* Fixed a bug with removing a "web resource requested" filter for multiple sources when one of them is Document.
969
-
* Fixed a regression where `DataList` was not visible in WinUI or in other visually hosted WebView2 instances.
970
-
971
-
972
-
<!-- ---------- -->
973
-
###### SDK-only
974
-
975
-
* Fixed an SDK dependency for .NET projects. ([Issue #4743](https://github.com/MicrosoftEdge/WebView2Feedback/issues/4743))
976
-
* Fixed a compatibility issue when calling `GetAvailableBrowserVersionString()` with an older `WebView2Loader.dll`. ([Issue #4395](https://github.com/MicrosoftEdge/WebView2Feedback/issues/4395))
977
-
* Fixed issues when compiling wv2winrt-generated code with the `cpp20` and `/permissive-` options.
978
-
* Added the .NET 8 `TargetFramework` for C# WinRT, enabled AOT (ahead-of-time) compatibility, and disabled runtime marshalling.
0 commit comments