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)
3
3
4
4
### Highlights
5
5
* Over 140 bug fixes
@@ -43,6 +43,9 @@ still re-exported through `@angular/material`, but these re-exports will be remo
43
43
subsequent release.
44
44
* ` cdkScrollable ` , ` ScrollDispatcher ` , and ` ViewportRuler ` have been moved from overlay into its
45
45
own ` 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- ` .
46
49
* ** input:** ` md-prefix ` and ` md-suffix ` are now ` mdPrefix ` and ` mdSuffix ` .
47
50
* ** portal:** ` TemplatePortal ` now requires a generic type (C) to align with ` TemplateRef ` .
48
51
This will usually be ` any ` .
@@ -54,6 +57,8 @@ DOM element to `apply`.
54
57
* ** datepicker:** You must now use a date object (of whatever type your DateAdapter uses) rather
55
58
than a string when setting the value of the datepicker programmatically (through value, ngModel,
56
59
or formControl).
60
+ * ** datepicker:** ` mdDatepickerToggle ` is now an element ` <md-datepicker-toggle> ` with a ` for `
61
+ property that points to the ` MdDatepicker ` instance
57
62
* ** datepicker:** ` NativeDateAdapter ` will now use Angular's LOCALE_ID instead of the browser's
58
63
locale.
59
64
* ** sidenav:** CSS classes have changed from ` mat-sidenav- ` to ` mat-drawer- `
0 commit comments