Skip to content

Commit db06750

Browse files
Merge pull request #3565 from MicrosoftDocs/main
main to live - 9/3/2025
2 parents e23e145 + 1651f04 commit db06750

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

microsoft-edge/dev-videos/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ Covers:
702702
* Breakpoint icons are displayed when using Visual Studio Code themes.
703703
* DevTools extension for Visual Studio Code includes the latest tools, theme support, and helpful links. JavaScript Debugger connection to remote workspaces.
704704

705-
Update: Starting with Microsoft Edge 131, the Visual Studio Code themes feature is removed, and such themes revert to the default themes:
705+
Update: The Themes feature of Visual Studio Code has been removed, and such themes revert to the default themes:
706706
* Light+
707707
* Dark+
708708

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,9 @@ The above code is not in [Demos/wami/manifest.json](https://github.com/Microsoft
260260
<!-- ====================================================================== -->
261261
## Package a store PWA in Edge Stable
262262

263-
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.
263+
Next, your PWA needs to be packaged as a Microsoft Store PWA, to be called by the Windows App Actions framework.
264264

265-
1. Upgrade to Edge Stable 137 version.
265+
To package your PWA as a Microsoft Store PWA:
266266

267267
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_.
268268

@@ -286,7 +286,7 @@ At the current stage, your PWA needs to be packaged as a Microsoft Store PWA, to
286286

287287
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`.
288288

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.
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 feature is currently in Developer Trial.
290290

291291
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.
292292

scripts/report-references-to-old-versions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const FILES_TO_IGNORE = [
1010
'../microsoft-edge/webview2/release-notes/index.md',
1111
'../microsoft-edge/webview2/release-notes/archive.md',
1212
'../microsoft-edge/progressive-web-apps/whats-new/*.md',
13+
'../microsoft-edge/web-platform/release-notes/*.md',
1314
// Experimental features also often have version numbers in them. Let's ignore them too.
1415
'../microsoft-edge/devtools/experimental-features/index.md',
1516
// Ignore the site-impacting-changes article, since this references older versions on purpose.

0 commit comments

Comments
 (0)