Skip to content

Commit 259b360

Browse files
authored
Merge pull request #3567 from MicrosoftDocs/main
Main to live - 9/8
2 parents db06750 + fae99a7 commit 259b360

File tree

4 files changed

+198
-123
lines changed

4 files changed

+198
-123
lines changed

microsoft-edge/web-platform/release-notes/134.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ See [What's New in DevTools (Microsoft Edge 134)](../../devtools/whats-new/2025/
5252
<!-- ====================================================================== -->
5353
## WebView2
5454

55-
See [1.0.3124.44](../../webview2/release-notes/index.md#10312444) in _Release Notes for the WebView2 SDK_ (March 2025).
55+
See [1.0.3124.44](../../webview2/release-notes/archive.md#10312444) in _Release Notes for the WebView2 SDK_ (March 2025).
5656

5757

5858
<!-- ====================================================================== -->

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

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,89 @@ ms.date: 06/30/2025
1313
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.
1414

1515

16+
<!-- Mar 2025 Release SDK -->
17+
<!-- ====================================================================== -->
18+
## 1.0.3124.44
19+
20+
Release Date: March 10, 2025
21+
22+
[NuGet package for WebView2 SDK 1.0.3124.44](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.3124.44)
23+
24+
For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version 134.0.3124.44 or higher.
25+
26+
27+
<!-- ------------------------------ -->
28+
#### Promotions
29+
30+
No additional APIs have been promoted to Stable and added in this Release SDK.
31+
32+
33+
<!-- ------------------------------ -->
34+
#### Bug fixes
35+
36+
37+
<!-- ---------- -->
38+
###### Runtime-only
39+
40+
* 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))
41+
* Disabled background update of network time. ([Issue #5047](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5047))
42+
* Fixed the download popup not being displayed when `target="_blank"`. ([Issue #5063](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5063))
43+
44+
<!-- end of Mar 2025 Release SDK -->
45+
46+
47+
<!-- Mar 2025 Prerelease SDK -->
48+
<!-- ====================================================================== -->
49+
## 1.0.3171-prerelease
50+
51+
Release Date: March 10, 2025
52+
53+
[NuGet package for WebView2 SDK 1.0.3171-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.3171-prerelease)
54+
55+
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.
56+
57+
58+
<!-- ------------------------------ -->
59+
#### Experimental APIs
60+
61+
No Experimental APIs have been added in this Prerelease SDK.
62+
63+
64+
<!-- ------------------------------ -->
65+
#### Promotions
66+
67+
No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
68+
69+
70+
<!-- ------------------------------ -->
71+
#### Bug fixes
72+
73+
74+
<!-- ---------- -->
75+
###### Runtime and SDK
76+
77+
* Fixed host object async method exception handling. ([Issue #3402](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3402))
78+
* Fixed documentation for `CoreWebVIew2.Navigate`. ([Issue #5091](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5091))
79+
80+
81+
<!-- ---------- -->
82+
###### Runtime-only
83+
84+
* Fixed an "Add to Chrome" store installation regression.
85+
* Fixed folder uploads in UWP and WinUI. ([Issue #3275](https://github.com/MicrosoftEdge/WebView2Feedback/issues/3275))
86+
* 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))
87+
* Disabled background update of network time. ([Issue #5047](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5047))
88+
* Fixed the download popup not being displayed when `target="_blank"`. ([Issue #5063](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5063))
89+
90+
91+
<!-- ---------- -->
92+
###### SDK-only
93+
94+
* Fixes a crash that could occur when the Garbage Collector calls `Finalize` on a thread other than the main thread.
95+
96+
<!-- end of Mar 2025 Prerelease SDK -->
97+
98+
1699
<!-- Feb 2025 Release SDK -->
17100
<!-- ====================================================================== -->
18101
## 1.0.3065.39

microsoft-edge/webview2/release-notes/includes/templates.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Jul 2025 Release SDK -->
1+
<!-- Oct 2025 Release SDK -->
22
<!-- ====================================================================== -->
33
## 1.0.####.##
44

@@ -9,6 +9,11 @@ Release Date: Monthname nn, 2025
99
For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version ###.0.####.## or higher.
1010

1111

12+
<!-- ------------------------------ -->
13+
#### General changes
14+
<!-- omit section if empty; usually empty -->
15+
16+
1217
<!-- ------------------------------ -->
1318
#### Promotions
1419

@@ -33,6 +38,9 @@ description
3338
<!-- ------------------------------ -->
3439
#### Bug fixes
3540

41+
There are no bug fixes in this Release SDK.
42+
This Release SDK includes the following bug fixes.
43+
3644

3745
<!-- ---------- -->
3846
###### Runtime and SDK
@@ -51,10 +59,10 @@ description
5159

5260
* Fixed behavior. ([Issue #]())
5361

54-
<!-- end of Jul 2025 Release SDK -->
62+
<!-- end of Oct 2025 Release SDK -->
5563

5664

57-
<!-- Jul 2025 Prerelease SDK -->
65+
<!-- Oct 2025 Prerelease SDK -->
5866
<!-- ====================================================================== -->
5967
## 1.0.####-prerelease
6068

@@ -65,6 +73,11 @@ Release Date: Monthname nn, 2025
6573
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.
6674

6775

76+
<!-- ------------------------------ -->
77+
#### General changes
78+
<!-- omit section if empty; usually empty -->
79+
80+
6881
<!-- ------------------------------ -->
6982
#### Experimental APIs
7083

@@ -110,6 +123,9 @@ description
110123
<!-- ------------------------------ -->
111124
#### Bug fixes
112125

126+
There are no bug fixes in this Prerelease SDK.
127+
This Prerelease SDK includes the following bug fixes.
128+
113129

114130
<!-- ---------- -->
115131
###### Runtime and SDK
@@ -128,4 +144,4 @@ description
128144

129145
* Fixed behavior. ([Issue #]())
130146

131-
<!-- end of Jul 2025 Prerelease SDK -->
147+
<!-- end of Oct 2025 Prerelease SDK -->

0 commit comments

Comments
 (0)