Skip to content

Commit

Permalink
Add release notes for DevTools 2.32.0 (#10113)
Browse files Browse the repository at this point in the history
Co-authored-by: Parker Lougheed <[email protected]>
  • Loading branch information
kenzieschmoll and parlough authored Feb 4, 2024
1 parent 91ab23f commit db4a398
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/_data/devtools_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# make sure to add the version number as an entry in this list.
# This step might be eliminated in the future.
releases:
- '2.32.0'
- '2.31.0'
- '2.30.0'
- '2.29.0'
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions src/tools/devtools/release-notes/release-notes-2.32.0-src.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# DevTools 2.32.0 release notes

The 2.32.0 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](https://docs.flutter.dev/tools/devtools/overview).

## General updates

* Improved overall usability by making the DevTools UI more dense.
This significantly improves the user experience when using
DevTools embedded in an IDE. - [#7030](https://github.com/flutter/devtools/pull/7030)
* Removed the "Dense mode" setting. - [#7086](https://github.com/flutter/devtools/pull/7086)
* Added support for filtering with regular expressions in the
Logging, Network, and CPU profiler pages - [#7027](https://github.com/flutter/devtools/pull/7027)
* Add a DevTools server interaction for getting the DTD uri. - [#7054](https://github.com/flutter/devtools/pull/7054)

## Memory updates

* Supported allocation tracing for Flutter profile builds and
Dart AOT compiled applications. - [#7058](https://github.com/flutter/devtools/pull/7058)
* Supported import of memory snapshots. - [#6974](https://github.com/flutter/devtools/pull/6974)

## Debugger updates

* Highlighted `extension type` as a declaration keyword,
highlight the `$` in identifier interpolation as part of the interpolation,
and properly highlight comments within type arguments. - [#6837](https://github.com/flutter/devtools/pull/6837)

## Logging updates

* Added toggle filters to filter out noisy Flutter and Dart logs - [#7026](https://github.com/flutter/devtools/pull/7026)

![Logging view filters]({{site.url}}/tools/devtools/release-notes/images-2.32.0/logging_toggle_filters.png "Toggle filters for logging screen")

* Added a scrollbar to the details pane. - [#6917](https://github.com/flutter/devtools/pull/6917)

## DevTools extension updates

* Added a description and documentation link to the `devtools_options.yaml` file
that is created in a user's project. - [#7052](https://github.com/flutter/devtools/pull/7052)
* Updated the Simulated DevTools Environment Panel to be collapsible
(thanks to @victoreronmosele!) - [#7062](https://github.com/flutter/devtools/pull/7062)
* Integrated DevTools extensions with the new Dart Tooling Daemon.
This will allow DevTools extensions to access public methods registered by
other DTD clients, such as an IDE, as well as access a minimal file system API
for interacting with the development project. - [#7108](https://github.com/flutter/devtools/pull/7108)

## VS Code sidebar updates

* Fixed an issue that prevented the VS code sidebar from
loading in recent `beta` and `main` builds. - [#6984](https://github.com/flutter/devtools/pull/6984)
* Showed DevTools extensions as an option from the
debug sessions DevTools dropdown, when available. [#6709](https://github.com/flutter/devtools/pull/6709)

## 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.32.0).
7 changes: 7 additions & 0 deletions src/tools/devtools/release-notes/release-notes-2.32.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
short-title: 2.32.0 release notes
description: Release notes for Dart and Flutter DevTools version 2.32.0.
toc: false
---

{% include_relative release-notes-2.32.0-src.md %}

0 comments on commit db4a398

Please sign in to comment.