Skip to content

Commit 0d18198

Browse files
committed
added issues and homepage url to package.json
1 parent 584e569 commit 0d18198

File tree

2 files changed

+48
-4
lines changed

2 files changed

+48
-4
lines changed

CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
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+
133
<a name="6.0.0"></a>
234

335
# 6.0.0 (2018-05-26)
@@ -13,7 +45,7 @@
1345
* `mat-fab` directive
1446
* `mat-mini-fab` directive
1547
* `<mat-button-toggle-group>` control
16-
* `<mat-divider>` control |
48+
* `<mat-divider>` control
1749

1850
* Fixed HTML snippets for
1951
* `a-md-sel-opt` to `a-md-select-option`

package.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,35 @@
22
"name": "AngularMaterial",
33
"displayName": "Angular Material v6 snippets",
44
"description": "Angular Material with HTML snippets",
5-
"version": "6.0.0",
5+
"version": "6.1.0",
66
"publisher": "hardikpthv",
77
"license": "MIT",
88
"icon": "images/angular.png",
99
"galleryBanner": {
1010
"color": "#3f51b5",
1111
"theme": "dark"
1212
},
13+
"homepage": "https://github.com/hardikpthv/vscode-ng-material-snippets/blob/master/README.md",
14+
"bugs": {
15+
"url": "https://github.com/hardikpthv/vscode-ng-material-snippets/issues"
16+
},
1317
"repository": {
1418
"type": "git",
1519
"url": "https://github.com/hardikpthv/vscode-ng-material-snippets.git"
1620
},
17-
"keywords": ["Angular", "Angular 6", "Material", "Angular Material", "HTML"],
21+
"keywords": [
22+
"Angular",
23+
"Angular 6",
24+
"Material",
25+
"Angular Material",
26+
"HTML"
27+
],
1828
"engines": {
1929
"vscode": "^1.10.0"
2030
},
21-
"categories": ["Snippets"],
31+
"categories": [
32+
"Snippets"
33+
],
2234
"contributes": {
2335
"snippets": [
2436
{

0 commit comments

Comments
 (0)