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

Commit d707d0b

Browse files
committed
Prep to publish angular_components v0.9.0-alpha+13.
Update CHANGELOG and dependencies. PiperOrigin-RevId: 198125535
1 parent 1d58912 commit d707d0b

File tree

2 files changed

+28
-7
lines changed

2 files changed

+28
-7
lines changed

CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 0.9.0-alpha+13
2+
3+
> NOTE: This code is considered production quality, but depends on angular:
4+
> 5.0.0-alpha+13. The alpha tag represents the evolving nature of the
5+
> AngularDart API, not code quality (5.0.0-alpha+13 is used in production Google
6+
> apps).
7+
8+
* Material Expansion Panel: Add mixin to set alignment in the header.
9+
* Material Icon:
10+
* Add flag to mirror icon.
11+
* Roll back change that flipped help icon in RTL.
12+
* Material Input: Adding field to material input mixin to specify the label
13+
color when there is an error and the label is focused.
14+
* Material Menu:
15+
* Allow setting the class for each affix item.
16+
* Add helper constructor for flat menus.
17+
* Add mixin for changing the icon color of menu item.
18+
* Material Yes/No Buttons: Remove `Visibility.all`.
19+
* Handle null pointer in `popup_source_directive`.
20+
* Updates to new `@HostBinding` syntax.
21+
122
## 0.9.0-alpha+12
223

324
> NOTE: This code is considered production quality, but depends on angular:
@@ -43,15 +64,15 @@
4364
* Scorecard: Remove the `:host` from the padding mixin so it is not required to
4465
be used at the top level.
4566
* Add `HasDisabled` interface.
46-
* Propagate css classes on modal component to the overlay element.
67+
* Propagate CSS classes on modal component to the overlay element.
4768
* Annotate `Domservice.leap()` visible for testing.
4869
* Add support for `SingleSelectionModel` to `SelectionModel.empty`.
4970
* Add `mat-link-deep` mixin to push the Material link styles everywhere.
5071
* Updates to new `@HostBinding` syntax.
5172
* Update sass_builder dependency to latest and use the post-process builder to
5273
cleanup `.scss` files from the output.
5374
* Support RTL selectors on any element.
54-
* Remove usage of package uuid.
75+
* Remove usage of package UUID.
5576
* Dart2 type fixes.
5677
* Update documentation.
5778

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: angular_components
2-
version: 0.9.0-alpha+12
2+
version: 0.9.0-alpha+13
33
description: >
44
The official Material Design components for AngularDart. Used at Google
55
in production apps.
66
homepage: https://webdev.dartlang.org/components
77
author: Dart Team <[email protected]>
88
environment:
9-
sdk: '>=2.0.0-dev.46.0 <2.0.0'
9+
sdk: '>=2.0.0-dev.55.0 <2.0.0'
1010
dependencies:
11-
angular: 5.0.0-alpha+12
12-
angular_forms: 2.0.0-alpha+4
11+
angular: 5.0.0-alpha+13
12+
angular_forms: 2.0.0-alpha+5
1313
async: ^2.0.6
1414
build: '>=0.11.1 <0.13.0'
1515
build_config: ^0.2.6
@@ -21,7 +21,7 @@ dependencies:
2121
logging: ^0.11.2
2222
meta: ^1.0.4
2323
observable: '>=0.17.0+1 <0.23.0'
24-
protobuf: ^0.7.1
24+
protobuf: ^0.8.0
2525
perf_api: ^0.1.0
2626
quiver: '>=0.24.0 <0.30.0'
2727
sass_builder: ^2.0.0

0 commit comments

Comments
 (0)