Skip to content

Commit a2c3b7c

Browse files
committed
writer pass
1 parent 2518e29 commit a2c3b7c

1 file changed

Lines changed: 12 additions & 71 deletions

File tree

  • microsoft-edge/webview2/release-notes

microsoft-edge/webview2/release-notes/index.md

Lines changed: 12 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -45,46 +45,16 @@ For full API compatibility, this Release version of the WebView2 SDK requires We
4545
No additional APIs have been promoted to Stable and added in this Release SDK.
4646

4747

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+
<!-- ------------------------------ -->
6349
#### Bug fixes
6450

6551

66-
<!-- ---------- -->
67-
###### Runtime and SDK
68-
69-
* item
70-
* item
71-
72-
7352
<!-- ---------- -->
7453
###### Runtime-only
7554

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))
8858

8959
<!-- end of Mar 2025 Release SDK -->
9060

@@ -106,66 +76,37 @@ For full API compatibility, this Prerelease version of the WebView2 SDK requires
10676
No Experimental APIs have been added in this Prerelease SDK.
10777

10878

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-
12379
<!-- ------------------------------ -->
12480
#### Promotions
12581

12682
No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
12783

12884

129-
<!-- ---------- -->
130-
###### heading
131-
132-
description
133-
134-
##### [.NET/C#](#tab/dotnetcsharp)
135-
136-
##### [WinRT/C#](#tab/winrtcsharp)
137-
138-
##### [Win32/C++](#tab/win32cpp)
139-
140-
---
141-
142-
14385
<!-- ------------------------------ -->
14486
#### Bug fixes
14587

14688

14789
<!-- ---------- -->
14890
###### Runtime and SDK
14991

150-
* Host object async method exception handling ([Issue #3402](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3402))
151-
* Behavioural comment change ([Issue #5091](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5091))
92+
* Fixed host object async method exception handling. ([Issue #3402](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3402))
93+
* Behavioral comment change.<!-- clarify generic desc; specify the change --> ([Issue #5091](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5091))
15294

15395

15496
<!-- ---------- -->
15597
###### Runtime-only
15698

157-
* 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))
162104

163105

164106
<!-- ---------- -->
165107
###### SDK-only
166108

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.
169110

170111
<!-- end of Mar 2025 Prerelease SDK -->
171112

0 commit comments

Comments
 (0)