Skip to content

Commit

Permalink
Updating from 2.36.0 to 2.37.0-dev.0 (#7858)
Browse files Browse the repository at this point in the history
  • Loading branch information
DartDevtoolWorkflowBot authored May 31, 2024
1 parent 5dbdf76 commit 1e427cf
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 32 deletions.
2 changes: 1 addition & 1 deletion packages/devtools_app/lib/devtools.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
// the constant declaration `const String version =`.
// If you change the declaration you must also modify the regex in
// tools/update_version.dart.
const String version = '2.36.0';
const String version = '2.37.0-dev.0';
2 changes: 1 addition & 1 deletion packages/devtools_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: none

# Note: this version should only be updated by running tools/update_version.dart
# that updates all versions of devtools packages (devtools_app, devtools_test).
version: 2.36.0
version: 2.37.0-dev.0

repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app

Expand Down
37 changes: 7 additions & 30 deletions packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
This is draft for future release notes, that are going to land on
[the Flutter website](https://docs.flutter.dev/tools/devtools/release-notes).

# DevTools 2.36.0 release notes
# DevTools 2.37.0 release notes

The 2.36.0 release of the Dart and Flutter DevTools
The 2.37.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](/tools/devtools/overview).
Expand All @@ -18,16 +18,7 @@ TODO: Remove this section if there are not any general updates.

## Performance updates

* Added a feature for showing widget build counts. Enable this setting to see widget build counts
for each Flutter frame in the "Frame Analysis" tool, or to see an aggregate summary of these
counts in the new "Rebuild Stats" tool. - [#7838](https://github.com/flutter/devtools/pull/7838),
[#7847](https://github.com/flutter/devtools/pull/7847)

![Track widget build counts setting](images/track_build_counts_setting.png "Track widget build counts setting")

![Widget rebuild counts in the Frame Analysis view](images/rebuild_counts_frame_analysis.png "Widget rebuilds counts for a flutter frame")

![Widget rebuild counts in the Rebuild Stats view](images/rebuild_stats.png "Widget rebuilds counts aggregate stats")
TODO: Remove this section if there are not any general updates.

## CPU profiler updates

Expand All @@ -43,8 +34,7 @@ TODO: Remove this section if there are not any general updates.

## Network profiler updates

* Added better support for narrow viewing windows, like when this
screen is embedded in the IDE. - [#7726](https://github.com/flutter/devtools/pull/7726)
TODO: Remove this section if there are not any general updates.

## Logging updates

Expand All @@ -56,30 +46,17 @@ TODO: Remove this section if there are not any general updates.

## Deep links tool updates

* Adds an error page to explain the issue when the tool fails to
parse the project. - [#7767](https://github.com/flutter/devtools/pull/7767)
TODO: Remove this section if there are not any general updates.

## VS Code Sidebar updates

TODO: Remove this section if there are not any general updates.

## DevTools Extension updates

* Fixed an issue with detecting extensions for Dart or Flutter
tests. - [#7717](https://github.com/flutter/devtools/pull/7717)
* Fixed an issue with detecting extensions for nested Dart or Flutter
projects. - [#7742](https://github.com/flutter/devtools/pull/7742)
* Added an example to `package:devtools_extensions` that shows how to
interact with the Dart Tooling Daemon from a DevTools
extension. - [#7752](https://github.com/flutter/devtools/pull/7752)
* Fixed a DevTools routing bug related to disabling an
extension. - [#7791](https://github.com/flutter/devtools/pull/7791)
* Fixed a bug causing a "Page Not Found" error when refreshing DevTools
from an extension screen. - [#7822](https://github.com/flutter/devtools/pull/7822)
* Fixed a themeing issue when extensions are embedded in an
IDE - [#7824](https://github.com/flutter/devtools/pull/7824)
TODO: Remove this section if there are not any general updates.

## 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.36.0).
[DevTools git log](https://github.com/flutter/devtools/tree/v2.37.0).
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 1e427cf

Please sign in to comment.