Skip to content

Commit 3288c95

Browse files
authored
Merge pull request #3753 from MicrosoftDocs/main
main to live - Mar. 16, 2026
2 parents a639103 + 3cdf70d commit 3288c95

File tree

6 files changed

+234
-139
lines changed

6 files changed

+234
-139
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) (Mar. 10, 2025) in _Release notes for the WebView2 SDK_.
55+
See [1.0.3124.44](../../webview2/release-notes/archive.md#10312444) (Mar. 10, 2025) in _Release notes for the WebView2 SDK_.
5656

5757

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

microsoft-edge/webview2/concepts/versioning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ New APIs are introduced in phases as follows:
3030

3131
| API status | Description |
3232
|---|---|
33-
| _Experimental in a Prerelease SDK_ | 1. First an API is Experimental in a Prerelease SDK. You can test these APIs and provide feedback. The API isn't in a Release SDK yet. |
33+
| _Experimental in a Prerelease SDK_ | 1. First an API is Experimental in a Prerelease SDK. (Sometimes, APIs skip the Experimental phase and are added directly into a Stable in Prerelease SDK.) You can test these APIs and provide feedback. The API isn't in a Release SDK yet. |
3434
| _Stable in a Prerelease SDK_ | 2. Then the API is promoted to Stable in the Prerelease SDK. The API isn't in a Release SDK yet. |
35-
| _Stable in a Release SDK_ | 3. Then the Stable API is promoted to be included in the Release SDK. This typically happens 1 month after the API is promoted to Stable in a Prerelease SDK. The API also remains in the Prerelease SDK. |
35+
| _Stable in a Release SDK_ | 3. Then the Stable API is promoted to be included in the Release SDK. (Sometimes, APIs are simultaneously promoted to Stable in a Prerelease SDK and Stable in a Release SDK.) This typically happens 1 month after the API is promoted to Stable in a Prerelease SDK. The API also remains in the Prerelease SDK. |
3636

3737
![Diagram of phases of introducing new APIs](./versioning-images/phases-of-adding-apis.png)
3838
<!-- .png is used by webview2/release-notes/about.md and webview2/concepts/versioning.md -->

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,13 @@ New APIs are added in three phases, as follows:
3131

3232
1. APIs are initially introduced as Experimental APIs in a Prerelease SDK package. In Win32, the type name includes the word "Experimental".
3333

34+
* Sometimes, APIs skip the Experimental phase and are added directly into a Stable in Prerelease SDK.
35+
3436
1. Then the APIs become Stable APIs in a Prerelease SDK package. In Win32, the type name omits the word "Experimental".
3537

36-
1. Soon after, the APIs become Stable APIs in a Release SDK package. Sometimes, APIs are simultaneously promoted to Stable in a Prerelease SDK and Stable in a Release SDK.
38+
1. Soon after, the APIs become Stable APIs in a Release SDK package.
39+
40+
* Sometimes, APIs are simultaneously promoted to Stable in a Prerelease SDK and Stable in a Release SDK.
3741

3842
![Diagram of phases of introducing new APIs](./about-images/phases-of-adding-apis.png)
3943
<!-- .png is used by webview2/release-notes/about.md and webview2/concepts/versioning.md -->

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

Lines changed: 89 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: msedgedevrel
66
ms.topic: article
77
ms.service: microsoft-edge
88
ms.subservice: devtools
9-
ms.date: 11/03/2025
9+
ms.date: 03/16/2026
1010
---
1111
# Archived release notes for the WebView2 SDK
1212
<!--
@@ -21,10 +21,89 @@ if change h2 headings pattern, enter work item: update links in announcements
2121
The following features and bug fixes are in the WebView2 Release SDK and Prerelease SDK, for SDKs over one year old.
2222

2323

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

29108
Release Date: Feb. 10, 2025, Runtime 133
30109

@@ -8684,7 +8763,7 @@ This version of the WebView2 SDK requires Microsoft Edge version 77.0.230.0 or h
86848763

86858764

86868765
<!-- ====================================================================== -->
8687-
## 0.8.190
8766+
## 0.8.190<!-- Release SDK 77 (Jun. 17, 2019) -->
86888767

86898768
Release Date: Jun. 17, 2019
86908769

@@ -8702,9 +8781,11 @@ This version of the WebView2 SDK requires Microsoft Edge version 77.0.190.0 or h
87028781
* Added include path, linking, and autocopying of DLL files to NuGet `TARGET` file in SDK.
87038782
* Turned on requesting `window.open()` in script.
87048783

8784+
<!-- end of Release SDK 77 (Jun. 17, 2019) -->
8785+
87058786

87068787
<!-- ====================================================================== -->
8707-
## 0.8.149
8788+
## 0.8.149<!-- Release SDK 76 (May 6, 2019) -->
87088789

87098790
Release Date: May 6, 2019
87108791

@@ -8714,6 +8795,8 @@ This version of the WebView2 SDK requires Microsoft Edge version 76.0.149.0 or h
87148795

87158796
Initial developer preview release.
87168797

8798+
<!-- end of Release SDK 76 (May 6, 2019) -->
8799+
87178800

87188801
<!-- ====================================================================== -->
87198802
## See also

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

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<!-- Jan 2026 Release SDK (123) -->
21
<!-- ====================================================================== -->
3-
## Release SDK 1.0.####.##, for Runtime ###
2+
## Release SDK 1.0.3856.49, for Runtime 146<!-- Mar. 16, 2026 -->
43

5-
Release Date: Monthname nn, 2025
4+
Release Date: Mar. 16, 2026
65

76
[NuGet package for WebView2 SDK 1.0.####.##](https://www.nuget.org/packages/Microsoft.Web.WebView2/)
8-
<!-- todo: add righmost part of url:
7+
<!-- todo: add rightmost part of url:
98
[NuGet package for WebView2 SDK 1.0.####.##](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.####.##)
109
-->
1110

@@ -75,17 +74,16 @@ This Release SDK includes the following bug fixes.
7574

7675
* Fixed behavior. ([Issue #]())
7776

78-
<!-- end of Jan 2026 Release SDK (123) -->
77+
<!-- end of Release SDK 146 (Mar. 16, 2026) -->
7978

8079

81-
<!-- Jan 2026 Prerelease SDK (123) -->
8280
<!-- ====================================================================== -->
83-
## Prerelease SDK 1.0.####-prerelease, for Runtime ###
81+
## Prerelease SDK 1.0.1234-prerelease, for Runtime 147<!-- Mar. 16, 2026 -->
8482

85-
Release Date: Monthname nn, 2025
83+
Release Date: Mar. 16, 2026
8684

8785
[NuGet package for WebView2 SDK 1.0.####-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/)
88-
<!-- todo: add righmost part of url:
86+
<!-- todo: add rightmost part of url:
8987
[NuGet package for WebView2 SDK 1.0.####-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.####-prerelease)
9088
-->
9189

@@ -126,6 +124,7 @@ description
126124

127125
No APIs have been promoted from Phase 1: Experimental in Prerelease, to Phase 2: Stable in Prerelease, in this Prerelease SDK.
128126
The following APIs have been promoted from Phase 1: Experimental in Prerelease, to Phase 2: Stable in Prerelease, and are included in this Prerelease SDK.
127+
The following APIs skipped Phase 1: Experimental in Prerelease, and have been directly added to Phase 2: Stable in Prerelease, and are included in this Prerelease SDK.
129128

130129

131130
<!-- ---------- -->
@@ -166,4 +165,4 @@ This Prerelease SDK includes the following bug fixes.
166165

167166
* Fixed behavior. ([Issue #]())
168167

169-
<!-- end of Jan 2026 Prerelease SDK (123) -->
168+
<!-- end of Prerelease SDK 147 (Mar. 16, 2026) -->

0 commit comments

Comments
 (0)