-
Notifications
You must be signed in to change notification settings - Fork 509
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3290 from MicrosoftDocs/user/leahtu/whats-new-130
What's New in DevTools 130
- Loading branch information
Showing
13 changed files
with
167 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+87.8 KB
...devtools-guide-chromium/whats-new/2024/10/devtools-130-images/aligned-icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+98.4 KB
...m/whats-new/2024/10/devtools-130-images/console-icon-luminosity-ratio-after.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+104 KB
.../whats-new/2024/10/devtools-130-images/console-icon-luminosity-ratio-before.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+81.6 KB
...hromium/whats-new/2024/10/devtools-130-images/create-collection-environment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+171 KB
...romium/whats-new/2024/10/devtools-130-images/detached-elements-profile-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+171 KB
...evtools-guide-chromium/whats-new/2024/10/devtools-130-images/detached-nodes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+70.8 KB
...ols-guide-chromium/whats-new/2024/10/devtools-130-images/double-shadow-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+83.8 KB
...tools-guide-chromium/whats-new/2024/10/devtools-130-images/misaligned-icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+124 KB
...ide-chromium/whats-new/2024/10/devtools-130-images/performance-warning-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+72.7 KB
...ols-guide-chromium/whats-new/2024/10/devtools-130-images/single-shadow-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
152 changes: 152 additions & 0 deletions
152
microsoft-edge/devtools-guide-chromium/whats-new/2024/10/devtools-130.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,152 @@ | ||
--- | ||
title: What's New in DevTools (Microsoft Edge 130) | ||
description: "Detached Elements profile in Memory tool. Improved names of JavaScript objects in heap snapshots. Create collection or environment in Network Console. Fixed icon bugs. Performance tab icon when throttled. High-contrast Warning count. And more." | ||
author: MSEdgeTeam | ||
ms.author: msedgedevrel | ||
ms.topic: conceptual | ||
ms.service: microsoft-edge | ||
ms.subservice: devtools | ||
ms.date: 10/17/2024 | ||
--- | ||
# What's New in DevTools (Microsoft Edge 130) | ||
|
||
[!INCLUDE [Microsoft Edge team note for top of What's New](../../includes/edge-whats-new-note.md)] | ||
|
||
|
||
<!-- ====================================================================== --> | ||
## Detached Elements profiling type in Memory tool | ||
|
||
<!-- Subtitle: Detached elements helps you fix memory leaks due to detached DOM elements.--> | ||
|
||
The **Memory** tool has a new profiling type called **Detached elements**, which shows detached objects that are retained by a JavaScript reference: | ||
|
||
![Detached elements profiling type](./devtools-130-images/detached-elements-profile-type.png) | ||
|
||
The **Detached elements** profiling type shows a view of the detached nodes to help you identify memory leaks on your webpage: | ||
|
||
![Detached elements view](./devtools-130-images/detached-nodes.png) | ||
|
||
See also: | ||
* [Debug DOM memory leaks with the Detached Elements feature](../../../memory-problems/dom-leaks.md) | ||
|
||
|
||
<!-- ====================================================================== --> | ||
## Improved names of JavaScript objects in heap snapshots | ||
|
||
<!-- Plain JavaScript objects are named, categorized, and searchable based on the properties they contain.--> | ||
|
||
To help differentiate plain JavaScript objects in the **Object** category, they are now named and categorized based on the properties they contain. These names are also searchable if you press **Ctrl+F**. | ||
|
||
See also: | ||
* [Record heap snapshots using the Memory tool](../../../memory-problems/heap-snapshots.md) | ||
|
||
|
||
<!-- ====================================================================== --> | ||
## Create a collection or environment in Network Console | ||
|
||
<!-- Subtitle: Use collections and environments to manage API requests and its values and variables. --> | ||
|
||
Previously, in the **Network Console** tool, when you tried to create a new collection or environment, it was unresponsive and wouldn't save after pressing **Enter**. This bug is fixed and functionality has been restored. | ||
|
||
![Network Console collection and environment](./devtools-130-images/create-collection-environment.png) | ||
|
||
See also: | ||
* [Compose and send web API requests using the Network Console tool](../../../network-console/network-console-tool.md) | ||
|
||
|
||
<!-- ====================================================================== --> | ||
## Fixed icon alignment in vertical Activity Bar | ||
|
||
<!-- Subtitle: Icons in the Activity Bar are properly aligned horizontally. --> | ||
|
||
When the **Activity Bar** was vertical, the icons were left-aligned: | ||
|
||
![Broken activity bar icons](./devtools-130-images/misaligned-icons.png) | ||
|
||
This has been fixed: | ||
|
||
![Fixed activity bar icons](./devtools-130-images/aligned-icons.png) | ||
|
||
See also: | ||
* [Overview of the user interface](../../../overview.md#overview-of-the-user-interface) in _Overview of DevTools_. | ||
|
||
|
||
<!-- ====================================================================== --> | ||
## Removed circle shadow when hover over toolbar icons | ||
|
||
<!-- Subtitle: Icons in toolbars show only a square shadow when hovered over, instead of a circular shadow as well. --> | ||
|
||
Many icons in the **Activity Bar** and other toolbars showed an overlapping circle and square shadow when you hovered over them: | ||
|
||
![Double shadow on icon](./devtools-130-images/double-shadow-icon.png) | ||
|
||
The double shadow has been removed, and the icon only shows the square shadow when you hover over it: | ||
|
||
![Single shadow on icon](./devtools-130-images/single-shadow-icon.png) | ||
|
||
See also: | ||
* [Overview of the user interface](../../../overview.md#overview-of-the-user-interface) in _Overview of DevTools_. | ||
|
||
|
||
<!-- ====================================================================== --> | ||
## Performance tool tab warning icon when throttling | ||
|
||
<!-- Subtitle: The Performance tab icon gets a warning icon when throttling is enabled. --> | ||
|
||
When throttling is enabled in **Device Emulation**, a warning icon is displayed in the **Performance** tab of the toolbar to help you know that performance is impacted by throttling: | ||
|
||
![Performance tab warning icon](./devtools-130-images/performance-warning-icon.png) | ||
|
||
See also: | ||
* [Throttle the network and CPU](../../../device-mode/index.md#throttle-the-network-and-cpu) in _Emulate mobile devices (Device Emulation)_. | ||
|
||
|
||
<!-- ====================================================================== --> | ||
## Console's Warnings count button has increased contrast | ||
|
||
<!-- Subtitle: The warning icon and expand button on warning messages in the Console now meet the standard luminosity ratio of 3:1.--> | ||
|
||
In the **Console** tool, the Warning count expander button on warning messages in the **Console** previously didn't meet the standard luminosity ratio of 3:1. | ||
|
||
![Low luminosity ratio for the Warning count expander button](./devtools-130-images/console-icon-luminosity-ratio-before.png) | ||
|
||
This has now been fixed; the Warning count expander button has a higher luminosity ratio: | ||
|
||
![High luminosity ratio for the Warning count expander button](./devtools-130-images/console-icon-luminosity-ratio-after.png) | ||
|
||
|
||
See also: | ||
* [Inspect and filter information on the current webpage](../../../console/index.md#inspect-and-filter-information-on-the-current-webpage) in _Console overview_. | ||
|
||
|
||
<!-- ====================================================================== --> | ||
## Announcements from the Chromium project | ||
|
||
Microsoft Edge 130 also includes the following updates from the Chromium project: | ||
|
||
* [Network panel improvements](https://developer.chrome.com/blog/new-in-devtools-130#network) | ||
* [Network filters reimagined](https://developer.chrome.com/blog/new-in-devtools-130#network-filters) | ||
* [HAR exports now exclude sensitive data by default](https://developer.chrome.com/blog/new-in-devtools-130#har) | ||
* [Elements panel improvements](https://developer.chrome.com/blog/new-in-devtools-130#elements) | ||
* [Autocomplete values for text-emphasis-* properties](https://developer.chrome.com/blog/new-in-devtools-130#autocomplete) | ||
* [Scroll overflows marked with a badge](https://developer.chrome.com/blog/new-in-devtools-130#scroll-badge) | ||
* [Bare declarations after nested rules don't "shift up"](https://developer.chrome.com/blog/new-in-devtools-130#css-nesting) | ||
* [Performance panel improvements](https://developer.chrome.com/blog/new-in-devtools-130#perf) | ||
* [Recommendations in live metrics](https://developer.chrome.com/blog/new-in-devtools-130#live-metrics-recommendations) | ||
* [Navigate breadcrumbs](https://developer.chrome.com/blog/new-in-devtools-130#breadcrumbs) | ||
* [Turn off dynamic theming](https://developer.chrome.com/blog/new-in-devtools-130#dynamic-theming) | ||
|
||
|
||
<!-- ====================================================================== --> | ||
<!-- uncomment if content is copied from developer.chrome.com to this page --> | ||
|
||
<!-- > [!NOTE] | ||
> Portions of this page are modifications based on work created and [shared by Google](https://developers.google.com/terms/site-policies) and used according to terms described in the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0). | ||
> The original page for announcements from the Chromium project is [What's New in DevTools (Chrome 130)](https://developer.chrome.com/blog/new-in-devtools-130) and is authored by [Sofia Emelianova](https://developers.google.com/web/resources/contributors) (Senior Technical Writer working on Chrome DevTools at Google). --> | ||
|
||
|
||
<!-- ====================================================================== --> | ||
<!-- uncomment if content is copied from developer.chrome.com to this page --> | ||
|
||
<!-- [![Creative Commons License](../../../../media/cc-logo/88x31.png)](https://creativecommons.org/licenses/by/4.0) | ||
This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0). --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters