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

Commit c9cb8aa

Browse files
committed
Fixes before landing 0.9.0-alpha+1 external PR.
Update README for improved results when searching on pub.dartlang.org. Allow tests to fail on Travis in stable SDK, expect to pass on Dev. PiperOrigin-RevId: 177172402
1 parent 17286fc commit c9cb8aa

File tree

3 files changed

+22
-38
lines changed

3 files changed

+22
-38
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ cache:
1111
- $HOME/.pub-cache
1212
matrix:
1313
allow_failures:
14-
- dart: dev
15-
dart_task: dartfmt
14+
- dart: stable

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ release, but this is unlikely until sometime in early 2018.
1919
[dep_overrides]: https://www.dartlang.org/tools/pub/dependencies#dependency-overrides
2020
2121
* Add Material Menu component.
22+
* Update SDK lower bound to 2.0.0-dev.3.0, matching Angular.
2223
* Material Auto Suggest Input: Replace ngOnChanges(\_) with ngAfterChanges.
2324
* Material Button:
2425
* Update dense mixin to only apply to non-icon buttons.
@@ -30,6 +31,8 @@ release, but this is unlikely until sometime in early 2018.
3031
* Use markForChanges on inputs since they are being set by a directive and
3132
not the template and so change detection doesn't happen automatically.
3233
* Allow numerical values to be internationalized in number validators.
34+
* Add option to have a material number input component format its contents on
35+
blur.
3336
* Material Select:
3437
* Add mixin to set select item padding.
3538
* Add mixin to set selected item color.

README.md

Lines changed: 18 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
## Preview Release
2-
3-
These are the AngularDart components that Google uses to build the
4-
sophisticated, mission-critical apps that bring in much of Google’s revenue.
1+
[Material design] components for [AngularDart]. Powering some of Google's most
2+
sophisticated and mission-critical [applications].
53

64
This productive and stable set of widgets, contributed to by hundreds of
75
Googlers, make debugging and deploying your app easier. Strict latency and
8-
testing policies make these widgets an excellent fit for AngularDart projects.
6+
testing policies make these widgets an excellent fit for projects using the
7+
Angular package.
98

109
**NOTE**: As of `angular 5.0.0-alpha+1` [`dependency_overrides`][dep_overrides]
1110
are **required**:
@@ -19,37 +18,20 @@ This is because Angular is starting to use and support the Dart 2.0.0 SDK, which
1918
is evolving. We expect to no longer require overrides once we are at a beta
2019
release, but this is unlikely until sometime in early 2018.
2120
21+
[Material design]: https://material.io/guidelines
22+
[AngularDart]: https://webdev.dartlang.org/angular
23+
[applications]: https://news.dartlang.org/2016/03/the-new-adwords-ui-uses-dart-we-asked.html
2224
[dep_overrides]: https://www.dartlang.org/tools/pub/dependencies#dependency-overrides
2325
24-
Only a small fragment of all the components is available right now. We want
25-
developers to be able to use the package as soon as possible.
26-
27-
* ✓ `<material-icon>`
28-
* ✓ `<material-button>`
29-
* ✓ `<material-fab>`
30-
* ✓ `<material-checkbox>`
31-
* ✓ `<material-chip>`
32-
* ✓ `<material-expansionpanel>`
33-
* ✓ `<material-progress>`
34-
* ✓ `<material-radio>`
35-
* ✓ `<material-ripple>`
36-
* ✓ `<material-spinner>`
37-
* ✓ `<material-tab>`
38-
* ✓ `<material-toggle>`
39-
* ✓ `<material-yes-no-buttons>`
40-
* ✓ `<reorder-list>`
41-
* ✓ `<acx-scorecard>`
42-
* ✓ `<material-input>`
43-
* ✓ `<material-dialog>`
44-
* ✓ `<material-popup>`
45-
* ✓ `<material-tooltip>`
46-
* ✓ `<material-list>`
47-
* ✓ `<material-select>`
48-
* ✓ `<material-tree>`
49-
* ✓ `<material-auto-suggest-input>`
50-
* ✓ `<material-menu>`
51-
* ☐ `<material-date-range-picker>`
52-
* many more, including a fast table
26+
This is a continually growing set of widgets. See the [example gallery] and the
27+
[documentation] for a full list. Recent additions include:
28+
29+
* Material Menu
30+
* Material Auto-suggest Input
31+
* Material Select Searchbox
32+
33+
[example gallery]: https://dart-lang.github.io/angular_components_example/
34+
[documentation]: https://www.dartdocs.org/documentation/angular_components/latest/angular_components/angular_components-library.html
5335
5436
At this time we are not taking pull requests, but please
5537
[file an issue](https://github.com/dart-lang/angular_components/issues)
@@ -118,5 +100,5 @@ imports in your Sass files.
118100

119101
## Project Roadmap
120102

121-
Our current work is summarized in
122-
[issue 142](https://github.com/dart-lang/angular_components/issues/193).
103+
Our current work is summarized in the
104+
[roadmap for this quarter](https://github.com/dart-lang/angular_components/issues/193).

0 commit comments

Comments
 (0)