-
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.
- Loading branch information
Showing
9 changed files
with
106 additions
and
0 deletions.
There are no files selected for viewing
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
+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.
106 changes: 106 additions & 0 deletions
106
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,106 @@ | ||
--- | ||
title: What's New in DevTools (Microsoft Edge 130) | ||
description: "Unique breakpoint icons. Fixed CSS selector stats Copy table. Added Activity Bar icons. Fixed Security tool icons and device emulation. 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)] | ||
|
||
|
||
<!-- ====================================================================== --> | ||
## New Detached elements profile in the Memory tool | ||
|
||
<!-- Subtitle: Detached elements helps you fix memory leaks due to detached DOM elements.--> | ||
|
||
The **Memory** tool has a new profile type called Detached elements which shows detached objects that are retained by a JavaScript reference. | ||
|
||
![Detached elements profile type](./devtools-130-images/detached-elements-profile-type.png) | ||
|
||
This 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) | ||
|
||
|
||
<!-- ====================================================================== --> | ||
## Improved names of plain 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. | ||
|
||
<!-- ====================================================================== --> | ||
## Create a collection or environment in Network Console is working again | ||
|
||
<!-- Subtitle: Use collections and environments to manage API requests and its values and variables. --> | ||
|
||
Previously, in the **Network Console**, when you tried to create a new collection or environment, it was unreponsonsive 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) | ||
|
||
|
||
<!-- ====================================================================== --> | ||
## Bug fixes for icons | ||
|
||
<!-- Subtitle: --> | ||
|
||
<!-- ------------------------------ --> | ||
#### Fixed icon alignment in the vertical Activity Bar | ||
|
||
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) | ||
|
||
|
||
<!-- ------------------------------ --> | ||
#### Fixed double shadows that appeared on hover | ||
|
||
Many icons in the Activity Bar and other toolbars showed an overlapping circle and square shadow on hover: | ||
|
||
![Double shadow on icon](./devtools-130-images/double-shadow-icon.png) | ||
|
||
The double shadow has been removed and only shows the square shadow: | ||
![Single shadow on icon](./devtools-130-images/single-shadow-icon.png) | ||
|
||
|
||
<!-- ------------------------------ --> | ||
#### Performance tool icon now shows a warning when throttling is enabled | ||
|
||
When throttling is enabled, a warning icon is displayed in the **Performance** tab of the toolbar to help developers know that performance is impacted by throttling. | ||
![Performance tab warning icon](./devtools-130-images/performance-warning-icon.png) | ||
|
||
<!-- ====================================================================== --> | ||
## Accessibility bug fix: Warning message icon and expand button meets standard luminosity ratio | ||
|
||
<!-- Subtitle: The warning icon and expand button on warning messages in the Console now meet the standard luminosity ratio of 3:1.--> | ||
|
||
The warning icon and expand button on warning messages in the **Console** failed to meet the standard luminosity ratio of 3:1. This has now been fixed. | ||
|
||
|
||
<!-- ====================================================================== --> | ||
## Announcements from the Chromium project | ||
|
||
Microsoft Edge 130 also includes the following updates from the Chromium project: | ||
|
||
|
||
<!-- ====================================================================== --> | ||
<!-- 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 129)](https://developer.chrome.com/blog/new-in-devtools-129) 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). --> |