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

Commit f0a36ee

Browse files
committed
Update angular and sdk dependencies
Update change log with the latest changes. PiperOrigin-RevId: 192332933
1 parent 7f0afa5 commit f0a36ee

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

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

33
> NOTE: This code is considered production quality, but depends on angular:
4-
> 5.0.0-alpha+9. The alpha tag represents the evolving nature of the AngularDart
5-
> API, not code quality (5.0.0-alpha+9 is used in production Google apps).
4+
> 5.0.0-alpha+10. The alpha tag represents the evolving nature of the
5+
> AngularDart API, not code quality (5.0.0-alpha+10 is used in production Google
6+
> apps).
67
78
* Add Material Slider component.
89
* Remove some `visibility.all` from `@Component` annotations. This is
910
potentially BREAKING.
11+
* App Layout: Add support for 0 or 2 drawers.
12+
* Material Date Range Picker: Improved support for high browser zoom.
1013
* Material Input:
1114
* Allow values to be selectable when disabled on all browsers. This is
1215
potentially BREAKING.

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ description: >
66
homepage: https://webdev.dartlang.org/components
77
author: Dart Team <[email protected]>
88
environment:
9-
sdk: '>=2.0.0-dev.32.0 <2.0.0'
9+
sdk: '>=2.0.0-dev.46.0 <2.0.0'
1010
dependencies:
11-
angular: 5.0.0-alpha+9
12-
angular_forms: 2.0.0-alpha+1
11+
angular: 5.0.0-alpha+10
12+
angular_forms: 2.0.0-alpha+2
1313
async: ^2.0.6
1414
build: '>=0.11.1 <0.13.0'
1515
build_config: ^0.2.1

0 commit comments

Comments
 (0)