From 08c5b70dc661d64aac57b8f489e0e628f771d6cc Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Thu, 5 Feb 2026 12:20:31 -0800 Subject: [PATCH] Prepare and for publishing to 0.5.0 --- packages/devtools_app_shared/CHANGELOG.md | 15 ++++++++++++++- packages/devtools_app_shared/pubspec.yaml | 2 +- packages/devtools_extensions/CHANGELOG.md | 3 +++ packages/devtools_extensions/pubspec.yaml | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/packages/devtools_app_shared/CHANGELOG.md b/packages/devtools_app_shared/CHANGELOG.md index ae71e856ab0..d09686f5bb6 100644 --- a/packages/devtools_app_shared/CHANGELOG.md +++ b/packages/devtools_app_shared/CHANGELOG.md @@ -3,9 +3,22 @@ Copyright 2025 The Flutter Authors Use of this source code is governed by a BSD-style license that can be found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. --> -## 0.4.1 (not released) +## 0.5.0 +* **Breaking change:** remove `scaleByFontFactor`. +* **Breaking change:** remove `IdeTheme.fontSize` and `IdeTheme.fontSizeFactor`. +* **Breaking change:** replace `minScreenWidthForTextBeforeScaling` with `minScreenWidthForText`. +* **Breaking change:** replace `defaultIconSizeBeforeScaling` with `defaultIconSize`. +* **Breaking change:** replace `defaultActionsIconSizeBeforeScaling` with `actionsIconSize`. +* **Breaking change:** replace `unscaledLargeFontSize` with `largeFontSize`. +* **Breaking change:** replace `unscaledDefaultFontSize` with `defaultFontSize`. +* **Breaking change:** replace `unscaledSmallFontSize` with `smallFontSize`. * Ignore expected exceptions from the `navigateToCode` extension method. * Add `RpcErrorExtension` extension with an `isServiceDisposedError` getter. +* `FormattedJson` uses `SelectionArea` instead of `SelectableText` to make multiple lines selectable. +* Add `identifyChannel` helper to `FlutterVersion`. +* Add `webReload` to URL utilities. +* `DTDManager` attempts to reconnect to DTD automatically if the connection drops. +* Add `serviceRegistrationBroadcastStream` to `DTDManager`. ## 0.4.0 * Bump `dtd` dependency to `^4.0.0`. diff --git a/packages/devtools_app_shared/pubspec.yaml b/packages/devtools_app_shared/pubspec.yaml index f5d499c72ee..4e1b0289b40 100644 --- a/packages/devtools_app_shared/pubspec.yaml +++ b/packages/devtools_app_shared/pubspec.yaml @@ -3,7 +3,7 @@ # found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. name: devtools_app_shared description: Package of Dart & Flutter structures shared between devtools_app and devtools extensions. -version: 0.4.1 +version: 0.5.0 repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app_shared environment: diff --git a/packages/devtools_extensions/CHANGELOG.md b/packages/devtools_extensions/CHANGELOG.md index fe3c0c84346..6f2f4bfae0e 100644 --- a/packages/devtools_extensions/CHANGELOG.md +++ b/packages/devtools_extensions/CHANGELOG.md @@ -3,6 +3,9 @@ Copyright 2025 The Flutter Authors Use of this source code is governed by a BSD-style license that can be found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. --> +## 0.5.0 +* Bump `devtools_app_shared` dependency to `0.5.0`. + ## 0.4.0 * Bump `devtools_app_shared` dependency to `0.4.0`. * Add `ShowBannerMessageExtensionEvent.dismissOnConnectionChanges` field. This diff --git a/packages/devtools_extensions/pubspec.yaml b/packages/devtools_extensions/pubspec.yaml index 9947480eb6d..3b9fa7f6c6a 100644 --- a/packages/devtools_extensions/pubspec.yaml +++ b/packages/devtools_extensions/pubspec.yaml @@ -19,7 +19,7 @@ executables: dependencies: args: ^2.4.2 devtools_shared: ^12.0.0 - devtools_app_shared: ^0.4.0 + devtools_app_shared: ^0.5.0 flutter: sdk: flutter io: ^1.0.4