Skip to content

Commit dc30f8e

Browse files
authored
Prepare devtools_app_shared and devtools_extensions for publishing to 0.5.0 (#9652)
1 parent 7bce793 commit dc30f8e

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

packages/devtools_app_shared/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,22 @@ Copyright 2025 The Flutter Authors
33
Use of this source code is governed by a BSD-style license that can be
44
found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
55
-->
6-
## 0.4.1 (not released)
6+
## 0.5.0
7+
* **Breaking change:** remove `scaleByFontFactor`.
8+
* **Breaking change:** remove `IdeTheme.fontSize` and `IdeTheme.fontSizeFactor`.
9+
* **Breaking change:** replace `minScreenWidthForTextBeforeScaling` with `minScreenWidthForText`.
10+
* **Breaking change:** replace `defaultIconSizeBeforeScaling` with `defaultIconSize`.
11+
* **Breaking change:** replace `defaultActionsIconSizeBeforeScaling` with `actionsIconSize`.
12+
* **Breaking change:** replace `unscaledLargeFontSize` with `largeFontSize`.
13+
* **Breaking change:** replace `unscaledDefaultFontSize` with `defaultFontSize`.
14+
* **Breaking change:** replace `unscaledSmallFontSize` with `smallFontSize`.
715
* Ignore expected exceptions from the `navigateToCode` extension method.
816
* Add `RpcErrorExtension` extension with an `isServiceDisposedError` getter.
17+
* `FormattedJson` uses `SelectionArea` instead of `SelectableText` to make multiple lines selectable.
18+
* Add `identifyChannel` helper to `FlutterVersion`.
19+
* Add `webReload` to URL utilities.
20+
* `DTDManager` attempts to reconnect to DTD automatically if the connection drops.
21+
* Add `serviceRegistrationBroadcastStream` to `DTDManager`.
922

1023
## 0.4.0
1124
* Bump `dtd` dependency to `^4.0.0`.

packages/devtools_app_shared/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
44
name: devtools_app_shared
55
description: Package of Dart & Flutter structures shared between devtools_app and devtools extensions.
6-
version: 0.4.1
6+
version: 0.5.0
77
repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app_shared
88

99
environment:

packages/devtools_extensions/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Copyright 2025 The Flutter Authors
33
Use of this source code is governed by a BSD-style license that can be
44
found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd.
55
-->
6+
## 0.5.0
7+
* Bump `devtools_app_shared` dependency to `0.5.0`.
8+
69
## 0.4.0
710
* Bump `devtools_app_shared` dependency to `0.4.0`.
811
* Add `ShowBannerMessageExtensionEvent.dismissOnConnectionChanges` field. This

packages/devtools_extensions/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ executables:
1919
dependencies:
2020
args: ^2.4.2
2121
devtools_shared: ^12.0.0
22-
devtools_app_shared: ^0.4.0
22+
devtools_app_shared: ^0.5.0
2323
flutter:
2424
sdk: flutter
2525
io: ^1.0.4

0 commit comments

Comments
 (0)