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

chore: update readme for beta.8 #5558

Merged
merged 1 commit into from
Jul 6, 2017
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
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ label.
High level stuff planned for Q3 2017 (July - September):
- As many bug fixes as humanly possible
- Additional features for data-table
- More accessibility improvements
- Continued accessibility improvements
- Nested menus
- All components are OnPush
- Improved documentation, guides, examples, and navigation on material.angular.io
Expand All @@ -64,6 +64,7 @@ High level stuff planned for Q3 2017 (July - September):
| cards | | [Docs][2] |
| checkbox | | [Docs][3] |
| chips | Chip-remove, integration with input in-progress | [Docs][26] |
| data-table | Sticky headers & incremental row rendering in-progress | [Docs][28] |
| datepicker | | [Docs][25] |
| dialog | | [Docs][22] |
| expansion-panel | Needs documentation | - |
Expand All @@ -72,6 +73,7 @@ High level stuff planned for Q3 2017 (July - September):
| input | | [Docs][5] |
| list | Selection and action list planned Q3 | [Docs][8] |
| menu | Nested menu planned Q3 | [Docs][17] |
| paginator | | [Docs][29] |
| progress-bar | | [Docs][12] |
| progress-spinner | | [Docs][11] |
| radio | | [Docs][4] |
Expand All @@ -81,6 +83,7 @@ High level stuff planned for Q3 2017 (July - September):
| slide-toggle | | [Docs][14] |
| slider | | [Docs][16] |
| snackbar / toast | | [Docs][21] |
| sort-header | | [Docs][30] |
| tabs | | [Docs][13] |
| textarea | | [Docs][5] |
| toolbar | | [Docs][7] |
Expand All @@ -89,17 +92,16 @@ High level stuff planned for Q3 2017 (July - September):
| theming | | [Guide][20] |
| typography | | [Guide][27] |
| layout | See [angular/flex-layout][lay_rp] | [Wiki][0] |
| cdk | Launched, documentation in-progress | |


#### In progress, planned, and non-planned features

| Feature | Status | Docs | Issue |
|------------------|-------------------------------------|--------------|----------------|
| @angular/cdk | Coming soon | - | |
| data-table | Coming soon | - | [#581][0581] |
| tree | Design in-progress | - | [#3175][3175] |
| stepper | Not started, planned Q3 2017 | - | [#508][0508] |
| sticky-header | Not started, planned Q3 2017 | - | [#474][0474] |
| tree | In-progress ([sneak peak][31]) | - | [#3175][3175] |
| stepper | In-progress, planned Q3 2017 | - | [#508][0508] |
| sticky-header | In-progress, planned Q3 2017 | - | [#474][0474] |
| virtual-repeat | Not started, planned Q4 2017 | - | [#823][0823] |
| fab speed-dial | Not started, not planned | - | [#860][0860] |
| fab toolbar | Not started, not planned | - | - |
Expand Down Expand Up @@ -134,6 +136,10 @@ High level stuff planned for Q3 2017 (July - September):
[25]: https://material.angular.io/components/component/datepicker
[26]: https://material.angular.io/components/component/chips
[27]: https://material.angular.io/guide/typography
[28]: https://material.angular.io/components/component/table
[29]: https://material.angular.io/components/component/paginator
[30]: https://material.angular.io/components/component/sort
[31]: https://tina-material-tree.firebaseapp.com/simple-tree

[0107]: https://github.com/angular/material2/issues/107
[0119]: https://github.com/angular/material2/issues/119
Expand Down