File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
src/content/tools/devtools/release-notes Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : DevTools 2.52.0 release notes
3+ shortTitle : 2.52.0 release notes
4+ breadcrumb : 2.52.0
5+ showToc : false
6+ ---
7+
8+ The 2.52.0 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+ - Added a horizontal scrollbar to data tables to help with navigation. -
16+ [ #9482 ] ( https://github.com/flutter/devtools/pull/9482 )
17+ - Made it possible to resize data table columns by dragging the header separators. -
18+ [ #9485 ] ( https://github.com/flutter/devtools/pull/9485 )
19+
20+ ## Network profiler updates
21+
22+ - Fixed layout of the "error count" badge in the tab name. -
23+ [ #9470 ] ( https://github.com/flutter/devtools/pull/9470 )
24+ - Fixed display of "Response Headers" and "Request Headers" when there are no
25+ headers. - [ #9492 ] ( https://github.com/flutter/devtools/pull/9492 )
26+ - Added a banner to clearly indicate when DevTools is not logging network
27+ requests. - [ #9495 ] ( https://github.com/flutter/devtools/pull/9495 )
28+
29+ ## VS Code updates
30+
31+ - Fixed issue preventing shortcuts like ` Cmd ` +` C ` and ` Cmd ` +` V ` from working when DevTools was
32+ embedded inside VS Code on macOS. -
33+ [ #9472 ] ( https://github.com/flutter/devtools/pull/9472 )
34+
35+ ## Full commit history
36+
37+ To find a complete list of changes in this release, check out the
38+ [ DevTools git log] ( https://github.com/flutter/devtools/tree/v2.52.0 ) .
You can’t perform that action at this time.
0 commit comments