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

Commit 9120e75

Browse files
committed
Prep to publish angular_components v0.9.0-alpha+12
Update pubspec, README and CHANGELOG. PiperOrigin-RevId: 197166117
1 parent 177f996 commit 9120e75

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
## 0.9.0-alpha+12
22

33
> NOTE: This code is considered production quality, but depends on angular:
4-
> 5.0.0-alpha+11. The alpha tag represents the evolving nature of the
5-
> AngularDart API, not code quality (5.0.0-alpha+11 is used in production Google
4+
> 5.0.0-alpha+12. The alpha tag represents the evolving nature of the
5+
> AngularDart API, not code quality (5.0.0-alpha+12 is used in production Google
66
> apps).
77
88
* Material Auto-Suggest Input: Improve keyboard navigation behavior.
99
* Material Button: Allow icon button items to be created vertically.
10-
* Material Checkbox: Support `onDisabledChanged` callback from angular_forms.
10+
* Material Checkbox:
11+
* Support `onDisabledChanged` callback from angular_forms.
12+
* Add mixin to hide text label.
1113
* Material Datepicker:
1214
* Fix direction of dropdown arrows in RTL locales.
1315
* Allow error messages to be shown on range picker inputs.
@@ -31,13 +33,18 @@
3133
* Material Menu:
3234
* Wrap long text in Fab Menu.
3335
* Horizontally align the expansion icon with the label.
34-
* Material Radio: Support `onDisabledChanged` callback from angular_forms.
36+
* Material Radio:
37+
* Support `onDisabledChanged` callback from angular_forms.
38+
* Internal cleanup.
3539
* Material Select: Pipe through customized aria role, `labelby`, and `haspopup`
3640
to the dropdown button.
3741
* Material Tree: Use item identity to remember expanded state.
3842
* Reorder List: Calculate the full height/width of the elements.
3943
* Scorecard: Remove the `:host` from the padding mixin so it is not required to
4044
be used at the top level.
45+
* Add `HasDisabled` interface.
46+
* Propagate css classes on modal component to the overlay element.
47+
* Annotate `Domservice.leap()` visible for testing.
4148
* Add support for `SingleSelectionModel` to `SelectionModel.empty`.
4249
* Add `mat-link-deep` mixin to push the Material link styles everywhere.
4350
* Updates to new `@HostBinding` syntax.
@@ -46,6 +53,7 @@
4653
* Support RTL selectors on any element.
4754
* Remove usage of package uuid.
4855
* Dart2 type fixes.
56+
* Update documentation.
4957

5058
## 0.9.0-alpha+11
5159

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ code generation through package [build]. To build your project with
3636

3737
```yaml
3838
dev_dependencies:
39-
build_runner: ^0.7.8
40-
build_web_compilers: ^0.2.1
39+
build_runner: ^0.8.6
40+
build_web_compilers: ^0.4.0
4141
```
4242
4343
2. Run `pub get` on your package.
@@ -93,7 +93,7 @@ component's provided [Sass mixins](http://sass-lang.com/guide#topic-6).
9393

9494
```yaml
9595
dev_dependencies:
96-
sass_builder: ^1.2.0 # update for the latest version
96+
sass_builder: ^2.0.0 # update for the latest version
9797
```
9898
9999
2. Now you can import styles and mixins from this package via dart style package

pubspec.yaml

Lines changed: 3 additions & 3 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.46.0 <2.0.0'
1010
dependencies:
11-
angular: 5.0.0-alpha+11
12-
angular_forms: 2.0.0-alpha+3
11+
angular: 5.0.0-alpha+12
12+
angular_forms: 2.0.0-alpha+4
1313
async: ^2.0.6
1414
build: '>=0.11.1 <0.13.0'
1515
build_config: ^0.2.6
@@ -23,5 +23,5 @@ dependencies:
2323
observable: '>=0.17.0+1 <0.23.0'
2424
protobuf: ^0.7.1
2525
perf_api: ^0.1.0
26-
quiver: '>=0.24.0 <0.29.0'
26+
quiver: '>=0.24.0 <0.30.0'
2727
sass_builder: ^2.0.0

0 commit comments

Comments
 (0)