Skip to content

Commit 3ef7ece

Browse files
Aleškara
Aleš
authored andcommitted
docs(readme): link issues in project status (#1162)
1 parent e5830d1 commit 3ef7ece

File tree

1 file changed

+58
-40
lines changed

1 file changed

+58
-40
lines changed

README.md

Lines changed: 58 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -39,46 +39,46 @@ High level items planned for September 2016:
3939

4040
#### Feature status:
4141

42-
| Feature | Status | Docs | Issue |
43-
|------------------|-------------------------------------|--------------|--------|
44-
| button | Available | [README][1] | - |
45-
| cards | Available | [README][2] | - |
46-
| checkbox | Available | [README][3] | - |
47-
| radio | Available | [README][4] | - |
48-
| input | Available | [README][5] | - |
49-
| sidenav | Available | [README][6] | - |
50-
| toolbar | Available | [README][7] | - |
51-
| list | Available | [README][8] | #107 |
52-
| grid-list | Available | [README][9] | - |
53-
| icon | Available | [README][10] | - |
54-
| progress-circle | Available | [README][11] | - |
55-
| progress-bar | Available | [README][12] | - |
56-
| tabs | Available | [README][13] | - |
57-
| slide-toggle | Available | [README][14] | - |
58-
| button-toggle | Available | [README][15] | - |
59-
| slider | Available | [README][16] | - |
60-
| menu | Initial version, needs enhancements | [README][17] | #119 |
61-
| tooltip | Initial version, needs enhancements | [README][18] | - |
62-
| ripples | Available, but needs to be applied | [README][19] | #108 |
63-
| dialog | Started, not yet ready for release | - | #114 |
64-
| snackbar / toast | Proof-of-concept | - | #115 |
65-
| select | Not started | - | #118 |
66-
| textarea | Not started | - | #546 |
67-
| autocomplete | Not started | - | #117 |
68-
| chips | Not started | - | #120 |
69-
| theming | Designed, no code yet | - | #123 |
70-
| prod build | Not started | - | - |
71-
| docs site | UX design and tooling in progress | - | - |
72-
| typography | Not started | - | #205 |
73-
| layout | Not started | - | - |
74-
| fab speed-dial | Not started | - | #860 |
75-
| fab toolbar | Not started | - | - |
76-
| bottom-sheet | Not started | - | - |
77-
| bottom-nav | Not started | - | #408 |
78-
| virtual-repeat | Not started | - | #823 |
79-
| datepicker | Not started | - | #675 |
80-
| data-table | Not started | - | #581 |
81-
| stepper | Not started | - | #508 |
42+
| Feature | Status | Docs | Issue |
43+
|------------------|-------------------------------------|--------------|----------------|
44+
| button | Available | [README][1] | - |
45+
| cards | Available | [README][2] | - |
46+
| checkbox | Available | [README][3] | - |
47+
| radio | Available | [README][4] | - |
48+
| input | Available | [README][5] | - |
49+
| sidenav | Available | [README][6] | - |
50+
| toolbar | Available | [README][7] | - |
51+
| list | Available | [README][8] | [#107][0107] |
52+
| grid-list | Available | [README][9] | - |
53+
| icon | Available | [README][10] | - |
54+
| progress-circle | Available | [README][11] | - |
55+
| progress-bar | Available | [README][12] | - |
56+
| tabs | Available | [README][13] | - |
57+
| slide-toggle | Available | [README][14] | - |
58+
| button-toggle | Available | [README][15] | - |
59+
| slider | Available | [README][16] | - |
60+
| menu | Initial version, needs enhancements | [README][17] | [#119][0119] |
61+
| tooltip | Initial version, needs enhancements | [README][18] | - |
62+
| ripples | Available, but needs to be applied | [README][19] | [#108][0108] |
63+
| dialog | Started, not yet ready for release | - | [#114][0114] |
64+
| snackbar / toast | Proof-of-concept | - | [#115][0115] |
65+
| select | Not started | - | [#118][0118] |
66+
| textarea | Not started | - | [#546][0546] |
67+
| autocomplete | Not started | - | [#117][0117] |
68+
| chips | Not started | - | [#120][0120] |
69+
| theming | Designed, no code yet | - | [#123][0123] |
70+
| prod build | Not started | - | - |
71+
| docs site | UX design and tooling in progress | - | - |
72+
| typography | Not started | - | [#205][0205] |
73+
| layout | Not started | - | - |
74+
| fab speed-dial | Not started | - | [#860][0860] |
75+
| fab toolbar | Not started | - | - |
76+
| bottom-sheet | Not started | - | - |
77+
| bottom-nav | Not started | - | [#408][0408] |
78+
| virtual-repeat | Not started | - | [#823][0823] |
79+
| datepicker | Not started | - | [#675][0675] |
80+
| data-table | Not started | - | [#581][0581] |
81+
| stepper | Not started | - | [#508][0508] |
8282

8383
[1]: https://github.com/angular/material2/blob/master/src/lib/button/README.md
8484
[2]: https://github.com/angular/material2/blob/master/src/lib/card/README.md
@@ -100,6 +100,24 @@ High level items planned for September 2016:
100100
[18]: https://github.com/angular/material2/blob/master/src/lib/tooltip/README.md
101101
[19]: https://github.com/angular/material2/blob/master/src/lib/core/ripple/README.md
102102

103+
[0107]: https://github.com/angular/material2/issues/107
104+
[0119]: https://github.com/angular/material2/issues/119
105+
[0108]: https://github.com/angular/material2/issues/108
106+
[0114]: https://github.com/angular/material2/issues/114
107+
[0115]: https://github.com/angular/material2/issues/115
108+
[0118]: https://github.com/angular/material2/issues/118
109+
[0546]: https://github.com/angular/material2/issues/546
110+
[0117]: https://github.com/angular/material2/issues/117
111+
[0120]: https://github.com/angular/material2/issues/120
112+
[0123]: https://github.com/angular/material2/issues/123
113+
[0205]: https://github.com/angular/material2/issues/205
114+
[0860]: https://github.com/angular/material2/issues/860
115+
[0408]: https://github.com/angular/material2/issues/408
116+
[0508]: https://github.com/angular/material2/issues/508
117+
[0823]: https://github.com/angular/material2/issues/823
118+
[0675]: https://github.com/angular/material2/issues/675
119+
[0581]: https://github.com/angular/material2/issues/581
120+
103121

104122
"Available" means that the components or feature is published and available for use, but may still
105123
be missing some behaviors or polish.

0 commit comments

Comments
 (0)