From 24035b0f25615e7db199baf919c350b7a68f73fb Mon Sep 17 00:00:00 2001 From: Jeremy Elbourn Date: Thu, 6 Jul 2017 15:50:47 -0700 Subject: [PATCH] chore: update readme for beta.8 (#5558) --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 229f9c66c43e..9398520b2458 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 | - | @@ -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] | @@ -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] | @@ -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 | - | - | @@ -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