|
6 | 6 |
|
7 | 7 | ### Changed |
8 | 8 |
|
9 | | -- Made Flutter project open to project view by default (#8573) |
10 | | -- Fix incorrect colors for the device selector when using light themes. (#8576) |
| 9 | +- Made Flutter project open to project view by default. (#8573) |
| 10 | +- Fixed incorrect colors for the device selector when using light themes. (#8576) |
11 | 11 |
|
12 | 12 | ## 88.0.0 |
13 | 13 |
|
14 | 14 | ### Added |
15 | 15 |
|
16 | | -- Support for Android Studio 2025.2 |
| 16 | +- Support for Android Studio 2025.2. |
17 | 17 |
|
18 | 18 | ### Removed |
19 | 19 |
|
20 | | -- The Flutter version is now read from the file ./bin/cache/flutter.version.json, required in Flutter 3.33+ (#8465) |
21 | | -- Notification of required pub actions at the top of Dart files (#7623, #8481) |
| 20 | +- Notification of required pub actions at the top of Dart files. (#7623, #8481) |
22 | 21 |
|
23 | 22 | ### Changed |
24 | 23 |
|
25 | | -- Resolved a "Slow operations are prohibited on EDT" exception on Flutter Project creation (#8446, #8447, #8448) |
26 | | -- Made dev release daily instead of weekly |
27 | | -- Set the device selector component to opaque during its creation to avoid an unexpected background color (#8471) |
28 | | -- Refactored `DeviceSelectorAction` and add rich icons to different platform devices (#8475) |
29 | | -- Fix DTD freezes when opening projects, and EDT freezes when the theme is changed and opening embedded DevTools (#8477) |
30 | | -- Fix `DeviceSelectorAction` `NoSuchElementException` in the toolbar layout (#8515) |
31 | | -- Fix `DeviceSelectorAction`'s concurrent modification exception. (#8550) |
| 24 | +- Updated the Flutter version reading to use the file `./bin/cache/flutter.version.json`, as required in Flutter 3.33+. (#8465) |
| 25 | +- Resolved a "Slow operations are prohibited on EDT" exception on Flutter Project creation. (#8446, #8447, #8448) |
| 26 | +- Made dev release daily instead of weekly. |
| 27 | +- Set the device selector component to opaque during its creation to avoid an unexpected background color. (#8471) |
| 28 | +- Refactored `DeviceSelectorAction` and added rich icons to different platform devices. (#8475) |
| 29 | +- Fixed DTD freezes when opening projects and EDT freezes when the theme is changed and opening embedded DevTools. (#8477) |
| 30 | +- Fixed `DeviceSelectorAction` `NoSuchElementException` in the toolbar layout. (#8515) |
| 31 | +- Fixed `DeviceSelectorAction`'s concurrent modification exception. (#8550) |
32 | 32 |
|
33 | 33 | ## 87.1.0 |
34 | 34 |
|
35 | | -- Register VM service with DTD (#8436) |
36 | | -- Fix for ClassCastException: BadgeIcon on flutter runs (#8426) |
| 35 | +### Changed |
| 36 | + |
| 37 | +- Registered VM service with DTD. (#8436) |
| 38 | +- Fixed a ClassCastException for BadgeIcon on flutter runs. (#8426) |
37 | 39 |
|
38 | 40 | ## 87.0.0 |
39 | 41 |
|
40 | | -- Fixes to Flutter test execution (#8233, #8325) |
41 | | -- Make Android dependencies optional, allowing the plugin to be used in more Jetbrains products (Rider, etc) (#7949, #8375) |
42 | | -- Internal: support for logging to a dedicated plugin log file (#8253) |
43 | | -- Fixes to ensure the Property Editor loads on all project opens (#8268) |
44 | | -- Fix the hang after opening a new project in Android Studio (#8390) |
| 42 | +### Added |
| 43 | + |
| 44 | +- Internal support for logging to a dedicated plugin log file. (#8253) |
| 45 | + |
| 46 | +### Changed |
| 47 | + |
| 48 | +- Made Android dependencies optional, allowing the plugin to be used in more Jetbrains products (Rider, etc). (#7949, #8375) |
| 49 | +- Fixed issues with Flutter test execution. (#8233, #8325) |
| 50 | +- Fixed issues to ensure the Property Editor loads on all project opens. (#8268) |
| 51 | +- Fixed a hang after opening a new project in Android Studio. (#8390) |
0 commit comments