Skip to content

Commit 5367a69

Browse files
committed
chore: bump version alpha.5 and update changelog (#529)
1 parent dc104b0 commit 5367a69

File tree

20 files changed

+75
-38
lines changed

20 files changed

+75
-38
lines changed

CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
<a name="2.0.0-alpha.5"></a>
2+
# [2.0.0-alpha.5 granite-gouda](https://github.com/angular/material2/compare/2.0.0-alpha.4...v2.0.0-alpha.5) (2016-05-25)
3+
4+
5+
### Bug Fixes
6+
7+
* **checkbox:** change event should now fire on first change([7a9df1e](https://github.com/angular/material2/commit/7a9df1e)), closes [#481](https://github.com/angular/material2/issues/481)
8+
* **gestures:** ensure default gestures are not overwritten by custom gestures([523929c](https://github.com/angular/material2/commit/523929c))
9+
* **gestures:** export gesture config as part of core ([#488](https://github.com/angular/material2/issues/488))([0d04e01](https://github.com/angular/material2/commit/0d04e01))
10+
* **input:** adds blur and focus event support ([#449](https://github.com/angular/material2/issues/449))([f6f5af3](https://github.com/angular/material2/commit/f6f5af3)), closes [#337](https://github.com/angular/material2/issues/337)
11+
* **input:** adds support for name property for input element ([#452](https://github.com/angular/material2/issues/452))([f53ffdb](https://github.com/angular/material2/commit/f53ffdb)), closes [#446](https://github.com/angular/material2/issues/446)
12+
* **input:** input element should have a different id from outer element ([#450](https://github.com/angular/material2/issues/450))([be5e93a](https://github.com/angular/material2/commit/be5e93a)), closes [#320](https://github.com/angular/material2/issues/320)
13+
* **input:** inputs now work in IE11 ([#469](https://github.com/angular/material2/issues/469))([de2a9f2](https://github.com/angular/material2/commit/de2a9f2)), closes [#336](https://github.com/angular/material2/issues/336)
14+
* **input:** make native input background transparent ([#468](https://github.com/angular/material2/issues/468))([d2c6cb8](https://github.com/angular/material2/commit/d2c6cb8)), closes [#277](https://github.com/angular/material2/issues/277)
15+
* **input:** undo firefox invalid style, fix maxlength in IE ([#393](https://github.com/angular/material2/issues/393))([dfe683b](https://github.com/angular/material2/commit/dfe683b)), closes [#393](https://github.com/issues/393) [#342](https://github.com/angular/material2/issues/342) [#388](https://github.com/angular/material2/issues/388)
16+
* **input:** use the right ID for the label. ([#515](https://github.com/angular/material2/issues/515))([06aa3f1](https://github.com/angular/material2/commit/06aa3f1)), closes [#512](https://github.com/angular/material2/issues/512)
17+
* **list:** adds focus state for nav-list items ([#502](https://github.com/angular/material2/issues/502))([34b210c](https://github.com/angular/material2/commit/34b210c)), closes [#323](https://github.com/angular/material2/issues/323)
18+
* **list:** removes outline from focus state ([#511](https://github.com/angular/material2/issues/511))([91ad1c8](https://github.com/angular/material2/commit/91ad1c8))
19+
* **progress-circle:** support IE11 ([#375](https://github.com/angular/material2/issues/375))([f22fa86](https://github.com/angular/material2/commit/f22fa86)), closes [#295](https://github.com/angular/material2/issues/295)
20+
* **radio:** refactor tests and fix ngModel ([#443](https://github.com/angular/material2/issues/443))([a25a8da](https://github.com/angular/material2/commit/a25a8da)), closes [#443](https://github.com/issues/443)
21+
* **radio:** remove event global so radio works in node([c32b06d](https://github.com/angular/material2/commit/c32b06d)), closes [#425](https://github.com/angular/material2/issues/425)
22+
* **radio:** unsetting the model will deselect all radio buttons ([#441](https://github.com/angular/material2/issues/441))([8af16e8](https://github.com/angular/material2/commit/8af16e8)), closes [#327](https://github.com/angular/material2/issues/327)
23+
* **sidenav:** add scrolling style to enable momentum scroll([c566242](https://github.com/angular/material2/commit/c566242))
24+
* **sidenav:** fixes sidenav RTL listening for side mode ([#465](https://github.com/angular/material2/issues/465))([4e1d85e](https://github.com/angular/material2/commit/4e1d85e)), closes [#465](https://github.com/issues/465) [#411](https://github.com/angular/material2/issues/411)
25+
* **sidenav:** removes margin transitions ([#460](https://github.com/angular/material2/issues/460))([4b488e1](https://github.com/angular/material2/commit/4b488e1)), closes [#404](https://github.com/angular/material2/issues/404)
26+
* **sidenav:** switches to `translate3d()` for content positioning ([#484](https://github.com/angular/material2/issues/484))([357ee4c](https://github.com/angular/material2/commit/357ee4c))
27+
* **sidenav:** treat `opened` as boolean attribute. ([#444](https://github.com/angular/material2/issues/444))([e977984](https://github.com/angular/material2/commit/e977984)), closes [#300](https://github.com/angular/material2/issues/300)
28+
* **misc:** adds directive constants to all components ([#514](https://github.com/angular/material2/issues/514))([fb89d4f](https://github.com/angular/material2/commit/fb89d4f)), closes [#513](https://github.com/angular/material2/issues/513)
29+
* **misc:** correct access-level on many APIs ([#437](https://github.com/angular/material2/issues/437))([358af3b](https://github.com/angular/material2/commit/358af3b))
30+
* **misc:** ensure custom error messages are set([4a25b7f](https://github.com/angular/material2/commit/4a25b7f))
31+
32+
### Features
33+
34+
* **tabs:** adds the `md-tab-group` component ([#376](https://github.com/angular/material2/issues/376))([ada285c](https://github.com/angular/material2/commit/ada285c))
35+
* **grid-list:** add grid-list component([0f89b8d](https://github.com/angular/material2/commit/0f89b8d))
36+
* **slide-toggle** add slide-toggle component. ([#362](https://github.com/angular/material2/issues/362))([e09a5bf](https://github.com/angular/material2/commit/e09a5bf))
37+
* **checkbox:** drive component with native checkbox ([#415](https://github.com/angular/material2/issues/415))([10ac2be](https://github.com/angular/material2/commit/10ac2be)), closes [#250](https://github.com/angular/material2/issues/250)
38+
* **input:** add focus function on host element ([#407](https://github.com/angular/material2/issues/407))([0323844](https://github.com/angular/material2/commit/0323844))
39+
* **input:** add support for more input attributes ([#447](https://github.com/angular/material2/issues/447))([911bfae](https://github.com/angular/material2/commit/911bfae))
40+
* **overlay:** add connected position strategy ([#335](https://github.com/angular/material2/issues/335))([7f3b1bd](https://github.com/angular/material2/commit/7f3b1bd))
41+
42+
143
<a name="2.0.0-alpha.4"></a>
244
# [2.0.0-alpha.4 mahogany-tambourine](https://github.com/angular/material2/compare/2.0.0-alpha.3...v2.0.0-alpha.4) (2016-05-04)
345

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"inline-resources": "node ./scripts/release/inline-resources.js ./dist/components",
2020
"deploy": "firebase deploy"
2121
},
22-
"version": "2.0.0-alpha.4",
22+
"version": "2.0.0-alpha.5",
2323
"license": "MIT",
2424
"engines": {
2525
"node": ">= 4.2.1 < 5"

scripts/release/stage-release.sh

+1-8
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,8 @@ npm run inline-resources
2121
# deploy/ serves as a working directory to stage the release.
2222
mkdir deploy
2323

24-
# Copy all components/ to deploy/ and replace `../../core` with `@angular2-material/core`
25-
# that each component depends on the core *package*.
26-
# Use a `.bak` extension for sed backup because `sed` on OSX will not work without a backup
27-
# extension. Delete the backups immediately after.
24+
# Copy all components/ to deploy/
2825
cp -R ./dist/components/* ./deploy/
29-
find ./deploy -type f \( -name "*.js" -o -name "*.ts" \) -exec sed -i.bak 's|\.\./\.\./core|@angular2-material/core|g' {} \;
30-
31-
32-
find ./deploy -type f -name "*.bak" | xargs rm
3326

3427
# Copy the core/ directory directly into ./deploy
3528
cp -R ./dist/core/ ./deploy/core/

src/components/button/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular2-material/button",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0-alpha.5",
44
"description": "Angular 2 Material button",
55
"main": "./button.js",
66
"typings": "./button.d.ts",
@@ -23,6 +23,6 @@
2323
},
2424
"homepage": "https://github.com/angular/material2#readme",
2525
"peerDependencies": {
26-
"@angular2-material/core": "2.0.0-alpha.4"
26+
"@angular2-material/core": "2.0.0-alpha.5"
2727
}
2828
}

src/components/card/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular2-material/card",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0-alpha.5",
44
"description": "Angular 2 Material card",
55
"main": "./card.js",
66
"typings": "./card.d.ts",
@@ -21,6 +21,6 @@
2121
},
2222
"homepage": "https://github.com/angular/material2#readme",
2323
"peerDependencies": {
24-
"@angular2-material/core": "2.0.0-alpha.4"
24+
"@angular2-material/core": "2.0.0-alpha.5"
2525
}
2626
}

src/components/checkbox/checkbox.ts

+2
Original file line numberDiff line numberDiff line change
@@ -284,3 +284,5 @@ export class MdCheckbox implements ControlValueAccessor {
284284
return `md-checkbox-anim-${animSuffix}`;
285285
}
286286
}
287+
288+
export const MD_CHECKBOX_DIRECTIVES = [MdCheckbox];

src/components/checkbox/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular2-material/checkbox",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0-alpha.5",
44
"description": "Angular 2 Material checkbox",
55
"main": "./checkbox.js",
66
"typings": "./checkbox.d.ts",
@@ -21,6 +21,6 @@
2121
},
2222
"homepage": "https://github.com/angular/material2#readme",
2323
"peerDependencies": {
24-
"@angular2-material/core": "2.0.0-alpha.4"
24+
"@angular2-material/core": "2.0.0-alpha.5"
2525
}
2626
}

src/components/grid-list/package.json

+2-2
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.4",
3+
"version": "2.0.0-alpha.5",
44
"description": "Angular 2 Material grid list",
55
"main": "./grid-list.js",
66
"typings": "./grid-list.d.ts",
@@ -23,6 +23,6 @@
2323
},
2424
"homepage": "https://github.com/angular/material2#readme",
2525
"peerDependencies": {
26-
"@angular2-material/core": "2.0.0-alpha.4"
26+
"@angular2-material/core": "2.0.0-alpha.5"
2727
}
2828
}

src/components/icon/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular2-material/icon",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0-alpha.5",
44
"description": "Angular 2 Material icon",
55
"main": "./icon.js",
66
"typings": "./icon.d.ts",
@@ -22,6 +22,6 @@
2222
"homepage": "https://github.com/angular/material2#readme",
2323
"peerDependencies": {
2424
"@angular/http": "2.0.0-rc.1",
25-
"@angular2-material/core": "2.0.0-alpha.4"
25+
"@angular2-material/core": "2.0.0-alpha.5"
2626
}
2727
}

src/components/input/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular2-material/input",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0-alpha.5",
44
"description": "Angular 2 Material input",
55
"main": "./input.js",
66
"typings": "./input.d.ts",
@@ -23,6 +23,6 @@
2323
},
2424
"homepage": "https://github.com/angular/material2#readme",
2525
"peerDependencies": {
26-
"@angular2-material/core": "2.0.0-alpha.4"
26+
"@angular2-material/core": "2.0.0-alpha.5"
2727
}
2828
}

src/components/list/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular2-material/list",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0-alpha.5",
44
"description": "Angular 2 Material list",
55
"main": "./list.js",
66
"typings": "./list.d.ts",
@@ -21,6 +21,6 @@
2121
},
2222
"homepage": "https://github.com/angular/material2#readme",
2323
"peerDependencies": {
24-
"@angular2-material/core": "2.0.0-alpha.4"
24+
"@angular2-material/core": "2.0.0-alpha.5"
2525
}
2626
}

src/components/progress-bar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular2-material/progress-bar",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0-alpha.5",
44
"description": "Angular 2 Material progress-bar",
55
"main": "./progress-bar.js",
66
"typings": "./progress-bar.d.ts",
@@ -23,6 +23,6 @@
2323
},
2424
"homepage": "https://github.com/angular/material2#readme",
2525
"peerDependencies": {
26-
"@angular2-material/core": "2.0.0-alpha.4"
26+
"@angular2-material/core": "2.0.0-alpha.5"
2727
}
2828
}

src/components/progress-circle/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular2-material/progress-circle",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0-alpha.5",
44
"description": "Angular 2 Material progress-circle",
55
"main": "./progress-circle.js",
66
"typings": "./progress-circle.d.ts",
@@ -22,6 +22,6 @@
2222
},
2323
"homepage": "https://github.com/angular/material2#readme",
2424
"peerDependencies": {
25-
"@angular2-material/core": "2.0.0-alpha.4"
25+
"@angular2-material/core": "2.0.0-alpha.5"
2626
}
2727
}

src/components/radio/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular2-material/radio",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0-alpha.5",
44
"description": "Angular 2 Material radio",
55
"main": "./radio.js",
66
"typings": "./radio.d.ts",
@@ -21,6 +21,6 @@
2121
},
2222
"homepage": "https://github.com/angular/material2#readme",
2323
"peerDependencies": {
24-
"@angular2-material/core": "2.0.0-alpha.4"
24+
"@angular2-material/core": "2.0.0-alpha.5"
2525
}
2626
}

src/components/sidenav/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular2-material/sidenav",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0-alpha.5",
44
"description": "Angular 2 Material sidenav",
55
"main": "./sidenav.js",
66
"typings": "./sidenav.d.ts",
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/angular/material2#readme",
2626
"peerDependencies": {
27-
"@angular2-material/core": "2.0.0-alpha.4"
27+
"@angular2-material/core": "2.0.0-alpha.5"
2828
}
2929
}

src/components/slide-toggle/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
},
2424
"homepage": "https://github.com/angular/material2#readme",
2525
"peerDependencies": {
26-
"@angular2-material/core": "2.0.0-alpha.4"
26+
"@angular2-material/core": "2.0.0-alpha.5"
2727
}
28-
}
28+
}
File renamed without changes.

src/components/tabs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular2-material/tabs",
33
"version": "2.0.0-alpha.5",
4-
"description": "Angular 2 Material Slide Toggle",
4+
"description": "Angular 2 Material Tabs",
55
"main": "./tabs.js",
66
"typings": "./tabs.d.ts",
77
"repository": {
@@ -21,6 +21,6 @@
2121
},
2222
"homepage": "https://github.com/angular/material2#readme",
2323
"peerDependencies": {
24-
"@angular2-material/core": "2.0.0-alpha.4"
24+
"@angular2-material/core": "2.0.0-alpha.5"
2525
}
2626
}

src/components/toolbar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular2-material/toolbar",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0-alpha.5",
44
"description": "Angular 2 Material toolbar",
55
"main": "./toolbar.js",
66
"typings": "./toolbar.d.ts",
@@ -22,6 +22,6 @@
2222
},
2323
"homepage": "https://github.com/angular/material2#readme",
2424
"peerDependencies": {
25-
"@angular2-material/core": "2.0.0-alpha.4"
25+
"@angular2-material/core": "2.0.0-alpha.5"
2626
}
2727
}

src/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular2-material/core",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0-alpha.5",
44
"description": "Angular 2 Material core",
55
"main": "./core.js",
66
"typings": "./core.d.ts",

0 commit comments

Comments
 (0)