Skip to content

Commit f190d10

Browse files
authored
Update build for M61 (#5786)
* Update build for M61 * update
1 parent 360651f commit f190d10

File tree

4 files changed

+54
-111
lines changed

4 files changed

+54
-111
lines changed

CHANGELOG-old.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 60.1
2+
- Add project type selection to new project wizard for Android Studio
3+
4+
# 60.0
5+
- Modify run configs to ensure proper artifacts have been provisioned (#5729)
6+
- Update test setup instructions (#5728)
7+
- Ignore errors reported when Android Studio is launched (#5726)
8+
- Convert repo to a Gradle-based project (#5720)
9+
- Delete two obsolete tests and attempt to de-flake others (#5715)
10+
- Port over support for special list display in the debugger (#5713)
11+
- Update build script for AS canary (#5709)
12+
- Refactor icon preview processing to be incremental (#5704)
13+
- Add "mdof" live template for MediaQuery.of(context) (#5698)
14+
115
# 59.0
216
- Update installation instructions for Windows
317
- Make reanalyze() work after packages are removed from icon package list (#5678)

CHANGELOG.md

Lines changed: 19 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 61.0
2+
- Make console stack traces expandable (#5777)
3+
- Do hot reload on auto-save (#5774)
4+
- Run flutter pub get after changing SDK in preferences (#5773)
5+
- Allow tests in any marked test dir and optionally in sources (#5770)
6+
- Add the new skeleton template to the New Project Wizard (#5765)
7+
- Bug fix in Workspace.java: parsing of contents out of the json file. (#5768)
8+
- Make unit test name matching more strict (#5763)
9+
- Stop running an external tool before launching (#5759)
10+
- Change some deprecated API usage (#5755)
11+
- Try harder to find pub root (#5753)
12+
- Add --project-name arg to flutter create (#5752)
13+
- Delete the project directory if project validation fails (#5751)
14+
- Build menu should be visible even if no file is selected (#5750)
15+
- Fix broken image resorce link (#5745)
16+
- Convert back to iml-based project (#5741)
17+
- Remove old code from NPW (#5739)
18+
- Fix some problems in the set up docs (#5734)
19+
120
# 60.1
221
- Add project type selection to new project wizard for Android Studio
322

@@ -11,57 +30,3 @@
1130
- Update build script for AS canary (#5709)
1231
- Refactor icon preview processing to be incremental (#5704)
1332
- Add "mdof" live template for MediaQuery.of(context) (#5698)
14-
15-
# 59.0
16-
- Update installation instructions for Windows
17-
- Make reanalyze() work after packages are removed from icon package list (#5678)
18-
- Optimize icon preview processing for multiple analyses (#5677)
19-
- Handle the new event format for widget recount info (#5671)
20-
- Update to jxbrowser 7.17 (#5675)
21-
- Remove creating flutter_build_mode flag (#5654)
22-
- Remove custom listeners before a project is closed
23-
- Persist tool window open states during project open/close (#5664)
24-
- Use off screen render mode for linux (#5663)
25-
- Add analytics for null analyzer during add breakpoint (#5626)
26-
- Add menu item to Open in AppCode (#5660)
27-
- Disallow iOS builds if not on Mac (#5657)
28-
- Add a field for environment variables to the run config editor (#5656)
29-
- Add mockito to build.gradle (#5645)
30-
- Remove powermock from FlutterView tests and remove non-stack uses (#5644)
31-
- Update docs for yaml plugin (#5642)
32-
- Add mockito library (#5641)
33-
- Stop asking to delete coverage data (#5640)
34-
- Dynamic icon preview of non-standard icon packages (#5595)
35-
- Detect repeated daemon crashes and provide recovery hint (#5638)
36-
- Update live templates to not use double underscores (#5619)
37-
- Fix Android Studio path on Linux (#5605)
38-
- Open source file in Android Studio at exact cursor (#5606)
39-
- Check for project disposal right before organize executes (#5624)
40-
- Skip Flutter tool windows for non-Flutter projects (WIP) (#5622)
41-
- Add force scale option for linux (#5618)
42-
43-
# 58.0
44-
- Add some NotNull annotations in the FlutterWidgetPerf classes; rev to the latest VM service protocol lib (#5588)
45-
- Check for disposed project before getting embedded browser (#5590)
46-
- Allow open DevTools from tests (#5279)
47-
- Add field for Dart entrypoint in bazel configuration form (#5155)
48-
- Check for initial open state of embedded browser (#5580)
49-
- Send caught exceptions as events (#5576)
50-
- Fix custom component in a presentation update issue (#5577)
51-
- Update build for AS canary (#5575)
52-
- Update jxbrowser to v7.16 (#5574)
53-
- Update the Inspector to prep for changes to the widget transformer (#5570)
54-
- Adapt to breaking API change in 212 (#5567)
55-
- Use 2021.2 for unit tests (#5565)
56-
- Change embedded browser setting (#5561)
57-
- Fix an index out of bounds in FlutterSdk.java (#5559)
58-
- Allow Instance fields to be nullable (#5554)
59-
- Fix a bunch of test failures on Windows (#5553)
60-
- Add a section on configuring a Windows dev env (#5545)
61-
- Display test coverage in the editor (#5544)
62-
- Generate icons from a font file (#5504)
63-
- Add switch to disable notifications (#5539)
64-
- Clean up unused version for bazel (#5535)
65-
- Switch the repo's analysis options to using package:lints (#5534)
66-
- Stop using DevTools URL util method, reorg tests (#5517)
67-
- Update the set of supported IntelliJ versions (#5520)

product-matrix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
{
2828
"channel": "stable",
29-
"comments": "IntelliJ 2021.1, Android Studio 2021.1.1 Canary 10",
29+
"comments": "IntelliJ 2021.1, Android Studio 2021.1.1 Canary 13",
3030
"name": "Bumblebee",
3131
"isUnitTestTarget": "true",
3232
"version": "AS.211",

resources/META-INF/plugin.xml

Lines changed: 20 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,26 @@
4545

4646
<change-notes>
4747
<![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>
4868
<h1>60.1</h1>
4969
<ul>
5070
<li>Add project type selection to new project wizard for Android Studio</li>
@@ -61,62 +81,6 @@
6181
<li>Refactor icon preview processing to be incremental (#5704)</li>
6282
<li>Add "mdof" live template for MediaQuery.of(context) (#5698)</li>
6383
</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>
12084
]]>
12185
</change-notes>
12286

0 commit comments

Comments
 (0)