Skip to content

Commit 32585be

Browse files
authored
Update changelog for changes since 89 (#8826)
The lines below 89.0 are just formatting changes.
1 parent 880219d commit 32585be

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## Unreleased
2+
3+
### Added
4+
5+
### Changed
6+
7+
- Improved color recognition in gutter previews by making it more specific to `Colors` and `CupertinoColors` classes. (#8824)
8+
- Improved responsiveness by moving `FlutterInitializer` initialization and `FlutterPluginsLibraryManager` read actions off the UI thread. (
9+
#8761, #8759)
10+
- Dart Plugin issue tracker URL in documentation. (#8784)
11+
12+
### Removed
13+
14+
- Support for deprecated `.packages` files. (#8724, #8721)
15+
16+
### Fixed
17+
18+
- Missing device labels in run tabs on IntelliJ 2025.3+. (#8796)
19+
120
## 89.0.0
221

322
### Added
@@ -9,7 +28,8 @@
928
### Fixed
1029

1130
- DtdUtils static field retaining disposed Project (#8658)
12-
- Fixed project open hang in Android Studio 2025.2 by removing legacy `FlutterStudioProjectOpenProcessor` and migrating configuration logic to `FlutterStudioStartupActivity`. (#8661)
31+
- Fixed project open hang in Android Studio 2025.2 by removing legacy `FlutterStudioProjectOpenProcessor` and migrating configuration logic
32+
to `FlutterStudioStartupActivity`. (#8661)
1333

1434
## 88.2.0
1535

@@ -26,7 +46,8 @@
2646
### Fixed
2747

2848
- Fixed crash when using 3rd party loggers that don't implement `setLevel`. (#8631)
29-
- Fixed `IllegalStateException` and "Slow operations are prohibited on EDT" when opening projects by migrating `FlutterProjectOpenProcessor` to Kotlin and using `openProjectAsync`. (#8629)
49+
- Fixed `IllegalStateException` and "Slow operations are prohibited on EDT" when opening projects by migrating `FlutterProjectOpenProcessor`
50+
to Kotlin and using `openProjectAsync`. (#8629)
3051

3152
## 88.1.0
3253

0 commit comments

Comments
 (0)