-
Notifications
You must be signed in to change notification settings - Fork 363
Closed
Labels
P0critical issue (e.g. build break, regression, blocker for top-tier customer, critical tech debt)critical issue (e.g. build break, regression, blocker for top-tier customer, critical tech debt)
Description
A cp release is needed because DevTools 2.40.0 was built with a version of flutter that included a skwasm renderer bug (causing #8401).
This rendering issue was fixed by this revert: flutter/engine#55715. When this commit rolls into the flutter framework, a DevTools cherry pick release will need to be performed from a Flutter framework version that includes the before mentioned Flutter engine revert commit. This Flutter framework hash must be used in the flutter-candidate.txt file.
The DevTools CP release should include:
- The flutter-candidate.txt update to include the Flutter engine fix: d369b4f
Since a CP release has to be done anyway, we will also include a couple of bug fixes:
- Fix a bug causing an opened dialog to put the DevTools navigator in an unrecoverable state: 7c8b217
- Fix an issue with the Inspector V2 experiment causing the details tab selection to be lost when changing selected widgets: 8120227
- Fix an issue with filters being reset upon clearing data: 2603615
Once the CP release is complete, the DevTools release notes on the Flutter website should be updated for version 2.40.1.
Metadata
Metadata
Assignees
Labels
P0critical issue (e.g. build break, regression, blocker for top-tier customer, critical tech debt)critical issue (e.g. build break, regression, blocker for top-tier customer, critical tech debt)