Skip to content

Commit d5783f9

Browse files
committed
chore(release): update versions for alpha.8
1 parent 3ef7ece commit d5783f9

File tree

21 files changed

+72
-38
lines changed

21 files changed

+72
-38
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
<a name="2.0.0-alpha.8"></a>
2+
# [2.0.0-alpha.8 ectoplasm-helicopter](https://github.com/angular/material2/compare/g3_v2_0...2.0.0-alpha.8) (2016-09-01)
3+
4+
5+
### Bug Fixes
6+
7+
* **build:** omit module ids from component metadata. ([#984](https://github.com/angular/material2/issues/984)) ([7f594ce](https://github.com/angular/material2/commit/7f594ce))
8+
* **button:** hover styles no longer applied to disabled buttons ([#909](https://github.com/angular/material2/issues/909)) ([21e419d](https://github.com/angular/material2/commit/21e419d)), closes [#866](https://github.com/angular/material2/issues/866)
9+
* **button:** stop using `Type` from [@angular](https://github.com/angular) ([#991](https://github.com/angular/material2/issues/991)) ([97d3ed3](https://github.com/angular/material2/commit/97d3ed3))
10+
* **card:** remove unnecessary intermediate div ([#1068](https://github.com/angular/material2/issues/1068)) ([b5e1e33](https://github.com/angular/material2/commit/b5e1e33))
11+
* **checkbox:** export TransitionCheckState enum ([#1147](https://github.com/angular/material2/issues/1147)) ([cda90f3](https://github.com/angular/material2/commit/cda90f3))
12+
* **input:** make attributes match native ones ([#1066](https://github.com/angular/material2/issues/1066)) ([f3a7b91](https://github.com/angular/material2/commit/f3a7b91)), closes [#1065](https://github.com/angular/material2/issues/1065)
13+
* **ngc:** _onDragStart/End are called with one param ([#1113](https://github.com/angular/material2/issues/1113)) ([6e5d260](https://github.com/angular/material2/commit/6e5d260)), closes [#1112](https://github.com/angular/material2/issues/1112)
14+
* **ngc:** don't emit HTMLElement in JS files ([#1061](https://github.com/angular/material2/issues/1061)) ([32eacd2](https://github.com/angular/material2/commit/32eacd2))
15+
* **rc6:** add directives for custom elements that are part of the APIs. ([#1121](https://github.com/angular/material2/issues/1121)) ([2c0dfcb](https://github.com/angular/material2/commit/2c0dfcb))
16+
* **sidenav:** turn off view encapsulation and refactor css ([#1114](https://github.com/angular/material2/issues/1114)) ([97fe211](https://github.com/angular/material2/commit/97fe211))
17+
* **tabs:** change missed md-active to md-tab-active ([#1044](https://github.com/angular/material2/issues/1044)) ([87b6193](https://github.com/angular/material2/commit/87b6193))
18+
19+
### Features
20+
21+
* **menu:** add keyboard events and improve accessibility ([#1132](https://github.com/angular/material2/issues/1132)) ([3669f06](https://github.com/angular/material2/commit/3669f06))
22+
* **modules:** add `forRoot` to material modules ([#1122](https://github.com/angular/material2/issues/1122)) ([9ff6196](https://github.com/angular/material2/commit/9ff6196))
23+
* **overlay:** make overlays synchronous ([#1079](https://github.com/angular/material2/issues/1079)) ([cdad90b](https://github.com/angular/material2/commit/cdad90b))
24+
* **slider:** add thumb-label ([#976](https://github.com/angular/material2/issues/976)) ([22d70ae](https://github.com/angular/material2/commit/22d70ae))
25+
* **slider:** support ngModel ([#1029](https://github.com/angular/material2/issues/1029)) ([8828358](https://github.com/angular/material2/commit/8828358))
26+
* **tabs:** support for `disabled` tabs ([#934](https://github.com/angular/material2/issues/934)) ([9d51deb](https://github.com/angular/material2/commit/9d51deb)), closes [#880](https://github.com/angular/material2/issues/880)
27+
28+
### BREAKING CHANGES
29+
30+
* input: `md-input` attributes now match the casing of native attributes. Previously they were camel-cased; now they are all lowercase.
31+
Example: `autoComplete` is now `autocomplete`. See [#1066](https://github.com/angular/material2/pull/1066) for a full list.
32+
* overlay: overlays are now synchronous. This means actions like creating an overlay no longer return a promise.
33+
34+
135
<a name="2.0.0-alpha.7"></a>
236
# [2.0.0-alpha.7 wax-umpire](https://github.com/angular/material2/compare/2.0.0-alpha.6...2.0.0-alpha.7) (2016-08-09)
337

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"deploy": "firebase deploy",
1818
"webdriver-manager": "webdriver-manager"
1919
},
20-
"version": "2.0.0-alpha.7-12",
20+
"version": "2.0.0-alpha.8",
2121
"license": "MIT",
2222
"engines": {
2323
"node": ">= 4.2.1 < 5"

src/lib/button-toggle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular2-material/button-toggle",
3-
"version": "2.0.0-alpha.7-12",
3+
"version": "2.0.0-alpha.8",
44
"description": "Angular 2 Material Button Toggle",
55
"main": "./button-toggle.umd.js",
66
"module": "./index.js",
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/angular/material2#readme",
2626
"peerDependencies": {
27-
"@angular2-material/core": "2.0.0-alpha.7-12",
27+
"@angular2-material/core": "2.0.0-alpha.8",
2828
"@angular/forms": "2.0.0-rc.6"
2929
}
3030
}

src/lib/button/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular2-material/button",
3-
"version": "2.0.0-alpha.7-12",
3+
"version": "2.0.0-alpha.8",
44
"description": "Angular 2 Material button",
55
"main": "./button.umd.js",
66
"module": "./index.js",
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/angular/material2#readme",
2626
"peerDependencies": {
27-
"@angular2-material/core": "2.0.0-alpha.7-12"
27+
"@angular2-material/core": "2.0.0-alpha.8"
2828
}
2929
}

src/lib/card/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular2-material/card",
3-
"version": "2.0.0-alpha.7-12",
3+
"version": "2.0.0-alpha.8",
44
"description": "Angular 2 Material card",
55
"main": "./card.umd.js",
66
"module": "./index.js",
@@ -22,6 +22,6 @@
2222
},
2323
"homepage": "https://github.com/angular/material2#readme",
2424
"peerDependencies": {
25-
"@angular2-material/core": "2.0.0-alpha.7-12"
25+
"@angular2-material/core": "2.0.0-alpha.8"
2626
}
2727
}

src/lib/checkbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular2-material/checkbox",
3-
"version": "2.0.0-alpha.7-12",
3+
"version": "2.0.0-alpha.8",
44
"description": "Angular 2 Material checkbox",
55
"main": "./checkbox.umd.js",
66
"module": "./index.js",
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/angular/material2#readme",
2424
"peerDependencies": {
25-
"@angular2-material/core": "2.0.0-alpha.7-12",
25+
"@angular2-material/core": "2.0.0-alpha.8",
2626
"@angular/forms": "2.0.0-rc.6"
2727
}
2828
}

src/lib/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular2-material/core",
3-
"version": "2.0.0-alpha.7-12",
3+
"version": "2.0.0-alpha.8",
44
"description": "Angular 2 Material core",
55
"main": "./core.umd.js",
66
"module": "./index.js",

src/lib/grid-list/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular2-material/grid-list",
3-
"version": "2.0.0-alpha.7-12",
3+
"version": "2.0.0-alpha.8",
44
"description": "Angular 2 Material grid list",
55
"main": "./grid-list.umd.js",
66
"module": "./index.js",
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/angular/material2#readme",
2626
"peerDependencies": {
27-
"@angular2-material/core": "2.0.0-alpha.7-12"
27+
"@angular2-material/core": "2.0.0-alpha.8"
2828
}
2929
}

src/lib/icon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular2-material/icon",
3-
"version": "2.0.0-alpha.7-12",
3+
"version": "2.0.0-alpha.8",
44
"description": "Angular 2 Material icon",
55
"main": "./icon.umd.js",
66
"module": "./index.js",
@@ -23,6 +23,6 @@
2323
"homepage": "https://github.com/angular/material2#readme",
2424
"peerDependencies": {
2525
"@angular/http": "2.0.0-rc.6",
26-
"@angular2-material/core": "2.0.0-alpha.7-12"
26+
"@angular2-material/core": "2.0.0-alpha.8"
2727
}
2828
}

src/lib/input/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular2-material/input",
3-
"version": "2.0.0-alpha.7-12",
3+
"version": "2.0.0-alpha.8",
44
"description": "Angular 2 Material input",
55
"main": "./input.umd.js",
66
"module": "./index.js",
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/angular/material2#readme",
2626
"peerDependencies": {
27-
"@angular2-material/core": "2.0.0-alpha.7-12",
27+
"@angular2-material/core": "2.0.0-alpha.8",
2828
"@angular/forms": "2.0.0-rc.6"
2929
}
3030
}

0 commit comments

Comments
 (0)