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

Commit

Permalink
Update angular and sdk dependencies
Browse files Browse the repository at this point in the history
Update change log with the latest changes.

PiperOrigin-RevId: 192332933
  • Loading branch information
nshahan committed Apr 10, 2018
1 parent 7f0afa5 commit f0a36ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
## 0.9.0-alpha+10

> NOTE: This code is considered production quality, but depends on angular:
> 5.0.0-alpha+9. The alpha tag represents the evolving nature of the AngularDart
> API, not code quality (5.0.0-alpha+9 is used in production Google apps).
> 5.0.0-alpha+10. The alpha tag represents the evolving nature of the
> AngularDart API, not code quality (5.0.0-alpha+10 is used in production Google
> apps).
* Add Material Slider component.
* Remove some `visibility.all` from `@Component` annotations. This is
potentially BREAKING.
* App Layout: Add support for 0 or 2 drawers.
* Material Date Range Picker: Improved support for high browser zoom.
* Material Input:
* Allow values to be selectable when disabled on all browsers. This is
potentially BREAKING.
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ description: >
homepage: https://webdev.dartlang.org/components
author: Dart Team <[email protected]>
environment:
sdk: '>=2.0.0-dev.32.0 <2.0.0'
sdk: '>=2.0.0-dev.46.0 <2.0.0'
dependencies:
angular: 5.0.0-alpha+9
angular_forms: 2.0.0-alpha+1
angular: 5.0.0-alpha+10
angular_forms: 2.0.0-alpha+2
async: ^2.0.6
build: '>=0.11.1 <0.13.0'
build_config: ^0.2.1
Expand Down

0 comments on commit f0a36ee

Please sign in to comment.