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/concepts/versioning.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,9 @@ New APIs are introduced in phases as follows:
30
30
31
31
| API status | Description |
32
32
|---|---|
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. |
34
34
|_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. |
36
36
37
37

38
38
<!-- .png is used by webview2/release-notes/about.md and webview2/concepts/versioning.md -->
Copy file name to clipboardExpand all lines: microsoft-edge/webview2/release-notes/about.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,13 @@ New APIs are added in three phases, as follows:
31
31
32
32
1. APIs are initially introduced as Experimental APIs in a Prerelease SDK package. In Win32, the type name includes the word "Experimental".
33
33
34
+
* Sometimes, APIs skip the Experimental phase and are added directly into a Stable in Prerelease SDK.
35
+
34
36
1. Then the APIs become Stable APIs in a Prerelease SDK package. In Win32, the type name omits the word "Experimental".
35
37
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.
37
41
38
42

39
43
<!-- .png is used by webview2/release-notes/about.md and webview2/concepts/versioning.md -->
[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) -->
[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) -->
## Prerelease SDK 1.0.####-prerelease, for Runtime###
81
+
## Prerelease SDK 1.0.1234-prerelease, for Runtime 147<!-- Mar. 16, 2026 -->
84
82
85
-
Release Date: Monthname nn, 2025
83
+
Release Date: Mar. 16, 2026
86
84
87
85
[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:
89
87
[NuGet package for WebView2 SDK 1.0.####-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.####-prerelease)
90
88
-->
91
89
@@ -126,6 +124,7 @@ description
126
124
127
125
No APIs have been promoted from Phase 1: Experimental in Prerelease, to Phase 2: Stable in Prerelease, in this Prerelease SDK.
128
126
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.
129
128
130
129
131
130
<!-- ---------- -->
@@ -166,4 +165,4 @@ This Prerelease SDK includes the following bug fixes.
166
165
167
166
* Fixed behavior. ([Issue #]())
168
167
169
-
<!-- end of Jan 2026 Prerelease SDK (123) -->
168
+
<!-- end of Prerelease SDK 147 (Mar. 16, 2026) -->
0 commit comments