From 645d1693a274eb95e10bb00e585fc9d1031d6447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 18:03:30 +0100 Subject: [PATCH 1/2] Bump markdown-it from 14.1.0 to 14.1.1 in /scripts (#3722) Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 14.1.0 to 14.1.1. - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/markdown-it/compare/14.1.0...14.1.1) --- updated-dependencies: - dependency-name: markdown-it dependency-version: 14.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- scripts/package-lock.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/scripts/package-lock.json b/scripts/package-lock.json index c076d09ea8..d3e95d0955 100644 --- a/scripts/package-lock.json +++ b/scripts/package-lock.json @@ -1760,10 +1760,9 @@ } }, "node_modules/markdown-it": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz", - "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==", - "license": "MIT", + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.1.tgz", + "integrity": "sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA==", "dependencies": { "argparse": "^2.0.1", "entities": "^4.4.0", @@ -3954,9 +3953,9 @@ "integrity": "sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==" }, "markdown-it": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz", - "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==", + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.1.tgz", + "integrity": "sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA==", "requires": { "argparse": "^2.0.1", "entities": "^4.4.0", From 61da9fa707601336324af7984f9c3bead36f7d2b Mon Sep 17 00:00:00 2001 From: Michael Hoffman <45407486+mikehoffms@users.noreply.github.com> Date: Wed, 18 Feb 2026 09:08:40 -0800 Subject: [PATCH 2/2] What's new in DevTools (Microsoft Edge 145) (#3728) * template * trim chrome links * Update description and remove unnecessary sections * are --------- Co-authored-by: Leah Tu --- microsoft-edge/devtools/whats-new/145.md | 29 ++++++++++++++++++++++++ microsoft-edge/toc.yml | 12 ++++++---- 2 files changed, 37 insertions(+), 4 deletions(-) create mode 100644 microsoft-edge/devtools/whats-new/145.md diff --git a/microsoft-edge/devtools/whats-new/145.md b/microsoft-edge/devtools/whats-new/145.md new file mode 100644 index 0000000000..606641526f --- /dev/null +++ b/microsoft-edge/devtools/whats-new/145.md @@ -0,0 +1,29 @@ +--- +title: What's new in DevTools (Microsoft Edge 145) +description: Soft Navigations are now visible in trace view. Line-level profiler timings are now much more precise. Faster trace interaction. And more. +author: MSEdgeTeam +ms.author: msedgedevrel +ms.topic: article +ms.service: microsoft-edge +ms.subservice: devtools +ms.date: 02/16/2026 +--- +# What's new in DevTools (Microsoft Edge 145) + +These are the latest features in the Stable release of Microsoft Edge DevTools. Microsoft Edge 145 includes the following updates from the Chromium project: + +* [Soft Navigations are now visible in trace view](https://developer.chrome.com/blog/new-in-devtools-145#soft_navigations_are_now_visible_in_trace_view) +* [Line-level profiler timings now far more precise](https://developer.chrome.com/blog/new-in-devtools-145#line-level_profiler_timings_now_far_more_precise) +* [Faster trace interaction](https://developer.chrome.com/blog/new-in-devtools-145#faster_trace_interaction) +* [Identify render-blocking resources](https://developer.chrome.com/blog/new-in-devtools-145#identify_render-blocking_resources) +* [Individual network request throttling](https://developer.chrome.com/blog/new-in-devtools-145#individual_network_request_throttling) +* [Debugging improvements for @starting-style](https://developer.chrome.com/blog/new-in-devtools-145#debugging_improvements_for_starting-style) +* [Miscellaneous highlights](https://developer.chrome.com/blog/new-in-devtools-145#miscellaneous_highlights) +* [Accessibility announcements](https://developer.chrome.com/blog/new-in-devtools-145#accessibility_announcements) + + + +## See also + +* [What's new in Microsoft Edge DevTools](./whats-new.md) +* [Release notes for Microsoft Edge web platform](../../web-platform/release-notes/index.md) diff --git a/microsoft-edge/toc.yml b/microsoft-edge/toc.yml index acf46a60ca..353067ffca 100644 --- a/microsoft-edge/toc.yml +++ b/microsoft-edge/toc.yml @@ -132,6 +132,10 @@ href: ./devtools/whats-new/whats-new.md # todo: ought to be index.md displayName: release notes, announcements # latest 10 What's new + - name: Microsoft Edge 145 + href: ./devtools/whats-new/145.md + displayName: What's new in DevTools (Microsoft Edge 145) # page title + - name: Microsoft Edge 144 href: ./devtools/whats-new/144.md displayName: What's new in DevTools (Microsoft Edge 144) # page title @@ -167,10 +171,6 @@ - name: Microsoft Edge 136 href: ./devtools/whats-new/2025/05/devtools-136.md displayName: What's new in DevTools (Microsoft Edge 136) # page title - - - name: Microsoft Edge 135 - href: ./devtools/whats-new/2025/04/devtools-135.md - displayName: What's new in DevTools (Microsoft Edge 135) # page title # keep 10 items above # ------------------------------------- - name: Archive @@ -179,6 +179,10 @@ href: ./devtools/whats-new/2025/03/devtools-134.md displayName: What's new in DevTools (Microsoft Edge 134) # page title + - name: Microsoft Edge 135 + href: ./devtools/whats-new/2025/04/devtools-135.md + displayName: What's new in DevTools (Microsoft Edge 135) # page title + - name: Microsoft Edge 133 href: ./devtools/whats-new/2025/02/devtools-133.md displayName: What's new in DevTools (Microsoft Edge 133) # page title