Skip to content

Commit efdfcd9

Browse files
authored
Merge pull request #3627 from MicrosoftDocs/main
main to live - Nov. 5, 2025
2 parents 0ab6936 + a01ee31 commit efdfcd9

File tree

5 files changed

+63
-35
lines changed

5 files changed

+63
-35
lines changed
80.5 KB
Loading
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: What's New in DevTools (Microsoft Edge 142)
3+
description: Activity Bar horizontal in Edge 144. Application tool storage inspection for all worker types. :target-current in Elements tool Styles tab. Network tool filters requests on Is ad-related boolean. # key words before col 158
4+
author: MSEdgeTeam
5+
ms.author: msedgedevrel
6+
ms.topic: conceptual
7+
ms.service: microsoft-edge
8+
ms.subservice: devtools
9+
ms.date: 10/30/2025
10+
---
11+
# What's New in DevTools (Microsoft Edge 142)
12+
13+
These are the latest features in the Stable release of Microsoft Edge DevTools.
14+
15+
16+
<!-- ====================================================================== -->
17+
## Activity Bar will only appear horizontally in Edge 144
18+
19+
<!-- Subtitle: Starting with Microsoft Edge 144, the vertical Activity Bar will no longer be supported.-->
20+
21+
Upcoming change:
22+
23+
Starting with Microsoft Edge 144, the **Activity Bar** will always be displayed horizontally, at the top of the DevTools window. Displaying the **Activity Bar** vertically will no longer be supported.
24+
25+
![Horizontal Activity Bar](./devtools-142-images/activity-bar.png)
26+
27+
28+
<!-- ====================================================================== -->
29+
## Announcements from the Chromium project
30+
31+
Microsoft Edge 142 also includes the following updates from the Chromium project:
32+
33+
* [Miscellaneous highlights](https://developer.chrome.com/blog/new-in-devtools-142#misc)
34+
35+
36+
<!-- ====================================================================== -->
37+
## See also
38+
39+
* [What's New in Microsoft Edge DevTools](../../whats-new.md)
40+
* [Release notes for Microsoft Edge web platform](../../../../web-platform/release-notes/index.md)

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

Lines changed: 0 additions & 20 deletions
This file was deleted.

microsoft-edge/toc.yml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,12 @@
7070
href: ./web-platform/release-notes/134.md
7171
displayName: Microsoft Edge 134 web platform release notes (Mar. 2025) # page title
7272

73-
- name: Microsoft Edge 133
74-
href: ./web-platform/release-notes/133.md
75-
displayName: Microsoft Edge 133 web platform release notes (Feb. 2025) # page title
73+
# keep 10 items above
74+
- name: Archive
75+
items:
76+
- name: Microsoft Edge 133
77+
href: ./web-platform/release-notes/133.md
78+
displayName: Microsoft Edge 133 web platform release notes (Feb. 2025) # page title
7679

7780
- name: Site compatibility-impacting changes coming to Microsoft Edge
7881
href: ./web-platform/site-impacting-changes.md
@@ -113,6 +116,10 @@
113116
href: ./devtools/whats-new/whats-new.md
114117
displayName: release notes, announcements
115118
# latest 10 What's New
119+
- name: Microsoft Edge 142
120+
href: ./devtools/whats-new/2025/10/devtools-142.md
121+
displayName: What's New in DevTools (Microsoft Edge 142) # page title
122+
116123
- name: Microsoft Edge 141
117124
href: ./devtools/whats-new/2025/10/devtools-141.md
118125
displayName: What's New in DevTools (Microsoft Edge 141) # page title
@@ -149,15 +156,12 @@
149156
href: ./devtools/whats-new/2025/02/devtools-133.md
150157
displayName: What's New in DevTools (Microsoft Edge 133) # page title
151158

152-
- name: Microsoft Edge 132
153-
href: ./devtools/whats-new/2025/01/devtools-132.md
154-
displayName: What's New in DevTools (Microsoft Edge 132) # page title
155-
156159
# keep 10 items above
157160
- name: Archive
158161
items:
159-
- name: What's New in DevTools archive
160-
href: ./devtools/whats-new/whats-new-archive.md
162+
- name: Microsoft Edge 132
163+
href: ./devtools/whats-new/2025/01/devtools-132.md
164+
displayName: What's New in DevTools (Microsoft Edge 132) # page title
161165

162166
- name: Microsoft Edge 131
163167
href: ./devtools/whats-new/2024/11/devtools-131.md

redirects/.openpublishing.redirection.devtools.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,16 @@
160160
"redirect_url": "/microsoft-edge/devtools/whats-new/whats-new",
161161
"redirect_document_id": false
162162
},
163+
{
164+
"source_path": "../microsoft-edge/devtools-guide-chromium/whats-new/whats-new-archive.md",
165+
"redirect_url": "/microsoft-edge/devtools/whats-new/whats-new",
166+
"redirect_document_id": false
167+
},
168+
{
169+
"source_path": "../microsoft-edge/devtools/whats-new/whats-new-archive.md",
170+
"redirect_url": "/microsoft-edge/devtools/whats-new/whats-new",
171+
"redirect_document_id": false
172+
},
163173
{
164174
"source_path": "../microsoft-edge/devtools-guide-chromium/whats-new/2025/06/devtools-137.md",
165175
"redirect_url": "/microsoft-edge/devtools/whats-new/2025/06/devtools-137",
@@ -210,12 +220,6 @@
210220
"redirect_url": "/microsoft-edge/devtools/whats-new/2024/08/devtools-128",
211221
"redirect_document_id": false
212222
},
213-
// movable, sits 10 below whats-new.md:
214-
{
215-
"source_path": "../microsoft-edge/devtools-guide-chromium/whats-new/whats-new-archive.md",
216-
"redirect_url": "/microsoft-edge/devtools/whats-new/whats-new-archive",
217-
"redirect_document_id": false
218-
},
219223
{
220224
"source_path": "../microsoft-edge/devtools-guide-chromium/whats-new/2024/07/devtools-127.md",
221225
"redirect_url": "/microsoft-edge/devtools/whats-new/2024/07/devtools-127",

0 commit comments

Comments
 (0)