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
+12-71Lines changed: 12 additions & 71 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,46 +45,16 @@ 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
-
* Disabled kExtensionDisableUnsupportedDeveloper in WebView2.([Issue #5113](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5113))
77
-
* Disabled background update of network time.([Issue #5047](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5047))
78
-
* Fixed download popup not showing with target _blank.([Issue #5063](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5063))
79
-
80
-
<!-- ---------- -->
81
-
###### SDK-only
82
-
83
-
* item
84
-
* item
85
-
86
-
-->
87
-
55
+
* Disabled `kExtensionDisableUnsupportedDeveloper` in WebView2. ([Issue #5113](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5113))<!-- correct spelling? not found in any docset, not mentioned in the Issue - more relevant wording for users? where can confirm spelling? -->
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))
88
58
89
59
<!-- end of Mar 2025 Release SDK -->
90
60
@@ -106,66 +76,37 @@ For full API compatibility, this Prerelease version of the WebView2 SDK requires
106
76
No Experimental APIs have been added in this Prerelease SDK.
107
77
108
78
109
-
<!-- ---------- -->
110
-
###### heading
111
-
112
-
description
113
-
114
-
##### [.NET/C#](#tab/dotnetcsharp)
115
-
116
-
##### [WinRT/C#](#tab/winrtcsharp)
117
-
118
-
##### [Win32/C++](#tab/win32cpp)
119
-
120
-
---
121
-
122
-
123
79
<!-- ------------------------------ -->
124
80
#### Promotions
125
81
126
82
No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
* Fixed "Add to Chrome" store installation regression
158
-
* Fixed folder uploads in UWP and WinUI ([Issue #3275](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3275))
159
-
* Disabled kExtensionDisableUnsupportedDeveloper in WebView2. ([Issue #5113](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5113))
160
-
*Disable background update of network time ([Issue #5047](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5047))
161
-
*Fix download popup not showing with target _blank ([Issue #5063](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5063))
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
+
* Disabled `kExtensionDisableUnsupportedDeveloper` in WebView2. ([Issue #5113](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5113))<!-- correct spelling? not found in any docset, not mentioned in the Issue - more relevant wording for users? where can confirm spelling? -->
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))
162
104
163
105
164
106
<!-- ---------- -->
165
107
###### SDK-only
166
108
167
-
* Fix for crash if Garbage Collector calls Finalize off main thread
168
-
109
+
* Fixes a crash that could occur when the Garbage Collector calls `Finalize` off<!-- todo: clarify "off" - on? of? --> the main thread.
0 commit comments