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

Commit 520bf95

Browse files
committed
Minor fixes before publishing.
* Allow later beta versions of angular dependencies. * Cleanup CHANGELOG. PiperOrigin-RevId: 202733238
1 parent bea391d commit 520bf95

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
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
76
Please note that an up-to-date copy of `dev` channel Dart SDK is required (at
87
least `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

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ author: Dart Team <[email protected]>
88
environment:
99
sdk: '>=2.0.0-dev.60.0 <2.0.0'
1010
dependencies:
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'

0 commit comments

Comments
 (0)