Skip to content

Commit

Permalink
chore: add MdInputDirective to breaking changes (angular#6331)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleds authored Sep 3, 2017
1 parent 1b6b270 commit 17627e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ own `scrolling` subpackage in `@angular/cdk`.
width can be overridden by via the `mat-form-field` css class.
* **input:** CSS classes have changed from `mat-input-container-` to `mat-form-field-`.
* **input:** `md-prefix` and `md-suffix` are now `mdPrefix` and `mdSuffix`.
* **input:** `MdInputDirective` is now `MdInput`.
* **portal:** `TemplatePortal` now requires a generic type (C) to align with `TemplateRef`.
This will usually be `any`.
* **portal:** Attaching a template portal will now return an `EmbeddedViewRef<C>` instead of an
Expand Down

0 comments on commit 17627e6

Please sign in to comment.