1- <a name =" 2.0.0-beta.9 " ></a >
2- # [ 2.0.0-beta.9 découpage-panjandrum] ( https://github.com/angular/material2/compare/2.0.0-beta.8...2.0.0-beta.9 ) (2017-08-29)
1+ <a name =" 2.0.0-beta.10 " ></a >
2+ # [ 2.0.0-beta.10 découpage-panjandrum] ( https://github.com/angular/material2/compare/2.0.0-beta.8...2.0.0-beta.10 ) (2017-08-29)
33
44### Highlights
55* Over 140 bug fixes
@@ -43,6 +43,9 @@ still re-exported through `@angular/material`, but these re-exports will be remo
4343subsequent release.
4444* ` cdkScrollable ` , ` ScrollDispatcher ` , and ` ViewportRuler ` have been moved from overlay into its
4545own ` scrolling ` subpackage in ` @angular/cdk ` .
46+ * ** input:** Inputs have a width of ` 200px ` by default (similar to native input elements). The
47+ width can be overridden by via the ` mat-form-field ` css class.
48+ * ** input:** CSS classes have changed from ` mat-input-container- ` to ` mat-form-field- ` .
4649* ** input:** ` md-prefix ` and ` md-suffix ` are now ` mdPrefix ` and ` mdSuffix ` .
4750* ** portal:** ` TemplatePortal ` now requires a generic type (C) to align with ` TemplateRef ` .
4851This will usually be ` any ` .
@@ -54,6 +57,8 @@ DOM element to `apply`.
5457* ** datepicker:** You must now use a date object (of whatever type your DateAdapter uses) rather
5558than a string when setting the value of the datepicker programmatically (through value, ngModel,
5659or formControl).
60+ * ** datepicker:** ` mdDatepickerToggle ` is now an element ` <md-datepicker-toggle> ` with a ` for `
61+ property that points to the ` MdDatepicker ` instance
5762* ** datepicker:** ` NativeDateAdapter ` will now use Angular's LOCALE_ID instead of the browser's
5863locale.
5964* ** sidenav:** CSS classes have changed from ` mat-sidenav- ` to ` mat-drawer- `
0 commit comments