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 +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 11## 0.9.0-beta
22
33> NOTE: This code is considered production quality, but depends on angular:
4- > 5.0.0-beta. The alpha tag represents the evolving nature of the AngularDart
5- > API, not code quality (5.0.0-beta is used in production Google apps).
4+ > 5.0.0-beta (5.0.0-beta is used in production Google apps).
65
76Please note that an up-to-date copy of ` dev ` channel Dart SDK is required (at
87least ` 2.0.0-dev.65 ` as of this writing) to use this version with AngularDart
@@ -40,9 +39,6 @@ more details.
4039#### Button Decorator
4140* Allow role to be customized.
4241
43- #### Glyph
44- * Fix flipped help icon when in left-to-right.
45-
4642#### Material Auto-Suggest Input
4743* Improve keyboard navigation behavior.
4844* Prevent marking itself as dirty when it receives initial form value.
@@ -54,7 +50,7 @@ more details.
5450* Ensure input text is initialized correctly regardless of input order.
5551* Fix auto-scrolling issue on Firefox.
5652* Add ability to give a tooltip for the clear icon.
57- * Replace ngOnChanges(\_ ) with ngAfterChanges.
53+ * Replace ` ngOnChanges() ` with ` ngAfterChanges() ` .
5854* Protect against method being called after it is destroyed.
5955
6056#### Material Button
Original file line number Diff line number Diff line change 88environment :
99 sdk : ' >=2.0.0-dev.60.0 <2.0.0'
1010dependencies :
11- angular : 5.0.0-beta
12- angular_forms : 2.0.0-beta
11+ angular : ^ 5.0.0-beta
12+ angular_forms : ^ 2.0.0-beta
1313 async : ^2.0.6
1414 build : ' >=0.11.1 <0.13.0'
1515 build_config : ' >=0.2.6 <0.4.0'
You can’t perform that action at this time.
0 commit comments