Skip to content

Commit 0e72ba2

Browse files
authored
Release notes for Microsoft Edge extensions (#3665)
* retitle as rel notes * dedup * h2 month & Edge major version * Edge ver then monthyear * Detailed contents * exact version dates * Detailed contents * some sep ver articles * linkfix, date < 30 * archive * finalize design * lowercase, linkfix * detailed toc * titlecase PWA, wv2 * Archived release notes for the WebView2 SDK * lowercase notes/new * archive * grayed * mv2 * duping an image * duping images * unique desc * url fields * clear Support todo * not Depr in title * demote mv2 in toc * correct v2 .md in toc * polish archive node * singular bucket * list all url fields & location * click * no xtra fields * hourglass cursor * move Changes V3 section
1 parent d787c51 commit 0e72ba2

115 files changed

Lines changed: 898 additions & 457 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

microsoft-edge/develop-web-microsoft-edge.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ ms.date: 02/06/2025
1111

1212
Develop for the web with Microsoft Edge by using standards-based web platform features, Microsoft Edge DevTools, Microsoft Edge extensions, Progressive Web Apps, WebDriver automation, WebView2, and more.
1313

14-
For end-user documentation about how to use Microsoft Edge, see [Microsoft Edge help & learning](https://support.microsoft.com/microsoft-edge).
14+
For end-user documentation about how to use Microsoft Edge, see:
15+
16+
* [Get to know Microsoft Edge](https://www.microsoft.com/edge/)
17+
* [Microsoft Edge help & learning](https://support.microsoft.com/microsoft-edge)
1518

1619

1720
<!-- ====================================================================== -->

microsoft-edge/developer/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ landingContent:
8383

8484
- linkListType: whats-new
8585
links:
86-
- text: What's New in Microsoft Edge DevTools
86+
- text: What's new in Microsoft Edge DevTools
8787
url: ../devtools/whats-new/whats-new.md
8888

8989
- linkListType: how-to-guide
@@ -152,7 +152,7 @@ landingContent:
152152

153153
- linkListType: whats-new
154154
links:
155-
- text: What's New in PWAs
155+
- text: What's new in PWAs
156156
url: ../progressive-web-apps/whats-new/pwa.md
157157

158158
- linkListType: get-started
@@ -204,7 +204,7 @@ landingContent:
204204
url: ../webview2/samples/index.md
205205
- linkListType: whats-new
206206
links:
207-
- text: Release Notes for the WebView2 SDK
207+
- text: Release notes for the WebView2 SDK
208208
url: ../webview2/release-notes/index.md
209209
- linkListType: reference
210210
links:

microsoft-edge/devtools/about-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ By default, the following tools are listed in the **Activity Bar** at the top of
3939
| --- | --- | --- |
4040
| ![Inspect tool icon](./about-tools-images/inspect-tool-icon-light-theme.png) **Inspect** | Use the **Inspect** tool to see information about an item within a rendered webpage. When the **Inspect** tool is active, you _hover_ over items in the webpage, and DevTools adds an information overlay and grid highlighting on the webpage. | [Analyze pages using the Inspect tool](css/inspect.md) |
4141
| ![Device Emulation icon](./about-tools-images/device-emulation-icon-light-theme.png) **Device Emulation** | Use the **Device Emulation** tool, also called _Device Simulation Mode_ or _Device Mode_, to approximate how your page looks and responds on a mobile device. | [Emulate mobile devices (Device Emulation)](device-mode/index.md) |
42-
| ![Welcome icon](./about-tools-images/welcome-icon.png) **Welcome** | The **Welcome** tool opens when you first open DevTools. It displays links to developer docs, latest features, Release Notes, and an option to contact the Microsoft Edge DevTools team. | [Welcome tool](welcome/welcome-tool.md) |
42+
| ![Welcome icon](./about-tools-images/welcome-icon.png) **Welcome** | The **Welcome** tool opens when you first open DevTools. It displays links to developer docs, latest features, release notes, and an option to contact the Microsoft Edge DevTools team. | [Welcome tool](welcome/welcome-tool.md) |
4343
| ![Elements icon](./about-tools-images/elements-icon.png) **Elements** | Inspect, edit, and debug your HTML and CSS. You can edit in the tool while displaying the changes live in the browser. Debug your HTML using the DOM tree, and inspect and work on the CSS for your webpage. | [Inspect, edit, and debug HTML and CSS with the Elements tool](elements-tool/elements-tool.md) |
4444
| ![Console icon](./about-tools-images/console-icon.png) **Console** | An intelligent, rich command line within DevTools. A great companion tool to use with others tools. Provides a powerful way to script functionality, inspect the current webpage, and manipulate the current webpage using JavaScript. | [Console overview](console/index.md) |
4545
| ![Sources icon](./about-tools-images/sources-icon.png) **Sources** | Use the **Sources** tool to view, modify, and debug front-end JavaScript code, and inspect and edit the HTML and CSS files that make up the current webpage. | [Sources tool overview](sources/index.md) |

microsoft-edge/devtools/console/console-debug-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The **Console** reports network errors.
6464

6565
1. Click the link to the webpage and line of code where the error occurs, to open the Sources tool. That is, click the `network-error.html:40` link in the **Console**:
6666

67-
![Select the link to the webpage and line of code where the error occurs, to open the Sources tool](./console-debug-javascript-images/network-error-code-line.png)
67+
![Console tool error with clickable filename and line number](./console-debug-javascript-images/network-error-code-line.png)
6868

6969
The **Sources** tool opens. The problematic line of code is highlighted and followed by an `error` (`x`) button.
7070

microsoft-edge/devtools/crash-analyzer/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ External links:
257257

258258
<!--
259259
not used in .md above:
260-
What's New entries:
260+
What's new entries:
261261
* [Crash analyzer tool is available by default](../whats-new/2024/03/devtools-123.md#crash-analyzer-tool-is-available-by-default) in _What's new in DevTools (Microsoft Edge 123)_.
262262
* [Debug JavaScript error stack traces by using the Crash Analyzer tool](../whats-new/2023/05/devtools-113.md#debug-javascript-error-stack-traces-by-using-the-crash-analyzer-tool) in _What's new in DevTools (Microsoft Edge 113)_.
263263
-->

microsoft-edge/devtools/landing/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ landingContent:
5656
url: ../console/index.md
5757
- linkListType: whats-new
5858
links:
59-
- text: What's New in Microsoft Edge DevTools
59+
- text: What's new in Microsoft Edge DevTools
6060
url: ../whats-new/whats-new.md
6161

6262
- text: Contact the Microsoft Edge DevTools team

microsoft-edge/devtools/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ The **Help** (![Help icon](./overview-images/help-icon.png)) button opens a drop
483483

484484
* **Documentation** - Opens [Microsoft Edge DevTools documentation](./landing/index.yml).
485485

486-
* **Release notes** - Opens [What's New in Microsoft Edge DevTools](./whats-new/whats-new.md).
486+
* **Release notes** - Opens [What's new in Microsoft Edge DevTools](./whats-new/whats-new.md).
487487

488488
* **Feedback** (![Send Feedback icon](./overview-images/send-feedback-icon-light-theme.png)) - Opens the **Send feedback** dialog. To connect with the Microsoft Edge DevTools team to report a problem or issue (or to suggest an idea), describe what happened, and include a screenshot. See [Contact the Microsoft Edge DevTools team](contact.md).
489489

@@ -610,7 +610,7 @@ To preview the latest features coming to DevTools, download [Microsoft Edge Cana
610610

611611
See also:
612612
* [Experimental features](experimental-features/index.md)
613-
* [What's New in Microsoft Edge DevTools](./whats-new/whats-new.md)
613+
* [What's new in Microsoft Edge DevTools](./whats-new/whats-new.md)
614614

615615

616616
<!-- ====================================================================== -->

microsoft-edge/devtools/remote-debugging/surface-duo-emulator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this article, you walk through the process of remotely debugging your web con
2222
<!-- ====================================================================== -->
2323
## Step 1: Go to edge://inspect
2424

25-
* Open a desktop instance of [Microsoft Edge](https://www.microsoft.com/edge), and go to `edge://inspect`:
25+
* Open a desktop instance of Microsoft Edge, and go to `edge://inspect`:
2626

2727
> [!div class="mx-imgBorder"]
2828
> ![The edge://inspect page in Microsoft Edge on the desktop](./surface-duo-emulator-images/remote-debugging-surface-duo-inspect-page.png)
@@ -53,7 +53,7 @@ If the `edge://inspect` page doesn't recognize the [Surface Duo emulator](/dual-
5353
<!-- ====================================================================== -->
5454
## Step 4: Debug your web content from the Surface Duo emulator
5555

56-
1. Switch back to the desktop instance of [Microsoft Edge](https://www.microsoft.com/edge).
56+
1. Switch back to the desktop instance of Microsoft Edge.
5757

5858
The `edge://inspect` page now shows the **SurfaceDuoEmulator** with a list of the open tabs or [PWAs](../../progressive-web-apps/index.md) that are running on the [Surface Duo emulator](/dual-screen/android/use-emulator):
5959

microsoft-edge/devtools/remote-debugging/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ To set up the host (debuggee) machine, use the following sub-sections, in order.
9090

9191
The client or debugger machine is the device you want to debug from. This device may be your daily development machine, or it may just be your PC or MacBook when working from home.
9292

93-
1. To set up the client (debugger) machine, install Microsoft Edge from [this page](https://www.microsoft.com/edge) if you haven't already.
93+
1. To set up the client (debugger) machine, install Microsoft Edge from [Get to know Microsoft Edge](https://www.microsoft.com/edge) if you haven't already.
9494

9595
1. If you're using a pre-installed version of Microsoft Edge on the host (debuggee) machine, verify that you have Microsoft Edge (Chromium) and not Microsoft Edge (EdgeHTML). A quick way to check is to load `edge://settings/help` in the browser and confirm that the version number is 75 or higher.
9696

microsoft-edge/devtools/whats-new/143.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ Microsoft Edge 143 also includes the following updates from the Chromium project
8686
<!-- ====================================================================== -->
8787
## See also
8888

89-
* [What's New in Microsoft Edge DevTools](./whats-new.md)
89+
* [What's new in Microsoft Edge DevTools](./whats-new.md)
9090
* [Release notes for Microsoft Edge web platform](../../web-platform/release-notes/index.md)

0 commit comments

Comments
 (0)