Skip to content

Update build for M61 #5786

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG-old.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 60.1
- Add project type selection to new project wizard for Android Studio

# 60.0
- Modify run configs to ensure proper artifacts have been provisioned (#5729)
- Update test setup instructions (#5728)
- Ignore errors reported when Android Studio is launched (#5726)
- Convert repo to a Gradle-based project (#5720)
- Delete two obsolete tests and attempt to de-flake others (#5715)
- Port over support for special list display in the debugger (#5713)
- Update build script for AS canary (#5709)
- Refactor icon preview processing to be incremental (#5704)
- Add "mdof" live template for MediaQuery.of(context) (#5698)

# 59.0
- Update installation instructions for Windows
- Make reanalyze() work after packages are removed from icon package list (#5678)
Expand Down
73 changes: 19 additions & 54 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 61.0
- Make console stack traces expandable (#5777)
- Do hot reload on auto-save (#5774)
- Run flutter pub get after changing SDK in preferences (#5773)
- Allow tests in any marked test dir and optionally in sources (#5770)
- Add the new skeleton template to the New Project Wizard (#5765)
- Bug fix in Workspace.java: parsing of contents out of the json file. (#5768)
- Make unit test name matching more strict (#5763)
- Stop running an external tool before launching (#5759)
- Change some deprecated API usage (#5755)
- Try harder to find pub root (#5753)
- Add --project-name arg to flutter create (#5752)
- Delete the project directory if project validation fails (#5751)
- Build menu should be visible even if no file is selected (#5750)
- Fix broken image resorce link (#5745)
- Convert back to iml-based project (#5741)
- Remove old code from NPW (#5739)
- Fix some problems in the set up docs (#5734)

# 60.1
- Add project type selection to new project wizard for Android Studio

Expand All @@ -11,57 +30,3 @@
- Update build script for AS canary (#5709)
- Refactor icon preview processing to be incremental (#5704)
- Add "mdof" live template for MediaQuery.of(context) (#5698)

# 59.0
- Update installation instructions for Windows
- Make reanalyze() work after packages are removed from icon package list (#5678)
- Optimize icon preview processing for multiple analyses (#5677)
- Handle the new event format for widget recount info (#5671)
- Update to jxbrowser 7.17 (#5675)
- Remove creating flutter_build_mode flag (#5654)
- Remove custom listeners before a project is closed
- Persist tool window open states during project open/close (#5664)
- Use off screen render mode for linux (#5663)
- Add analytics for null analyzer during add breakpoint (#5626)
- Add menu item to Open in AppCode (#5660)
- Disallow iOS builds if not on Mac (#5657)
- Add a field for environment variables to the run config editor (#5656)
- Add mockito to build.gradle (#5645)
- Remove powermock from FlutterView tests and remove non-stack uses (#5644)
- Update docs for yaml plugin (#5642)
- Add mockito library (#5641)
- Stop asking to delete coverage data (#5640)
- Dynamic icon preview of non-standard icon packages (#5595)
- Detect repeated daemon crashes and provide recovery hint (#5638)
- Update live templates to not use double underscores (#5619)
- Fix Android Studio path on Linux (#5605)
- Open source file in Android Studio at exact cursor (#5606)
- Check for project disposal right before organize executes (#5624)
- Skip Flutter tool windows for non-Flutter projects (WIP) (#5622)
- Add force scale option for linux (#5618)

# 58.0
- Add some NotNull annotations in the FlutterWidgetPerf classes; rev to the latest VM service protocol lib (#5588)
- Check for disposed project before getting embedded browser (#5590)
- Allow open DevTools from tests (#5279)
- Add field for Dart entrypoint in bazel configuration form (#5155)
- Check for initial open state of embedded browser (#5580)
- Send caught exceptions as events (#5576)
- Fix custom component in a presentation update issue (#5577)
- Update build for AS canary (#5575)
- Update jxbrowser to v7.16 (#5574)
- Update the Inspector to prep for changes to the widget transformer (#5570)
- Adapt to breaking API change in 212 (#5567)
- Use 2021.2 for unit tests (#5565)
- Change embedded browser setting (#5561)
- Fix an index out of bounds in FlutterSdk.java (#5559)
- Allow Instance fields to be nullable (#5554)
- Fix a bunch of test failures on Windows (#5553)
- Add a section on configuring a Windows dev env (#5545)
- Display test coverage in the editor (#5544)
- Generate icons from a font file (#5504)
- Add switch to disable notifications (#5539)
- Clean up unused version for bazel (#5535)
- Switch the repo's analysis options to using package:lints (#5534)
- Stop using DevTools URL util method, reorg tests (#5517)
- Update the set of supported IntelliJ versions (#5520)
2 changes: 1 addition & 1 deletion product-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
{
"channel": "stable",
"comments": "IntelliJ 2021.1, Android Studio 2021.1.1 Canary 10",
"comments": "IntelliJ 2021.1, Android Studio 2021.1.1 Canary 13",
"name": "Bumblebee",
"isUnitTestTarget": "true",
"version": "AS.211",
Expand Down
76 changes: 20 additions & 56 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,26 @@

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

Expand Down