Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 7c17c4c

Browse files
committed
Prep for external sync.
* Bump dependencies on angular packages. * Add new .build_tool directory to files ignored by git. * Update CHANGELOG. * Update copybara transformations. PiperOrigin-RevId: 188222043
1 parent f539b79 commit 7c17c4c

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Files and directories created by pub
2+
.dart_tool
23
.packages
34
.pub/
45
build/

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
## 0.9.0-alpha+7
22

33
> NOTE: This code is considered production quality, but depends on angular:
4-
> 5.0.0-alpha+6. The alpha tag represents the evolving nature of the AngularDart
5-
> API, not code quality (5.0.0-alpha+6 is used in production Google apps).
4+
> 5.0.0-alpha+7. The alpha tag represents the evolving nature of the AngularDart
5+
> API, not code quality (5.0.0-alpha+7 is used in production Google apps).
66
77
* Material Button: Add compact mode.
88
* Material Expansionpanel: Add option show/hide the cancel button.
99
* Material Select:
1010
* Add option to dropdown to disable deselecting on trigger.
1111
* Allow content to be projected as list header and list footer in dropdown.
12-
* Material Menu: Trigger selected event when an item from sub-menu is selected.
12+
* Implement Focusable in `DropdownButtonComponent`.
13+
* Fixed an alignment issue with the icon on dropdowns.
14+
* Material Menu:
15+
* Trigger selected event when an item from sub-menu is selected.
16+
* Change mouse pointer on catagory to make it clear that it is clickable.
1317
* Material Tooltip: Change `tooltipSource` directive to use `style.cursor`.
1418
* Allow '\[' for start of word of highlight match.
1519
* Use @visibleForTesting annotations.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ author: Dart Team <[email protected]>
88
environment:
99
sdk: '>=2.0.0-dev.3.0 <2.0.0'
1010
dependencies:
11-
angular: 5.0.0-alpha+6
12-
angular_forms: 1.0.1-alpha+6
11+
angular: 5.0.0-alpha+7
12+
angular_forms: 1.0.1-alpha+7
1313
build: '>=0.11.1 <0.13.0'
1414
build_config: ^0.2.1
1515
built_collection: '>=1.6.0 <4.0.0'

0 commit comments

Comments
 (0)