Skip to content

Commit c9773fa

Browse files
leahmsftmikehoffms
andauthored
What's New in DevTools (Microsoft Edge 141) (#3599)
* what's new 141 first draft * toc * chrome links * masonry See Also --------- Co-authored-by: Michael Hoffman <45407486+mikehoffms@users.noreply.github.com>
1 parent 4af65c7 commit c9773fa

File tree

4 files changed

+63
-4
lines changed

4 files changed

+63
-4
lines changed
171 KB
Loading
172 KB
Loading
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: What's New in DevTools (Microsoft Edge 141)
3+
description: CSS masonry layout support in the Elements tool. Persisted track configuration in the Performance panel. And more. # 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/02/2025
10+
---
11+
# What's New in DevTools (Microsoft Edge 141)
12+
13+
These are the latest features in the Stable release of Microsoft Edge DevTools.
14+
15+
16+
<!-- ====================================================================== -->
17+
## CSS masonry layout support in the Elements tool
18+
19+
<!-- Subtitle: Inspect masonry layout in the Layout tab and adorners in the DOM tree. -->
20+
21+
CSS masonry layout is supported in the **Layout** tab of the **Elements** tool. Masonry layout elements are displayed alongside grid layout elements:
22+
23+
![The Grid/Masonry section in the Layout tab](./devtools-141-images/masonry-layout-tab.png)
24+
25+
In the **Overlay display settings** section, you can control whether to display:
26+
* Line numbers or line names.
27+
* Track sizes.
28+
* Area names.
29+
30+
The **masonry** adorner appears next to elements in the DOM tree, similar to the **grid** or **flex** adorners:
31+
32+
![The "masonry" adorner on the body tag in the DOM tree](./devtools-141-images/masonry-adorner.png)
33+
34+
See also:
35+
* [Inspect CSS Grid](/microsoft-edge/devtools/css/grid)
36+
* [CSS Masonry demos](https://github.com/MicrosoftEdge/Demos/tree/main/css-masonry)
37+
* [Brick by brick: Help us build CSS Masonry](https://developer.chrome.com/blog/masonry-update) - Blog post.
38+
* [Elements > Layout tab adds masonry layout support](https://developer.chrome.com/blog/new-in-devtools-141#masonry) - Chromium What's New.
39+
40+
41+
<!-- ====================================================================== -->
42+
## Announcements from the Chromium project
43+
44+
Microsoft Edge 141 also includes the following updates from the Chromium project:
45+
46+
* [Persisted track configuration in the Performance panel](https://developer.chrome.com/blog/new-in-devtools-141#persisted-track-config)
47+
* [Filter IP protected network requests](https://developer.chrome.com/blog/new-in-devtools-141#ipp)
48+
* [Elements > Layout tab adds masonry layout support](https://developer.chrome.com/blog/new-in-devtools-141#masonry)
49+
50+
51+
<!-- ====================================================================== -->
52+
## See also
53+
54+
* [What's New in Microsoft Edge DevTools](../../whats-new.md)
55+
* [Release notes for Microsoft Edge web platform](../../../../web-platform/release-notes/index.md)

microsoft-edge/toc.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@
109109
href: ./devtools/whats-new/whats-new.md
110110
displayName: release notes, announcements
111111
# latest 10 What's New
112+
- name: Microsoft Edge 141
113+
href: ./devtools/whats-new/2025/10/devtools-141.md
114+
displayName: What's New in DevTools (Microsoft Edge 141) # page title
115+
112116
- name: Microsoft Edge 140
113117
href: ./devtools/whats-new/2025/09/devtools-140.md
114118
displayName: What's New in DevTools (Microsoft Edge 140) # page title
@@ -145,16 +149,16 @@
145149
href: ./devtools/whats-new/2025/01/devtools-132.md
146150
displayName: What's New in DevTools (Microsoft Edge 132) # page title
147151

148-
- name: Microsoft Edge 131
149-
href: ./devtools/whats-new/2024/11/devtools-131.md
150-
displayName: What's New in DevTools (Microsoft Edge 131) # page title
151-
152152
# keep 10 items above
153153
- name: Archive
154154
items:
155155
- name: What's New in DevTools archive
156156
href: ./devtools/whats-new/whats-new-archive.md
157157

158+
- name: Microsoft Edge 131
159+
href: ./devtools/whats-new/2024/11/devtools-131.md
160+
displayName: What's New in DevTools (Microsoft Edge 131) # page title
161+
158162
- name: Microsoft Edge 130
159163
href: ./devtools/whats-new/2024/10/devtools-130.md
160164
displayName: What's New in DevTools (Microsoft Edge 130) # page title

0 commit comments

Comments
 (0)