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

Commit 21da16d

Browse files
committed
Update for sync to external repo.
* Add material_dropdown_select_accessor.dart so it can be used in the new example gallery. * Update pubspec and CHANGELOG. * Add additional team members to the list of github users. PiperOrigin-RevId: 187930839
1 parent 644269f commit 21da16d

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
1+
## 0.9.0-alpha+7
2+
3+
> 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).
6+
7+
* Material Button: Add compact mode.
8+
* Material Expansionpanel: Add option show/hide the cancel button.
9+
* Material Select:
10+
* Add option to dropdown to disable deselecting on trigger.
11+
* 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.
13+
* Material Tooltip: Change `tooltipSource` directive to use `style.cursor`.
14+
* Allow '\[' for start of word of highlight match.
15+
* Use @visibleForTesting annotations.
16+
* Prepare for change of `async` behavior in Dart 2.
17+
* Make LazyEventEmitter no longer lazy and makes it easy to see why it should
18+
not be used and a StreamController can be a simple drop in replacement.
19+
* Update documentation.
20+
121
## 0.9.0-alpha+6
222

323
> NOTE: This code is considered production quality, but depends on angular:
4-
> 5.0.0-alpha+5. The alpha tag represents the evolving nature of the AngularDart
5-
> API, not code quality (5.0.0-alpha+5 is used in production Google apps).
24+
> 5.0.0-alpha+6. The alpha tag represents the evolving nature of the AngularDart
25+
> API, not code quality (5.0.0-alpha+6 is used in production Google apps).
626
727
* App Layout: Add mixin for permanent/persistent drawers and fix mixin for
828
temporary drawers.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: angular_components
2-
version: 0.9.0-alpha+6
2+
version: 0.9.0-alpha+7
33
description: >
44
The official Material Design components for AngularDart. Used at Google
55
in production apps.

0 commit comments

Comments
 (0)