Skip to content

Commit d800835

Browse files
Update DevTools release notes for cherry pick release 2.42.3 (#11721)
1 parent 81216c1 commit d800835

6 files changed

+18
-13
lines changed

src/_data/devtools_releases.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# make sure to add the version number as an entry in this list.
33
# This step might be eliminated in the future.
44
releases:
5-
- '2.42.2'
5+
- '2.42.3'
66
- '2.41.0'
77
- '2.40.2'
88
- '2.39.0'

src/content/tools/devtools/release-notes/release-notes-2.42.2.md

-7
This file was deleted.

src/content/tools/devtools/release-notes/release-notes-2.42.2-src.md src/content/tools/devtools/release-notes/release-notes-2.42.3-src.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# DevTools 2.42.2 release notes
1+
# DevTools 2.42.3 release notes
22

3-
The 2.42.2 release of the Dart and Flutter DevTools
3+
The 2.42.3 release of the Dart and Flutter DevTools
44
includes the following changes among other general improvements.
55
To learn more about DevTools, check out the
66
[DevTools overview](/tools/devtools/overview).
@@ -14,12 +14,17 @@ To learn more about DevTools, check out the
1414
## Inspector updates
1515

1616
* Enabled the new inspector by default. This can be disabled in the inspector settings. - [#8650](https://github.com/flutter/devtools/pull/8650)
17-
![Legacy inspector setting](/tools/devtools/release-notes/images-2.42.2/legacy_inspector_setting.png "Legacy inspector setting")
17+
![Legacy inspector setting](/tools/devtools/release-notes/images-2.42.3/legacy_inspector_setting.png "Legacy inspector setting")
1818
* Fixed an issue where selecting an implementation widget on the device while implementation widgets were hidden in the [new inspector](https://docs.flutter.dev/tools/devtools/release-notes/release-notes-2.40.1#inspector-updates) showed an error. - [#8625](https://github.com/flutter/devtools/pull/8625)
1919
* Enabled auto-refreshes of the widget tree on hot-reloads and navigation events by default. This can be disabled in the inspector settings. - [#8646](https://github.com/flutter/devtools/pull/8646)
20-
![Auto-refresh setting](/tools/devtools/release-notes/images-2.42.2/inspector_auto_refresh_setting.png "Inspector auto-refresh setting")
20+
![Auto-refresh setting](/tools/devtools/release-notes/images-2.42.3/inspector_auto_refresh_setting.png "Inspector auto-refresh setting")
21+
22+
## Network profiler updates
23+
24+
* Fixed an issue where the HTTP requests would sometimes not be displayed properly, particularly when DevTools is communicating
25+
with an application over a slow network connection. - [#8860](https://github.com/flutter/devtools/pull/8860)
2126

2227
## Full commit history
2328

2429
To find a complete list of changes in this release, check out the
25-
[DevTools git log](https://github.com/flutter/devtools/tree/v2.42.2).
30+
[DevTools git log](https://github.com/flutter/devtools/tree/v2.42.3).
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
short-title: 2.42.3 release notes
3+
description: Release notes for Dart and Flutter DevTools version 2.42.3.
4+
toc: false
5+
---
6+
7+
{% include ./release-notes-2.42.3-src.md %}

0 commit comments

Comments
 (0)