|
| 1 | +<a name="6.1.0"></a> |
| 2 | + |
| 3 | +# 6.1.0 (2018-09-22) |
| 4 | + |
| 5 | +* Added documentation to `README.md` for new snippets |
| 6 | +* Added issues and homepage url to `package.json` |
| 7 | +* Added HTML snippets for |
| 8 | + |
| 9 | + * `<mat-card>` control, no header, body and actions |
| 10 | + * `<mat-checkbox>` control with `formControlName` |
| 11 | + * `matInput` with `formControlName` enclosed `<mat-form-field>` |
| 12 | + * `<mat-select>` control with `formControlName` |
| 13 | + * `<mat-list>` control with default `<mat-list-item>` |
| 14 | + * `<mat-list-item>` single item |
| 15 | + * `<mat-selection-list>` control with default `<mat-list-option>` |
| 16 | + * `<mat-list-option>` single item |
| 17 | + * `<mat-list>` with default `<mat-icon matListIcon>` |
| 18 | + |
| 19 | +* Fixed HTML snippets for |
| 20 | + |
| 21 | + * added `role` in `a-md-auto-complete` for accessibility support |
| 22 | + * added projection for title to `a-md-badge-button` |
| 23 | + * added placeholder projection in `a-md-input-icon` |
| 24 | + * added placeholder in `a-md-input-ngModel` |
| 25 | + * added projection for config. in `a-md-menu` |
| 26 | + * updated placeholder projection in `a-md-input` |
| 27 | + * updated placeholder projection in `a-md-select` |
| 28 | + * updated formatting for `a-md-sidenav` |
| 29 | + * removed unnecessary items from `a-md-menu-with-icon` |
| 30 | + |
| 31 | + |
| 32 | + |
1 | 33 | <a name="6.0.0"></a>
|
2 | 34 |
|
3 | 35 | # 6.0.0 (2018-05-26)
|
|
13 | 45 | * `mat-fab` directive
|
14 | 46 | * `mat-mini-fab` directive
|
15 | 47 | * `<mat-button-toggle-group>` control
|
16 |
| - * `<mat-divider>` control | |
| 48 | + * `<mat-divider>` control |
17 | 49 |
|
18 | 50 | * Fixed HTML snippets for
|
19 | 51 | * `a-md-sel-opt` to `a-md-select-option`
|
|
0 commit comments