Skip to content

Commit 37e377d

Browse files
authored
Add release notes for DevTools 2.51.1 (#12659)
Add release notes for the 2.51.1 hotfix version of DevTools. This is version of DevTools that is going out with Flutter 3.38. Includes the release notes for 2.51.0 along with the release notes for the cherry-picks included in 2.51.1 (see flutter/devtools@v2.51.0...v2.51.1)
1 parent ca8bd74 commit 37e377d

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: DevTools 2.51.1 release notes
3+
shortTitle: 2.51.1 release notes
4+
breadcrumb: 2.51.1
5+
showToc: false
6+
---
7+
8+
The 2.51.1 release of the Dart and Flutter DevTools
9+
includes the following changes among other general improvements.
10+
To learn more about DevTools, check out the
11+
[DevTools overview](/tools/devtools/overview).
12+
13+
## General updates
14+
15+
- Flutter beta channel users were opted into the DevTools-on-Wasm experiment.
16+
All other users can still enable the Wasm-compiled DevTools from the settings
17+
dialog. - [#9455](https://github.com/flutter/devtools/pull/9455)
18+
- Added a horizontal scrollbar to data tables to help with navigation. -
19+
[#9482](https://github.com/flutter/devtools/pull/9482)
20+
- Made it possible to resize data table columns by dragging the header separators. -
21+
[#9485](https://github.com/flutter/devtools/pull/9485)
22+
23+
## Inspector updates
24+
25+
- Fixed an issue where selecting a widget with the Inspector would open the
26+
widget definition file instead of the user's project file. -
27+
[#176530](https://github.com/flutter/flutter/pull/176530)
28+
29+
## Network profiler updates
30+
31+
- Fixed layout of the "error count" badge in the tab name. -
32+
[#9470](https://github.com/flutter/devtools/pull/9470)
33+
- Fixed display of "Response Headers" and "Request Headers" when there are no
34+
headers. - [#9492](https://github.com/flutter/devtools/pull/9492)
35+
- Added a banner to clearly indicate when DevTools is not logging network
36+
requests. - [#9495](https://github.com/flutter/devtools/pull/9495)
37+
38+
## VS Code updates
39+
40+
- Fixed issue preventing shortcuts like `Cmd`+`C` and `Cmd`+`V` from working when DevTools was
41+
embedded inside VS Code on macOS. -
42+
[#9472](https://github.com/flutter/devtools/pull/9472)
43+
44+
## Full commit history
45+
46+
To find a complete list of changes in this release, check out the
47+
[DevTools git log](https://github.com/flutter/devtools/tree/v2.51.1).

0 commit comments

Comments
 (0)