This repository was archived by the owner on May 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ description: >
66homepage : https://webdev.dartlang.org/components
77author :
Dart Team <[email protected] > 88environment :
9- sdk : ' >=2.0.0-dev.32 .0 <2.0.0'
9+ sdk : ' >=2.0.0-dev.46 .0 <2.0.0'
1010dependencies :
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
You can’t perform that action at this time.
0 commit comments