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

Commit

Permalink
Prep to publish angular_components v0.9.0-alpha+12
Browse files Browse the repository at this point in the history
Update pubspec, README and CHANGELOG.

PiperOrigin-RevId: 197166117
  • Loading branch information
nshahan committed May 18, 2018
1 parent 177f996 commit 9120e75
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
## 0.9.0-alpha+12

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

## 0.9.0-alpha+11

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ code generation through package [build]. To build your project with

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

```yaml
dev_dependencies:
sass_builder: ^1.2.0 # update for the latest version
sass_builder: ^2.0.0 # update for the latest version
```
2. Now you can import styles and mixins from this package via dart style package
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ author: Dart Team <[email protected]>
environment:
sdk: '>=2.0.0-dev.46.0 <2.0.0'
dependencies:
angular: 5.0.0-alpha+11
angular_forms: 2.0.0-alpha+3
angular: 5.0.0-alpha+12
angular_forms: 2.0.0-alpha+4
async: ^2.0.6
build: '>=0.11.1 <0.13.0'
build_config: ^0.2.6
Expand All @@ -23,5 +23,5 @@ dependencies:
observable: '>=0.17.0+1 <0.23.0'
protobuf: ^0.7.1
perf_api: ^0.1.0
quiver: '>=0.24.0 <0.29.0'
quiver: '>=0.24.0 <0.30.0'
sass_builder: ^2.0.0

0 comments on commit 9120e75

Please sign in to comment.