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+13.
Browse files Browse the repository at this point in the history
Update CHANGELOG and dependencies.

PiperOrigin-RevId: 198125535
  • Loading branch information
nshahan committed May 29, 2018
1 parent 1d58912 commit d707d0b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 7 deletions.
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 0.9.0-alpha+13

> NOTE: This code is considered production quality, but depends on angular:
> 5.0.0-alpha+13. The alpha tag represents the evolving nature of the
> AngularDart API, not code quality (5.0.0-alpha+13 is used in production Google
> apps).
* Material Expansion Panel: Add mixin to set alignment in the header.
* Material Icon:
* Add flag to mirror icon.
* Roll back change that flipped help icon in RTL.
* Material Input: Adding field to material input mixin to specify the label
color when there is an error and the label is focused.
* Material Menu:
* Allow setting the class for each affix item.
* Add helper constructor for flat menus.
* Add mixin for changing the icon color of menu item.
* Material Yes/No Buttons: Remove `Visibility.all`.
* Handle null pointer in `popup_source_directive`.
* Updates to new `@HostBinding` syntax.

## 0.9.0-alpha+12

> NOTE: This code is considered production quality, but depends on angular:
Expand Down Expand Up @@ -43,15 +64,15 @@
* 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.
* 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.
* Update sass_builder dependency to latest and use the post-process builder to
cleanup `.scss` files from the output.
* Support RTL selectors on any element.
* Remove usage of package uuid.
* Remove usage of package UUID.
* Dart2 type fixes.
* Update documentation.

Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: angular_components
version: 0.9.0-alpha+12
version: 0.9.0-alpha+13
description: >
The official Material Design components for AngularDart. Used at Google
in production apps.
homepage: https://webdev.dartlang.org/components
author: Dart Team <[email protected]>
environment:
sdk: '>=2.0.0-dev.46.0 <2.0.0'
sdk: '>=2.0.0-dev.55.0 <2.0.0'
dependencies:
angular: 5.0.0-alpha+12
angular_forms: 2.0.0-alpha+4
angular: 5.0.0-alpha+13
angular_forms: 2.0.0-alpha+5
async: ^2.0.6
build: '>=0.11.1 <0.13.0'
build_config: ^0.2.6
Expand All @@ -21,7 +21,7 @@ dependencies:
logging: ^0.11.2
meta: ^1.0.4
observable: '>=0.17.0+1 <0.23.0'
protobuf: ^0.7.1
protobuf: ^0.8.0
perf_api: ^0.1.0
quiver: '>=0.24.0 <0.30.0'
sass_builder: ^2.0.0

0 comments on commit d707d0b

Please sign in to comment.