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/index.md
+6-70Lines changed: 6 additions & 70 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: msedgedevrel
6
6
ms.topic: conceptual
7
7
ms.service: microsoft-edge
8
8
ms.subservice: webview
9
-
ms.date: 02/20/2025
9
+
ms.date: 02/10/2025
10
10
---
11
11
# Release Notes for the WebView2 SDK
12
12
@@ -45,44 +45,15 @@ For full API compatibility, this Release version of the WebView2 SDK requires We
45
45
No additional APIs have been promoted to Stable and added in this Release SDK.
46
46
47
47
48
-
<!-- ---------- -->
49
-
###### heading
50
-
51
-
description
52
-
53
-
##### [.NET/C#](#tab/dotnetcsharp)
54
-
55
-
##### [WinRT/C#](#tab/winrtcsharp)
56
-
57
-
##### [Win32/C++](#tab/win32cpp)
58
-
59
-
---
60
-
61
-
62
48
<!-- ------------------------------ -->
63
49
#### Bug fixes
64
50
65
51
66
-
<!-- ---------- -->
67
-
###### Runtime and SDK
68
-
69
-
* item
70
-
* item
71
-
72
-
73
52
<!-- ---------- -->
74
53
###### Runtime-only
75
54
76
-
* Added missing close button in download flyout
77
-
* Fixed race condition where Web Request Response event never comes
78
-
79
-
80
-
<!-- ---------- -->
81
-
###### SDK-only
82
-
83
-
* item
84
-
* item
85
-
55
+
* Added the missing **Close** button in the **Download** flyout.
56
+
* Fixed a race condition that occurred when the Web Request Response event never occurs.
86
57
87
58
<!-- end of Feb 2025 Release SDK -->
88
59
@@ -104,63 +75,28 @@ For full API compatibility, this Prerelease version of the WebView2 SDK requires
104
75
No Experimental APIs have been added in this Prerelease SDK.
105
76
106
77
107
-
<!-- ---------- -->
108
-
###### heading
109
-
110
-
description
111
-
112
-
##### [.NET/C#](#tab/dotnetcsharp)
113
-
114
-
##### [WinRT/C#](#tab/winrtcsharp)
115
-
116
-
##### [Win32/C++](#tab/win32cpp)
117
-
118
-
---
119
-
120
-
121
78
<!-- ------------------------------ -->
122
79
#### Promotions
123
80
124
81
No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
125
82
126
83
127
-
<!-- ---------- -->
128
-
###### heading
129
-
130
-
description
131
-
132
-
##### [.NET/C#](#tab/dotnetcsharp)
133
-
134
-
##### [WinRT/C#](#tab/winrtcsharp)
135
-
136
-
##### [Win32/C++](#tab/win32cpp)
137
-
138
-
---
139
-
140
84
141
85
<!-- ------------------------------ -->
142
86
#### Bug fixes
143
87
144
88
145
-
<!-- ---------- -->
146
-
###### Runtime and SDK
147
-
148
-
* item
149
-
* item
150
-
151
-
152
89
<!-- ---------- -->
153
90
###### Runtime-only
154
91
155
-
*Fixed race condition where Web Request Response event never comes
156
-
*Added missing close button in download flyout
92
+
*Added the missing **Close** button in the **Download** flyout.
93
+
*Fixed a race condition that occurred when the Web Request Response event never occurs.
157
94
158
95
159
96
<!-- ---------- -->
160
97
###### SDK-only
161
98
162
-
* Fixed documentation of FindNext API that incorrectly referenced FindPrevious (SDK)([Issue #5059](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5059))
163
-
99
+
* Fixed documentation of the `FindNext` API that incorrectly referenced `FindPrevious`. ([Issue #5059](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5059))
0 commit comments