Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update readme to reflect stable release #8966

Merged
merged 1 commit into from
Jan 2, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ This is the home for the Angular team's Material Design components built for and
See our [Getting Started Guide][getting-started]
if you're building your first project with Angular Material.

### Project status
Angular Material is currently in beta and under active development.
During beta, new features will be added regularly and APIs will evolve based on user feedback.

Check out our [directory of design documents](https://github.com/angular/material2/wiki/Design-doc-directory)
for more insight into our process.

Expand All @@ -31,12 +27,11 @@ Also see our [`Good for community contribution`](https://github.com/angular/mate
label.

High level stuff planned for Q4 2017 (October - December):
* RC and stable release
* ~~RC and stable release~~
* Research and prototyping for virtual-scroll
* Research and exploration for data visualization
* cdkTree and matTree
* Expanded cdkTable features
* cdk/svg
* cdk/dialog
* Switch build to bazel
* Overlay positioning improvements
Expand All @@ -59,7 +54,7 @@ High level stuff planned for Q4 2017 (October - December):
| grid-list | | [Docs][9] |
| icon | | [Docs][10] |
| input | | [Docs][5] |
| list | Selection and action list planned Q3 | [Docs][8] |
| list | Action list planned Q1 | [Docs][8] |
| menu | | [Docs][17] |
| paginator | | [Docs][29] |
| progress-bar | | [Docs][12] |
Expand Down Expand Up @@ -89,8 +84,9 @@ High level stuff planned for Q4 2017 (October - December):
| Feature | Status | Docs | Issue |
|------------------|-------------------------------------|--------------|----------------|
| tree | In-progress ([sneak peek][31]) | - | [#3175][3175] |
| sticky-header | In-progress, planned Q3 2017 | - | [#474][0474] |
| virtual-repeat | Not started, planned Q4 2017 | - | [#823][0823] |
| sticky-header | In-progress, planned Q2 2018 | - | [#474][0474] |
| virtual-repeat | Prototyping, planned Q1 2018 | - | [#823][0823] |
| badge | In-progress, planned Q4 2017 | - | [#3085][3058] |
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jelbourn typo: link text is 3085, should be 3058

| fab speed-dial | Not started, not planned | - | [#860][0860] |
| fab toolbar | Not started, not planned | - | - |
| bottom-sheet | Not started, not planned | - | [#8113][8113] |
Expand Down Expand Up @@ -153,6 +149,7 @@ High level stuff planned for Q4 2017 (October - December):
[0995]: https://github.com/angular/material2/pull/995
[0474]: https://github.com/angular/material2/pull/474
[8113]: https://github.com/angular/material2/issues/8113
[3058]: https://github.com/angular/material2/issues/3058

[aio]: https://material.angular.io
[getting-started]: https://material.angular.io/guide/getting-started
Expand Down