Skip to content

Commit cc6635a

Browse files
karammalerba
authored andcommitted
chore: update status of components, high level tasks (#3177)
1 parent 537ef17 commit cc6635a

File tree

1 file changed

+33
-32
lines changed

1 file changed

+33
-32
lines changed

README.md

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ and which pieces are blocked) and make a comment.
3838
Also see our [`Good for community contribution`](https://github.com/angular/material2/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+for+community+contribution%22)
3939
label.
4040

41-
High level items planned for January 2017:
42-
43-
* Initial version of md-autocomplete
44-
* Prototyping for data-table
45-
* Improvements to https://material.angular.io
46-
* Continued expanding e2e test coverage
47-
* More work on scroll / resize handling for overlays
48-
* Screenshot tests
49-
* Better development automation
41+
High level items planned for next few months:
5042

43+
- Initial version of datepicker
44+
- Initial version of data table
45+
- Initial version of tree
46+
- Select improvements (multi-select, etc)
47+
- Screenshot test improvements
48+
- Docs site improvements
49+
- A11y audit
50+
- Various bug fixes
5151

5252
#### Feature status:
5353

@@ -76,7 +76,7 @@ High level items planned for January 2017:
7676
| snackbar / toast | Available | [README][21] | [#115][0115] |
7777
| select | Available | [README][23] | [#118][0118] |
7878
| textarea | Available | [README][5] | - |
79-
| autocomplete | In-progress | - | [#117][0117] |
79+
| autocomplete | Initial version, features evolving | [README][24] | [#117][0117] |
8080
| chips | Initial version, features evolving | - | [#120][0120] |
8181
| theming | Available, need guidance overlays | [Guide][20] | - |
8282
| docs site | UX design and tooling in progress | - | - |
@@ -86,36 +86,37 @@ High level items planned for January 2017:
8686
| bottom-sheet | Not started | - | - |
8787
| bottom-nav | Not started | - | [#408][0408] |
8888
| virtual-repeat | Not started | - | [#823][0823] |
89-
| datepicker | Not started | - | [#675][0675] |
89+
| datepicker | In progress | - | [#675][0675] |
9090
| data-table | Design in-progress | - | [#581][0581] |
9191
| stepper | Not started | - | [#508][0508] |
9292
| layout | See [angular/flex-layout][lay_rp] | [Wiki][0] | - |
9393

9494
[lay_rp]: https://github.com/angular/flex-layout
9595
[0]: https://github.com/angular/flex-layout/wiki
96-
[1]: https://github.com/angular/material2/blob/master/src/lib/button/README.md
97-
[2]: https://github.com/angular/material2/blob/master/src/lib/card/README.md
98-
[3]: https://github.com/angular/material2/blob/master/src/lib/checkbox/README.md
99-
[4]: https://github.com/angular/material2/blob/master/src/lib/radio/README.md
100-
[5]: https://github.com/angular/material2/blob/master/src/lib/input/README.md
101-
[6]: https://github.com/angular/material2/blob/master/src/lib/sidenav/README.md
102-
[7]: https://github.com/angular/material2/blob/master/src/lib/toolbar/README.md
103-
[8]: https://github.com/angular/material2/blob/master/src/lib/list/README.md
104-
[9]: https://github.com/angular/material2/blob/master/src/lib/grid-list/README.md
105-
[10]: https://github.com/angular/material2/blob/master/src/lib/icon/README.md
106-
[11]: https://github.com/angular/material2/blob/master/src/lib/progress-spinner/README.md
107-
[12]: https://github.com/angular/material2/blob/master/src/lib/progress-bar/README.md
108-
[13]: https://github.com/angular/material2/blob/master/src/lib/tabs/README.md
109-
[14]: https://github.com/angular/material2/blob/master/src/lib/slide-toggle/README.md
110-
[15]: https://github.com/angular/material2/blob/master/src/lib/button-toggle/README.md
111-
[16]: https://github.com/angular/material2/blob/master/src/lib/slider/README.md
112-
[17]: https://github.com/angular/material2/blob/master/src/lib/menu/README.md
113-
[18]: https://github.com/angular/material2/blob/master/src/lib/tooltip/README.md
96+
[1]: https://material.angular.io/components/component/button
97+
[2]: https://material.angular.io/components/component/card
98+
[3]: https://material.angular.io/components/component/checkbox
99+
[4]: https://material.angular.io/components/component/radio
100+
[5]: https://material.angular.io/components/component/input
101+
[6]: https://material.angular.io/components/component/sidenav
102+
[7]: https://material.angular.io/components/component/toolbar
103+
[8]: https://material.angular.io/components/component/list
104+
[9]: https://material.angular.io/components/component/grid-list
105+
[10]: https://material.angular.io/components/component/icon
106+
[11]: https://material.angular.io/components/component/progress-spinner
107+
[12]: https://material.angular.io/components/component/progress-bar
108+
[13]: https://material.angular.io/components/component/tabs
109+
[14]: https://material.angular.io/components/component/slide-toggle
110+
[15]: https://material.angular.io/components/component/button-toggle
111+
[16]: https://material.angular.io/components/component/slider
112+
[17]: https://material.angular.io/components/component/menu
113+
[18]: https://material.angular.io/components/component/tooltip
114114
[19]: https://github.com/angular/material2/blob/master/src/lib/core/ripple/README.md
115115
[20]: https://github.com/angular/material2/blob/master/guides/theming.md
116-
[21]: https://github.com/angular/material2/blob/master/src/lib/snack-bar/README.md
117-
[22]: https://github.com/angular/material2/blob/master/src/lib/dialog/README.md
118-
[23]: https://github.com/angular/material2/blob/master/src/lib/select/README.md
116+
[21]: https://material.angular.io/components/component/snack-bar
117+
[22]: https://material.angular.io/components/component/dialog
118+
[23]: https://material.angular.io/components/component/select
119+
[24]: https://material.angular.io/components/component/autocomplete
119120

120121
[0107]: https://github.com/angular/material2/issues/107
121122
[0119]: https://github.com/angular/material2/issues/119

0 commit comments

Comments
 (0)