Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 6 additions & 14 deletions packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
This is draft for future release notes, that are going to land on
[the Flutter website](https://docs.flutter.dev/development/tools/devtools/release-notes).

# DevTools 2.22.0 release notes
# DevTools 2.23.0 release notes

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when you run dart update_version.dart auto -t minor
The release notes will automatically be cleaned up for you.
I believe the next release notes helper also does this automatically

@polina-c polina-c Mar 1, 2023

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you suggest to remove this header or cancel this change?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be fine actually, but we may not want to push this until our version is set to 2.23.0 as well :)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be we should delete the header at all. In some next PR.


Dart & Flutter DevTools - A Suite of Performance Tools for Dart and Flutter

## General updates
* Prevent crashes if there is no main isolate - [#5232](https://github.com/flutter/devtools/pull/5232)
TODO: Remove this section if there are not any general updates.

## Inspector updates
TODO: Remove this section if there are not any general updates.
Expand All @@ -15,24 +15,16 @@ TODO: Remove this section if there are not any general updates.
TODO: Remove this section if there are not any general updates.

## CPU profiler updates

* Display stack frame uri inline with method name to ensure the URI is always visible
in deeply nested trees - [#5181](https://github.com/flutter/devtools/pull/5181)
* Add the ability to filter by method name or source URI - [#5204](https://github.com/flutter/devtools/pull/5204)
TODO: Remove this section if there are not any general updates.

## Memory updates
* Change filter default to show only project and 3rd party dependencies [#5201](https://github.com/flutter/devtools/pull/5201).
* Support expression evaluation in console for running application [#5248](https://github.com/flutter/devtools/pull/5248).
* Add column `Persisted` for memory diffing [#5290](https://github.com/flutter/devtools/pull/5290).
TODO: Remove this section if there are not any general updates.

## Debugger updates
* Add support for browser navigation history when navigating using the `File Explorer` [#4906](https://github.com/flutter/devtools/pull/4906).
* Designate positional fields for `Record` types with the getter syntax beginning at `$1` [#5272](https://github.com/flutter/devtools/pull/5272)
* Fix variable inspection for `Map` and `List` instances: [#5320](https://github.com/flutter/devtools/pull/5320)
* Fix variable inspection for `Set` instances: [#5323](https://github.com/flutter/devtools/pull/5323)
TODO: Remove this section if there are not any general updates.

## Network profiler updates
* Improve reliability and performance of the Network tab - [#5056](https://github.com/flutter/devtools/pull/5056)
TODO: Remove this section if there are not any general updates.

## Logging updates
TODO: Remove this section if there are not any general updates.
Expand Down