From effaac5654af88a757c75b8b866eecb626ac997a Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Tue, 6 Jan 2026 10:57:07 -0800 Subject: [PATCH 1/2] Add DevTools release notes for 2.54.0 --- .../release-notes/release-notes-2.54.0.md | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 src/content/tools/devtools/release-notes/release-notes-2.54.0.md diff --git a/src/content/tools/devtools/release-notes/release-notes-2.54.0.md b/src/content/tools/devtools/release-notes/release-notes-2.54.0.md new file mode 100644 index 0000000000..d5f35c326c --- /dev/null +++ b/src/content/tools/devtools/release-notes/release-notes-2.54.0.md @@ -0,0 +1,42 @@ +--- +title: DevTools 2.54.0 release notes +shortTitle: 2.54.0 release notes +breadcrumb: 2.54.0 +showToc: false +--- + +# DevTools 2.54.0 release notes + +The 2.54.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). + +## General updates + +- Dropped connections to DTD will now automatically be retried to improve the + experience when your machine is resumed from sleep. + [#9587](https://github.com/flutter/devtools/pull/9587) + +## Inspector updates + +- Added a warning banner that the legacy inspector will be removed in a future + release. - [#9572](https://github.com/flutter/devtools/pull/9572) + +## Memory updates + +- Fixed an error preventing users from changing the zoom duration. - + [#9573](https://github.com/flutter/devtools/pull/9573) + +## Deep links tool updates + +- Added more informative dialog if Deep Links tool is unable to find build + options for the iOS or Android app. - + [#9571](https://github.com/flutter/devtools/pull/9571) +- Fixed null error when parsing universal link settings. - + [#9581](https://github.com/flutter/devtools/pull/9581) + +## 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.54.0). From b4af985dc88c1e03a2a0119f6b46bd7e427bb7f0 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Tue, 6 Jan 2026 13:50:26 -0600 Subject: [PATCH 2/2] Use consistent entry format and remove extra h1 --- .../devtools/release-notes/release-notes-2.54.0.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/content/tools/devtools/release-notes/release-notes-2.54.0.md b/src/content/tools/devtools/release-notes/release-notes-2.54.0.md index d5f35c326c..02cae9db7e 100644 --- a/src/content/tools/devtools/release-notes/release-notes-2.54.0.md +++ b/src/content/tools/devtools/release-notes/release-notes-2.54.0.md @@ -5,8 +5,6 @@ breadcrumb: 2.54.0 showToc: false --- -# DevTools 2.54.0 release notes - The 2.54.0 release of the Dart and Flutter DevTools includes the following changes among other general improvements. To learn more about DevTools, check out the @@ -15,13 +13,14 @@ To learn more about DevTools, check out the ## General updates - Dropped connections to DTD will now automatically be retried to improve the - experience when your machine is resumed from sleep. + experience when your machine is resumed from sleep. - [#9587](https://github.com/flutter/devtools/pull/9587) ## Inspector updates -- Added a warning banner that the legacy inspector will be removed in a future - release. - [#9572](https://github.com/flutter/devtools/pull/9572) +- Added a warning banner that the legacy inspector + will be removed in a future release. - + [#9572](https://github.com/flutter/devtools/pull/9572) ## Memory updates @@ -30,8 +29,8 @@ To learn more about DevTools, check out the ## Deep links tool updates -- Added more informative dialog if Deep Links tool is unable to find build - options for the iOS or Android app. - +- Added a more informative dialog if the Deep Links tool is + unable to find build options for the iOS or Android app. - [#9571](https://github.com/flutter/devtools/pull/9571) - Fixed null error when parsing universal link settings. - [#9581](https://github.com/flutter/devtools/pull/9581)