From 0cd497e464cd445a610bb7ceab0daa737f0fe0f0 Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Fri, 7 Nov 2025 10:02:07 -0800 Subject: [PATCH 1/2] Add release notes for DevTools 2.51.1 --- .../release-notes/release-notes-2.51.1.md | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 src/content/tools/devtools/release-notes/release-notes-2.51.1.md diff --git a/src/content/tools/devtools/release-notes/release-notes-2.51.1.md b/src/content/tools/devtools/release-notes/release-notes-2.51.1.md new file mode 100644 index 00000000000..de5df88f975 --- /dev/null +++ b/src/content/tools/devtools/release-notes/release-notes-2.51.1.md @@ -0,0 +1,47 @@ +--- +title: DevTools 2.51.1 release notes +shortTitle: 2.51.1 release notes +breadcrumb: 2.51.1 +showToc: false +--- + +The 2.51.1 release of the Dart and Flutter DevTools +includes the following changes among other general improvements. +To learn more about DevTools, check out the +[DevTools overview](/tools/devtools/overview). + +## General updates + +- Flutter beta channel users were opted into the DevTools-on-Wasm experiment. + All other users can still enable the Wasm-compiled DevTools from the settings + dialog. - [#9455](https://github.com/flutter/devtools/pull/9455) +- Added a horizontal scrollbar to data tables to help with navigation. - + [#9482](https://github.com/flutter/devtools/pull/9482) +- Made it possible to resize data table columns by dragging the header separators. - + [#9485](https://github.com/flutter/devtools/pull/9485) + +## Inspector updates + +- Fixed an issue where selecting a widget with the Inspector would open the + widget definition file instead of the user's project file. - + [#176530](https://github.com/flutter/flutter/pull/176530) + +## Network profiler updates + +- Fixed layout of the "error count" badge in the tab name. - + [#9470](https://github.com/flutter/devtools/pull/9470) +- Fixed display of "Response Headers" and "Request Headers" when there are no + headers. - [#9492](https://github.com/flutter/devtools/pull/9492) +- Added a banner to clearly indicate when DevTools is not logging network + requests. - [#9495](https://github.com/flutter/devtools/pull/9495) + +## VS Code updates + +- On macOS, shortcuts like `Cmd`+`C` and `Cmd`+`V` now work when DevTools is + embedded inside VS Code - + [#9472](https://github.com/flutter/devtools/pull/9472) + +## Full commit history + +To find a complete list of changes in this release, check out the +[DevTools git log](https://github.com/flutter/devtools/tree/v2.51.1). From 754b148b8a887958d4bf4128e68ab0158814f088 Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Fri, 7 Nov 2025 10:16:43 -0800 Subject: [PATCH 2/2] Fix VS Code update --- .../tools/devtools/release-notes/release-notes-2.51.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/tools/devtools/release-notes/release-notes-2.51.1.md b/src/content/tools/devtools/release-notes/release-notes-2.51.1.md index de5df88f975..84e10132906 100644 --- a/src/content/tools/devtools/release-notes/release-notes-2.51.1.md +++ b/src/content/tools/devtools/release-notes/release-notes-2.51.1.md @@ -37,8 +37,8 @@ To learn more about DevTools, check out the ## VS Code updates -- On macOS, shortcuts like `Cmd`+`C` and `Cmd`+`V` now work when DevTools is - embedded inside VS Code - +- Fixed issue preventing shortcuts like `Cmd`+`C` and `Cmd`+`V` from working when DevTools was + embedded inside VS Code on macOS. - [#9472](https://github.com/flutter/devtools/pull/9472) ## Full commit history