Skip to content

Commit a71d1a8

Browse files
committed
chore: bump to 5.0.5 w/ changelog
1 parent 2c7bb08 commit a71d1a8

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="5.0.5"></a>
2+
## [5.0.5](https://github.com/angular/material2/compare/5.0.4...5.0.5) (2018-01-17)
3+
4+
5+
### Bug Fixes
6+
7+
* **form-field:** hide required asterisk if control is disabled ([#8799](https://github.com/angular/material2/issues/8799)) ([2d56386](https://github.com/angular/material2/commit/2d56386)), closes [#8251](https://github.com/angular/material2/issues/8251)
8+
* **list:** incorrect padding for list-items with avatars, icons ([#9163](https://github.com/angular/material2/issues/9163)) ([1550502](https://github.com/angular/material2/commit/1550502)), closes [#9156](https://github.com/angular/material2/issues/9156)
9+
* **list:** prevent list icon shrinking ([#9211](https://github.com/angular/material2/issues/9211)) ([c3bd509](https://github.com/angular/material2/commit/c3bd509)), closes [#8699](https://github.com/angular/material2/issues/8699)
10+
* **table:** inaccurate row height ([#8303](https://github.com/angular/material2/issues/8303)) ([1254353](https://github.com/angular/material2/commit/1254353)), closes [#8299](https://github.com/angular/material2/issues/8299)
11+
* **table:** row content not centered in IE ([#6820](https://github.com/angular/material2/issues/6820)) ([85ab289](https://github.com/angular/material2/commit/85ab289)), closes [#6813](https://github.com/angular/material2/issues/6813)
12+
* **table:** set height of mat-header-row to 56px ([#8215](https://github.com/angular/material2/issues/8215)) ([9777cab](https://github.com/angular/material2/commit/9777cab))
13+
* **theming:** light text on colored backgrounds should be opaque ([#7421](https://github.com/angular/material2/issues/7421)) ([7c7db09](https://github.com/angular/material2/commit/7c7db09))
14+
* too strict peer dependency of angular ([#9355](https://github.com/angular/material2/issues/9355)) ([aac5508](https://github.com/angular/material2/commit/aac5508)), closes [#9328](https://github.com/angular/material2/issues/9328)
15+
16+
17+
118
<a name="5.0.4"></a>
219
## [5.0.4 linoleum-wormhole](https://github.com/angular/material2/compare/5.0.3...5.0.4) (2018-01-09)
320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"docs": "gulp docs",
2121
"api": "gulp api-docs"
2222
},
23-
"version": "5.0.4",
23+
"version": "5.0.5",
2424
"license": "MIT",
2525
"engines": {
2626
"node": ">= 5.4.1"

0 commit comments

Comments
 (0)