Skip to content

Commit f459231

Browse files
mikehoffmslekhapaulsivMSFT
authored
WebView2 Release Notes for June B 2025 Release (#3465)
* templates * linkfix * hide templates.md * Update index.md Changed the description * delete blank line * Updated v1 Relnote * moved tabset to Release * Update index.md * update v3 by siv * added dash to distinguish table * changes and updates in apis * update in worker management API description * clarif phases * clarify phases * group, sort, leading spaces * move WindowControlsOverlay * OriginalSourceFrameInfo Q * Updates for line 247 and overlay * remove Prerelease section * july 1 --------- Co-authored-by: lekhapaul <214645182+lekhapaul@users.noreply.github.com> Co-authored-by: sivMSFT <v-bacprasad@microsoft.com>
1 parent 0edc59f commit f459231

File tree

6 files changed

+349
-217
lines changed

6 files changed

+349
-217
lines changed

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

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

67-
See [1.0.3065.39](../../webview2/release-notes/index.md#10306539) in _Release Notes for the WebView2 SDK_ (Feb. 2025).
67+
See [1.0.3065.39](../../webview2/release-notes/archive.md#10306539) in _Archived Release Notes for the WebView2 SDK_ (Feb. 2025).
6868

6969

7070
<!-- ====================================================================== -->

microsoft-edge/webview2/concepts/versioning.md

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

3131
| API status | Description |
3232
|---|---|
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. |
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. |
3535
| _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. |
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 -->
3939

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_.
4442

4543

4644
<!-- ------------------------------ -->

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

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,31 @@ See also:
2525
<!-- ====================================================================== -->
2626
## Phases of adding APIs
2727

28-
New APIs are added in phases, as follows:
29-
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.
3235

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

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+
3653
See also:
3754
* [Phases of introducing APIs](../concepts/versioning.md#phases-of-introducing-apis) in _Prerelease and Release SDKs for WebView2_.
3855

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

Lines changed: 95 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,100 @@ ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.service: microsoft-edge
88
ms.subservice: devtools
9-
ms.date: 06/03/2025
9+
ms.date: 06/30/2025
1010
---
1111
# Archived Release Notes for the WebView2 SDK
1212

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+
<!-- Feb 2025 Release SDK -->
17+
<!-- ====================================================================== -->
18+
## 1.0.3065.39
19+
20+
Release Date: February 10, 2025
21+
22+
[NuGet package for WebView2 SDK 1.0.3065.39](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.3065.39)
23+
24+
For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version 133.0.3065.39 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+
* Added the missing **Close** button in the **Download** flyout.
41+
* Fixed a race condition that occurred when the Web Request Response event never occurs.
42+
43+
<!-- end of Feb 2025 Release SDK -->
44+
45+
46+
<!-- Feb 2025 Prerelease SDK -->
47+
<!-- ====================================================================== -->
48+
## 1.0.3116-prerelease
49+
50+
Release Date: February 10, 2025
51+
52+
[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))
85+
86+
##### [.NET/C#](#tab/dotnetcsharp)
87+
88+
* [CoreWebView2Find.FindNext Method](/dotnet/api/microsoft.web.webview2.core.corewebview2find.findnext?view=webview2-dotnet-1.0.3116-prerelease&preserve-view=true)
89+
90+
##### [WinRT/C#](#tab/winrtcsharp)
91+
92+
* [CoreWebView2Find.FindNext Property](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2find?view=webview2-winrt-1.0.3116-prerelease&preserve-view=true#findnext)
93+
94+
##### [Win32/C++](#tab/win32cpp)
95+
96+
* [ICoreWebView2ExperimentalFind::FindNext](/microsoft-edge/webview2/reference/win32/icorewebview2experimentalfind?view=webview2-1.0.3116-prerelease&preserve-view=true#findnext)
97+
98+
---
99+
100+
<!-- end of Feb 2025 Prerelease SDK -->
101+
102+
16103
<!-- Jan 2025 Release SDK -->
17104
<!-- ====================================================================== -->
18105
## 1.0.2957.106
@@ -109,9 +196,11 @@ There are known issues with the Find API for PDF documents. When you view a PDF
109196

110197
##### [.NET/C#](#tab/dotnetcsharp)
111198

112-
* [CoreWebView2.Find Property](/dotnet/api/microsoft.web.webview2.core.corewebview2.find?view=webview2-dotnet-1.0.3079-prerelease&preserve-view=true)
199+
* `CoreWebView2` Class:
200+
* [CoreWebView2.Find Property](/dotnet/api/microsoft.web.webview2.core.corewebview2.find?view=webview2-dotnet-1.0.3079-prerelease&preserve-view=true)
113201

114-
* [CoreWebView2Environment.CreateFindOptions Method](/dotnet/api/microsoft.web.webview2.core.corewebview2environment.createfindoptions?view=webview2-dotnet-1.0.3079-prerelease&preserve-view=true)
202+
* `CoreWebView2Environment` Class:
203+
* [CoreWebView2Environment.CreateFindOptions Method](/dotnet/api/microsoft.web.webview2.core.corewebview2environment.createfindoptions?view=webview2-dotnet-1.0.3079-prerelease&preserve-view=true)
115204

116205
* [CoreWebView2Find Class](/dotnet/api/microsoft.web.webview2.core.corewebview2find?view=webview2-dotnet-1.0.3079-prerelease&preserve-view=true)
117206
* [CoreWebView2Find.ActiveMatchIndex Property](/dotnet/api/microsoft.web.webview2.core.corewebview2find.activematchindex?view=webview2-dotnet-1.0.3079-prerelease&preserve-view=true)
@@ -132,9 +221,10 @@ There are known issues with the Find API for PDF documents. When you view a PDF
132221

133222
##### [WinRT/C#](#tab/winrtcsharp)
134223

135-
* [CoreWebView2.Find Property](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2?view=webview2-winrt-1.0.3079-prerelease&preserve-view=true#find)
224+
* `CoreWebView2` Class:
225+
* [CoreWebView2.Find Property](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2?view=webview2-winrt-1.0.3079-prerelease&preserve-view=true#find)
136226

137-
* [CoreWebView2Environment Class](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2environment?view=webview2-winrt-1.0.3079-prerelease&preserve-view=true)
227+
* `CoreWebView2Environment` Class:
138228
* [CoreWebView2Environment.CreateFindOptions Property](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2environment?view=webview2-winrt-1.0.3079-prerelease&preserve-view=true#createfindoptions)
139229

140230
* [CoreWebView2Find Class](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2find?view=webview2-winrt-1.0.3079-prerelease&preserve-view=true)
Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
<!-- Jul 2025 Release SDK -->
2+
<!-- ====================================================================== -->
3+
## 1.0.####.##
4+
5+
Release Date: Monthname nn, 2025
6+
7+
[NuGet package for WebView2 SDK 1.0.####.##](https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.####.##)
8+
9+
For full API compatibility, this Release version of the WebView2 SDK requires WebView2 Runtime version ###.0.####.## or higher.
10+
11+
12+
<!-- ------------------------------ -->
13+
#### Promotions
14+
15+
No additional APIs have been promoted to Stable and added in this Release SDK.
16+
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.
17+
18+
19+
<!-- ---------- -->
20+
###### heading
21+
22+
description
23+
24+
##### [.NET/C#](#tab/dotnetcsharp)
25+
26+
##### [WinRT/C#](#tab/winrtcsharp)
27+
28+
##### [Win32/C++](#tab/win32cpp)
29+
30+
---
31+
32+
33+
<!-- ------------------------------ -->
34+
#### Bug fixes
35+
36+
37+
<!-- ---------- -->
38+
###### Runtime and SDK
39+
40+
* Fixed behavior. ([Issue #]())
41+
42+
43+
<!-- ---------- -->
44+
###### Runtime-only
45+
46+
* Fixed behavior. ([Issue #]())
47+
48+
49+
<!-- ---------- -->
50+
###### SDK-only
51+
52+
* Fixed behavior. ([Issue #]())
53+
54+
<!-- end of Jul 2025 Release SDK -->
55+
56+
57+
<!-- Jul 2025 Prerelease SDK -->
58+
<!-- ====================================================================== -->
59+
## 1.0.####-prerelease
60+
61+
Release Date: Monthname nn, 2025
62+
63+
[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.
94+
95+
96+
<!-- ---------- -->
97+
###### heading
98+
99+
description
100+
101+
##### [.NET/C#](#tab/dotnetcsharp)
102+
103+
##### [WinRT/C#](#tab/winrtcsharp)
104+
105+
##### [Win32/C++](#tab/win32cpp)
106+
107+
---
108+
109+
110+
<!-- ------------------------------ -->
111+
#### Bug fixes
112+
113+
114+
<!-- ---------- -->
115+
###### Runtime and SDK
116+
117+
* Fixed behavior. ([Issue #]())
118+
119+
120+
<!-- ---------- -->
121+
###### Runtime-only
122+
123+
* Fixed behavior. ([Issue #]())
124+
125+
126+
<!-- ---------- -->
127+
###### SDK-only
128+
129+
* Fixed behavior. ([Issue #]())
130+
131+
<!-- end of Jul 2025 Prerelease SDK -->

0 commit comments

Comments
 (0)