|
45 | 45 |
|
46 | 46 | <change-notes>
|
47 | 47 | <![CDATA[
|
| 48 | +<h1>61.0</h1> |
| 49 | +<ul> |
| 50 | + <li>Make console stack traces expandable (#5777)</li> |
| 51 | + <li>Do hot reload on auto-save (#5774)</li> |
| 52 | + <li>Run flutter pub get after changing SDK in preferences (#5773)</li> |
| 53 | + <li>Allow tests in any marked test dir and optionally in sources (#5770)</li> |
| 54 | + <li>Add the new skeleton template to the New Project Wizard (#5765)</li> |
| 55 | + <li>Bug fix in Workspace.java: parsing of contents out of the json file. (#5768)</li> |
| 56 | + <li>Make unit test name matching more strict (#5763)</li> |
| 57 | + <li>Stop running an external tool before launching (#5759)</li> |
| 58 | + <li>Change some deprecated API usage (#5755)</li> |
| 59 | + <li>Try harder to find pub root (#5753)</li> |
| 60 | + <li>Add --project-name arg to flutter create (#5752)</li> |
| 61 | + <li>Delete the project directory if project validation fails (#5751)</li> |
| 62 | + <li>Build menu should be visible even if no file is selected (#5750)</li> |
| 63 | + <li>Fix broken image resorce link (#5745)</li> |
| 64 | + <li>Convert back to iml-based project (#5741)</li> |
| 65 | + <li>Remove old code from NPW (#5739)</li> |
| 66 | + <li>Fix some problems in the set up docs (#5734)</li> |
| 67 | +</ul> |
48 | 68 | <h1>60.1</h1>
|
49 | 69 | <ul>
|
50 | 70 | <li>Add project type selection to new project wizard for Android Studio</li>
|
|
61 | 81 | <li>Refactor icon preview processing to be incremental (#5704)</li>
|
62 | 82 | <li>Add "mdof" live template for MediaQuery.of(context) (#5698)</li>
|
63 | 83 | </ul>
|
64 |
| -<h1>59.0</h1> |
65 |
| -<ul> |
66 |
| - <li>Update installation instructions for Windows</li> |
67 |
| - <li>Make reanalyze() work after packages are removed from icon package list (#5678)</li> |
68 |
| - <li>Optimize icon preview processing for multiple analyses (#5677)</li> |
69 |
| - <li>Handle the new event format for widget recount info (#5671)</li> |
70 |
| - <li>Update to jxbrowser 7.17 (#5675)</li> |
71 |
| - <li>Remove creating flutter_build_mode flag (#5654)</li> |
72 |
| - <li>Remove custom listeners before a project is closed</li> |
73 |
| - <li>Persist tool window open states during project open/close (#5664)</li> |
74 |
| - <li>Use off screen render mode for linux (#5663)</li> |
75 |
| - <li>Add analytics for null analyzer during add breakpoint (#5626)</li> |
76 |
| - <li>Add menu item to Open in AppCode (#5660)</li> |
77 |
| - <li>Disallow iOS builds if not on Mac (#5657)</li> |
78 |
| - <li>Add a field for environment variables to the run config editor (#5656)</li> |
79 |
| - <li>Add mockito to build.gradle (#5645)</li> |
80 |
| - <li>Remove powermock from FlutterView tests and remove non-stack uses (#5644)</li> |
81 |
| - <li>Update docs for yaml plugin (#5642)</li> |
82 |
| - <li>Add mockito library (#5641)</li> |
83 |
| - <li>Stop asking to delete coverage data (#5640)</li> |
84 |
| - <li>Dynamic icon preview of non-standard icon packages (#5595)</li> |
85 |
| - <li>Detect repeated daemon crashes and provide recovery hint (#5638)</li> |
86 |
| - <li>Update live templates to not use double underscores (#5619)</li> |
87 |
| - <li>Fix Android Studio path on Linux (#5605)</li> |
88 |
| - <li>Open source file in Android Studio at exact cursor (#5606)</li> |
89 |
| - <li>Check for project disposal right before organize executes (#5624)</li> |
90 |
| - <li>Skip Flutter tool windows for non-Flutter projects (WIP) (#5622)</li> |
91 |
| - <li>Add force scale option for linux (#5618)</li> |
92 |
| -</ul> |
93 |
| -<h1>58.0</h1> |
94 |
| -<ul> |
95 |
| - <li>Add some NotNull annotations in the FlutterWidgetPerf classes; rev to the latest VM service protocol lib (#5588)</li> |
96 |
| - <li>Check for disposed project before getting embedded browser (#5590)</li> |
97 |
| - <li>Allow open DevTools from tests (#5279)</li> |
98 |
| - <li>Add field for Dart entrypoint in bazel configuration form (#5155)</li> |
99 |
| - <li>Check for initial open state of embedded browser (#5580)</li> |
100 |
| - <li>Send caught exceptions as events (#5576)</li> |
101 |
| - <li>Fix custom component in a presentation update issue (#5577)</li> |
102 |
| - <li>Update build for AS canary (#5575)</li> |
103 |
| - <li>Update jxbrowser to v7.16 (#5574)</li> |
104 |
| - <li>Update the Inspector to prep for changes to the widget transformer (#5570)</li> |
105 |
| - <li>Adapt to breaking API change in 212 (#5567)</li> |
106 |
| - <li>Use 2021.2 for unit tests (#5565)</li> |
107 |
| - <li>Change embedded browser setting (#5561)</li> |
108 |
| - <li>Fix an index out of bounds in FlutterSdk.java (#5559)</li> |
109 |
| - <li>Allow Instance fields to be nullable (#5554)</li> |
110 |
| - <li>Fix a bunch of test failures on Windows (#5553)</li> |
111 |
| - <li>Add a section on configuring a Windows dev env (#5545)</li> |
112 |
| - <li>Display test coverage in the editor (#5544)</li> |
113 |
| - <li>Generate icons from a font file (#5504)</li> |
114 |
| - <li>Add switch to disable notifications (#5539)</li> |
115 |
| - <li>Clean up unused version for bazel (#5535)</li> |
116 |
| - <li>Switch the repo's analysis options to using package:lints (#5534)</li> |
117 |
| - <li>Stop using DevTools URL util method, reorg tests (#5517)</li> |
118 |
| - <li>Update the set of supported IntelliJ versions (#5520)</li> |
119 |
| -</ul> |
120 | 84 | ]]>
|
121 | 85 | </change-notes>
|
122 | 86 |
|
|
0 commit comments