|
8 | 8 |
|
9 | 9 | - Resolved a "Slow operations are prohibited on EDT" exception on Flutter Project creation (#8446, #8447, #8448) |
10 | 10 |
|
11 | | -## 87.1 |
| 11 | +## 87.1.0 |
12 | 12 |
|
13 | 13 | - Register VM service with DTD (#8436) |
14 | 14 | - Fix for ClassCastException: BadgeIcon on flutter runs (#8426) |
15 | 15 | - Fix the FlutterDependencyInspection for the analyzer workspaces (#8428) |
16 | 16 |
|
17 | | -## 87 |
| 17 | +## 87.0.0 |
18 | 18 |
|
19 | 19 | - Fixes to Flutter test execution (#8233, #8325) |
20 | 20 | - Make Android dependencies optional, allowing the plugin to be used in more Jetbrains products (Rider, etc) (#7949, #8375) |
21 | 21 | - Internal: support for logging to a dedicated plugin log file (#8253) |
22 | 22 | - Fixes to ensure the Property Editor loads on all project opens (#8268) |
23 | 23 | - Fix the hang after opening a new project in Android Studio (#8390) |
24 | | - |
25 | | -## 86 |
26 | | - |
27 | | -- New message in DevTools windows for "Dock unpinned" IntelliJ feature (#8181) |
28 | | -- Fixes for Slow Operation notifications in the IDEA platform (#7792) |
29 | | -- Fix in Flutter project creation flow (#8259) |
30 | | -- Many code health improvements and code cleanups (#8025, #8027, #8021) |
31 | | -- Migration of deprecated API usages (#7718) |
32 | | -- Fix for empty menu item in the device selector (#8264) |
33 | | - |
34 | | -## 85.3 |
35 | | - |
36 | | -- Add Property Editor side panel (#7957) |
37 | | -- Support removed for IDEA 2024.1 (Koala) and 2024.2 (Ladybug) (#8073) |
38 | | -- Various cleanups including migrating slow operations to non-blocking calls (#8089) |
39 | | - |
40 | | -## 85.2 |
41 | | - |
42 | | -- Fix broken devtools inspector source navigation (#8041) |
43 | | - |
44 | | -## 85.1 |
45 | | - |
46 | | -- Fix the disappearance of the New Flutter Project menu item (#8040) |
47 | | -- Add back the device name with the running tab (#7948) |
48 | | -- Update the `org.jetbrains.intellij.platform` version to `2.5.0` (#8038) |
49 | | -- Replace deprecated ComboBoxWithBrowserButton (#7931) |
50 | | -- Fix Flutter Outline View event over-subscriptions (#7980) |
51 | | - |
52 | | -## 85 |
53 | | - |
54 | | -- Restored Test with coverage run configuration feature (#7810) |
55 | | -- Upgrade `org.jetbrains.intellij.platform` to 2.2.1 from 2.1.0 (#7936) |
56 | | -- Fix for DevTool windows not appearing (#8029) |
57 | | -- Support for Narwhal, Android Studio 2025.1 (#7963) |
58 | | -- Build changes to support newer required versions of Java to build the plugin (#7963) |
59 | | -- Cleanup: removal of pre Dart SDK 3.0 code (#7882) |
60 | | -- Cleanup: removal of the deprecated Swing-based Inspector window (#7861) |
61 | | -- Cleanup: removal of the deprecated Outline window (#7816) |
62 | | -- Cleanup: removal of the deprecated Performance page window (#7816) |
63 | | -- Migrated all instances of EditorNotifications.Provider to the new API (#7830) |
64 | | - |
65 | | -## 84 |
66 | | - |
67 | | -- This version was not shipped due to issue #7968 |
68 | | - |
69 | | -## 83 |
70 | | - |
71 | | -- First version for Meerkat, Android Studio 2024.3 (#7799) |
72 | | -- Message in the Flutter Outline window that the window is now deprecated (#7778) |
73 | | -- Testing and cleanup now that the code is migrated to the new Gradle Plugin (#7670) |
74 | | - |
75 | | -## 82.2 |
76 | | - |
77 | | -- Release of the plugin for 2024.3 (#7670) |
78 | | -- Migration to IntelliJ Platform Gradle Plugin (2.x) (#7670) |
79 | | -- The Flutter coverage runner support has been removed (#7670) |
80 | | - |
81 | | -## 82.1 |
82 | | - |
83 | | -- Fix for Cannot invoke "com.intellij.openapi.wm.ToolWindow.setAvailable(boolean)" issue -- thanks to @parlough (#7691) |
84 | | -- New SDK notification to notify of old Flutter SDK usage (#7763) |
85 | | -- Progress on migrating off of old IDEA APIs (#7718) |
86 | | -- Significant code cleanup |
87 | | - |
88 | | -## 82 |
89 | | - |
90 | | -- Various DevTools integration improvements (#7626) (#7621) |
91 | | -- Removal of the old Performance page, now replaced by DevTools (#7624) |
92 | | -- Add an option to reload a DevTools window (#7617) |
93 | | -- Fix to the developer build (#7625) |
94 | | - |
95 | | -## 81.1 |
96 | | - |
97 | | -- Initial support 2024.2 & Android Studio Ladybug Canary 6 (#7595) |
98 | | - |
99 | | -## 81 |
100 | | - |
101 | | -- New icons to match "New UI" features in IntelliJ and Android Studio (#6595) |
102 | | -- Restore Flutter test icons in the editor gutter (#7505) |
103 | | -- Fix widget tree highlighting in the editor (#7522) |
104 | | -- Resolve "Exception: Cannot invoke "org..AnAction.getTemplatePresentation()" exception (#7488) |
105 | | -- Resolve "Pubspec has been edited" editor notification is stuck (#7538) |
106 | | -- Resolve Released EditorImpl held by lambda in FlutterReloadManager (#7507) |
107 | | -- Configure the Project view for Flutter in AS, when creating a new Flutter project (#4470) |
108 | | -- Migrate to Kotlin UI DSL Version 2 (#7310) |
109 | | - |
110 | | -## 80 |
111 | | - |
112 | | -- Resolve debugger issue with the new Dart macro file uri format (#7449) |
113 | | -- Hide deep links window when insufficient SDK version (#7478) |
114 | | -- Fix exceptions out of FlutterSampleNotificationProvider (#5634) |
115 | | -- Additional fixes for deprecation of `ActionUpdateThread.OLD_EDT` (#7330) |
116 | | -- Exception from EditorPerfDecorations fixed (#7432) |
117 | | -- Exception from FlutterColorProvider fixed (#7428) |
118 | | -- Fix top toolbar for new UI (#7423) |
119 | | -- Update JxBrowser to `v7.38.2` (#7413) |
120 | | -- "Open Android Module in Android Studio" action removed (#7103) |
121 | | -- Fix for deprecation of `ActionUpdateThread.OLD_EDT` (#7330) |
122 | | -- Deprecation of `ServiceExtensions.setPubRootDirectories` (#7142) |
123 | | -- Fix plugin not opening in Android Studio (#7305) |
124 | | -- Deadlock involving `WorkspaceCache.getInstance()` (#7333) |
125 | | -- Fix for `AlreadyDisposedException` from `DartVmServiceDebugProcess` (#7381) |
126 | | -- Memory leak fix out of `DartVmServiceDebugProcess` (7380) |
127 | | -- Memory leak fix in `FlutterSettings` and `JxBrowser` (#7377) |
128 | | -- Delete actions specific to legacy inspector (#7416) |
0 commit comments