Skip to content

Add missing release notes entries #5052

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 17, 2023
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
15 changes: 9 additions & 6 deletions packages/devtools_app/NEXT_RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,29 @@ Dart & Flutter DevTools - A Suite of Performance Tools for Dart and Flutter

## General updates

* Fix several issues in syntax highlighting that would color variable names that contain reserved words incorrectly and leave `extends`/`implements` clauses uncolored for some classes [#4948](https://github.com/flutter/devtools/pull/4948)
* Fix an issue in Safari (browsers that do not support RegExp negative lookbehind) that prevented DevTools from loading [#4938](https://github.com/flutter/devtools/pull/4938)
* Fix an issue that would prevent DevTools connecting to the backend server that would disable some functionality [#5016](https://github.com/flutter/devtools/pull/5016)
* Fix several issues in syntax highlighting that would color variable names that contain reserved words incorrectly and leave `extends`/`implements` clauses uncolored for some classes - [#4948](https://github.com/flutter/devtools/pull/4948)
* Fix an issue in Safari (browsers that do not support RegExp negative lookbehind) that prevented DevTools from loading - [#4938](https://github.com/flutter/devtools/pull/4938)
* Fix an issue that would prevent DevTools connecting to the backend server that would disable some functionality - [#5016](https://github.com/flutter/devtools/pull/5016)
* Added a link to the DevTools [CONTRIBUTING](https://github.com/flutter/devtools/blob/master/CONTRIBUTING.md) guide to the About menu, and fixed the Discord link - [#4926](https://github.com/flutter/devtools/pull/4926)

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

## Performance updates
* Fix several issues with loading a Performance snapshot into DevTools [#5048](https://github.com/flutter/devtools/pull/5048)
* Fix several issues with loading a Performance snapshot into DevTools - [#5048](https://github.com/flutter/devtools/pull/5048), [#4929](https://github.com/flutter/devtools/pull/4929)
* UI polish and cleanup - [#4889](https://github.com/flutter/devtools/pull/4889)

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

## Memory updates

* Improve usability of snapshot diffing [#5015](https://github.com/flutter/devtools/pull/5015)
* Improve usability of snapshot diffing - [#5015](https://github.com/flutter/devtools/pull/5015)
* UI polish and cleanup - [#4855](https://github.com/flutter/devtools/pull/4855)

## Debugger updates

* Added support for viewing profiler hits in the debugger script viewer [#4831](https://github.com/flutter/devtools/pull/4831)
* Added support for viewing profiler hits in the debugger script viewer - [#4831](https://github.com/flutter/devtools/pull/4831)

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