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
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,17 +30,15 @@ New APIs are introduced in phases as follows:
30
30
31
31
| API status | Description |
32
32
|---|---|
33
-
|_Experimental_| 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. 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
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. |
36
36
37
37

38
38
<!-- .png is used by webview2/release-notes/about.md and webview2/concepts/versioning.md -->
39
39
40
-
<!-- terminology:
41
-
APIs are Experimental or Stable
42
-
SDKs/packages are Prerelease or Release
43
-
-->
40
+
See also:
41
+
*[Phases of adding APIs](../release-notes/about.md#phases-of-adding-apis) in _About Release Notes for the WebView2 SDK_.
1. APIs are initially introduced as Experimental APIs in a Prerelease SDK package.
30
-
1. Then they become Stable APIs in a Prerelease SDK package.
31
-
1. Soon after, they 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.
28
+
New APIs are added in three phases, as follows:
29
+
30
+
1. APIs are initially introduced as Experimental APIs in a Prerelease SDK package. In Win32, the type name includes the word "Experimental".
31
+
32
+
1. Then the APIs become Stable APIs in a Prerelease SDK package. In Win32, the type name omits the word "Experimental".
33
+
34
+
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.
32
35
33
36

34
37
<!-- .png is used by webview2/release-notes/about.md and webview2/concepts/versioning.md -->
35
38
39
+
Shorthand names of the phases:
40
+
41
+
1. Experimental in Prerelease
42
+
1. Stable in Prerelease
43
+
1. Stable in Release
44
+
45
+
Release Notes sections use this wording for the phases:
46
+
47
+
* The following APIs are in Phase 1: Experimental in Prerelease, and have been added in this Prerelease SDK.
48
+
49
+
* 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.
50
+
51
+
* The following APIs have been promoted from Phase 2: Stable in Prerelease, to Phase 3: Stable in Release, and are now included in this Release SDK.
52
+
36
53
See also:
37
54
*[Phases of introducing APIs](../concepts/versioning.md#phases-of-introducing-apis) in _Prerelease and Release SDKs for WebView2_.
Copy file name to clipboardExpand all lines: microsoft-edge/webview2/release-notes/archive.md
+95-5Lines changed: 95 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,100 @@ ms.author: msedgedevrel
6
6
ms.topic: conceptual
7
7
ms.service: microsoft-edge
8
8
ms.subservice: devtools
9
-
ms.date: 06/03/2025
9
+
ms.date: 06/30/2025
10
10
---
11
11
# Archived Release Notes for the WebView2 SDK
12
12
13
13
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.
[NuGet package for WebView2 SDK 1.0.3116-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.3116-prerelease)
53
+
54
+
For full API compatibility, this Prerelease version of the WebView2 SDK requires the WebView2 Runtime that ships with Microsoft Edge version 134.0.3116.0 or higher.
55
+
56
+
57
+
<!-- ------------------------------ -->
58
+
#### Experimental APIs
59
+
60
+
No Experimental APIs have been added in this Prerelease SDK.
61
+
62
+
63
+
<!-- ------------------------------ -->
64
+
#### Promotions
65
+
66
+
No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
67
+
68
+
69
+
70
+
<!-- ------------------------------ -->
71
+
#### Bug fixes
72
+
73
+
74
+
<!-- ---------- -->
75
+
###### Runtime-only
76
+
77
+
* Added the missing **Close** button in the **Download** flyout.
78
+
* Fixed a race condition that occurred when the Web Request Response event never occurs.
79
+
80
+
81
+
<!-- ---------- -->
82
+
###### SDK-only
83
+
84
+
* Fixed .NET and Win32 documentation of the `CoreWebView2Find.FindNext` method that incorrectly mentioned `FindPrevious`. The method summary now mentions `FindNext` instead. ([Issue #5059](https://github.com/MicrosoftEdge/WebView2Feedback/issues/5059))
[NuGet package for WebView2 SDK 1.0.####-prerelease](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.####-prerelease)
64
+
65
+
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.
66
+
67
+
68
+
<!-- ------------------------------ -->
69
+
#### Experimental APIs
70
+
71
+
No Experimental APIs have been added in this Prerelease SDK.
72
+
The following APIs are in Phase 1: Experimental in Prerelease, and have been added in this Prerelease SDK.
73
+
74
+
75
+
<!-- ---------- -->
76
+
###### heading
77
+
78
+
description
79
+
80
+
##### [.NET/C#](#tab/dotnetcsharp)
81
+
82
+
##### [WinRT/C#](#tab/winrtcsharp)
83
+
84
+
##### [Win32/C++](#tab/win32cpp)
85
+
86
+
---
87
+
88
+
89
+
<!-- ------------------------------ -->
90
+
#### Promotions
91
+
92
+
No APIs have been promoted from Experimental to Stable in this Prerelease SDK.
93
+
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.
0 commit comments