Skip to content

Commit c2428c7

Browse files
Merge pull request #3495 from MicrosoftDocs/main
main to live - 7/1/2025
2 parents eafc1f7 + f457eff commit c2428c7

File tree

8 files changed

+372
-226
lines changed

8 files changed

+372
-226
lines changed

microsoft-edge/progressive-web-apps/how-to/app-actions.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.service: microsoft-edge
88
ms.subservice: pwa
9-
ms.date: 05/19/2025
9+
ms.date: 06/24/2025
1010
---
1111
# Enable App Actions on Windows for a PWA
1212

@@ -262,9 +262,7 @@ The above code is not in [Demos/wami/manifest.json](https://github.com/Microsoft
262262

263263
At the current stage, your PWA needs to be packaged as a Microsoft Store PWA, to be called by the Windows App Actions framework. You must use Microsoft Edge 137 or greater.
264264

265-
The Stable release of Edge 137 will be available on May 29, 2025. If you'd like to try it out before May 29, 2025, you can package your PWA in Edge Canary; see [Package a store PWA in Edge Canary](#package-a-store-pwa-in-edge-canary), below.
266-
267-
1. Upgrade to Edge Stable 137 version. (Edge 137 stable will be available after May 29, 2025.)
265+
1. Upgrade to Edge Stable 137 version.
268266

269267
1. Package your PWA for [PWABuilder.com](https://www.pwabuilder.com); see [Package your PWA for the Store](./microsoft-store.md#package-your-pwa-for-the-store) in _Publish a PWA to the Microsoft Store_.
270268

@@ -276,19 +274,31 @@ The Stable release of Edge 137 will be available on May 29, 2025. If you'd like
276274

277275
1. Click the **Download** button.
278276

279-
1. Unzip your download archive. Then you can [publish your PWA to the Microsoft Store](./microsoft-store.md) and install the app from the Store, or install it directly by running `install.ps1`.
277+
1. Unzip your download archive. Install it by running `install.ps1`.
280278

281279
1. Launch your PWA by clicking the PWA icon.
282280

281+
1. Test your PWA actions locally by following [Test App Actions for a PWA](#test-app-actions-for-a-pwa), below, to validate the functionality.
282+
283+
1. Open the action definition manifest file (such as `ActionsManifest.json`) that you used when packaging in PWAbuilder.com.
284+
285+
1. Set the initial availability of each of the app actions to `false`, as described in [Set initial availability](/windows/ai/app-actions/actions-availability#set-initial-availability) in _Toggle availability of an App Action for Windows_.
286+
287+
Before publishing your package, we recommend the above step. If you don't set the initial availability of the app action to `false`, your action will only work if the user manually goes to `edge://flags` in Microsoft Edge and then enables the feature flag `#edge-app-actions-on-windows-for-web-apps`.
288+
289+
Setting the initial availability to `false` is needed because Microsoft Edge's support of App Actions on Windows in PWAs is controlled by the feature flag `#edge-app-actions-on-windows-for-web-apps`, and is disabled by default, because this is a new feature in the Edge browser and is currently in Developer Trial<!-- not Origin Trial--> stage, as of June 26, 2025.
290+
291+
When the feature flag `#edge-app-actions-on-windows-for-web-apps` is officially rolled out (later in 2025),<!-- todo: update after rolled out --> Microsoft Edge will automatically switch the actions that you defined in the action definition manifest file from `Disabled` to `Enabled`, allowing end users to utilize your app's actions without requiring any further changes on your part.
292+
293+
1. Publish your PWA, as described in [Publish a PWA to the Microsoft Store](/microsoft-edge/progressive-web-apps-chromium/how-to/microsoft-store).
294+
283295

284296
<!-- ====================================================================== -->
285297
## Package a store PWA in Edge Canary
286298

287-
The Stable release of Edge 137 will be available on May 29, 2025; see [Package a store PWA in Edge Stable](#package-a-store-pwa-in-edge-stable), above.
288-
289299
Edge Canary gives a preview of the functionalities that's not available in stable yet.
290300

291-
If you want to try out App Actions for PWAs before May 29, 2025, you can package your PWA in Edge Canary, as follows:
301+
If you want to try out the latest capabilities of App Actions in Edge Canary, you can package your PWA in Edge Canary, as follows:
292302

293303
1. Install [Edge Canary](https://www.microsoft.com/edge/download/insider) and upgrade to the latest version.
294304

microsoft-edge/toc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@
3030
href: ./web-platform/release-notes/index.md
3131
displayName: what's new, announcements
3232

33+
- name: Microsoft Edge 139
34+
href: ./web-platform/release-notes/139.md
35+
displayName: Microsoft Edge 139 web platform release notes (Aug. 2025) # page title
36+
3337
- name: Microsoft Edge 138
3438
href: ./web-platform/release-notes/138.md
35-
displayName: Microsoft Edge 137 web platform release notes (Jun. 2025) # page title
39+
displayName: Microsoft Edge 138 web platform release notes (Jun. 2025) # page title
3640

3741
- name: Microsoft Edge 137
3842
href: ./web-platform/release-notes/137.md

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)