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
Display the source diff
Display the rich diff
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.####-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.####-prerelease)
100
+
101
+
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.
102
+
103
+
104
+
<!-- ------------------------------ -->
105
+
#### Experimental APIs
106
+
107
+
No Experimental APIs have been added in this Prerelease SDK.
108
+
The following Experimental APIs have been added in this Prerelease SDK.
109
+
110
+
111
+
<!-- ---------- -->
112
+
###### heading
113
+
114
+
description
115
+
116
+
##### [.NET/C#](#tab/dotnetcsharp)
117
+
118
+
##### [WinRT/C#](#tab/winrtcsharp)
119
+
120
+
##### [Win32/C++](#tab/win32cpp)
121
+
122
+
---
123
+
124
+
125
+
<!-- ------------------------------ -->
126
+
#### Promotions
127
+
128
+
No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
129
+
The following APIs have been promoted from Experimental to Stable in this Prerelease SDK.
[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