-
Notifications
You must be signed in to change notification settings - Fork 358
Upgrade from 1.0.0 beta.5 to 1.0.0 beta.7
Stoovm edited this page Oct 30, 2017
·
11 revisions
- Update package.json dependencies
- Change all md-list-icon to mdListIcon
- Change all md-list-avatar to mdListAvatar
- Change all md-line to mdLine
- Change all md-list-avatar to mdListAvatar
- Change all md-card-avatar to mdCardAvatar
- Change all md-input-container to md-form-field
- Hamburger menu button must be manually added to td-layout-nav
- In md-toolbar change
(click)="!media.query('gt-xs') && manageList.close()"
to[tdLayoutManageListClose]="!media.query('gt-xs')"
- Paging Bar
- Manually add md-select "Per Page"
- Remove [pageSizes], [pageSizeAll], [pageSizeAllText] inputs
- If you have issues with mat-form-field not respecting flex, there is a temporary workaround until the next release above 2.0.0-beta.12 is out.