This repository was archived by the owner on Nov 6, 2024. It is now read-only.
v1.8.0
New features and enhancements
- Add chip component (#279) (c7cdb17) @jfcere
- Add feature-discovery component (#301) (dc0a293) @jfcere
- Add pagination component (#220) (1daec4e) @scote
- Add inline input property to MzSelectContainerComponent (#284) (8316482) @jfcere
- Add icons installation instruction (#264) (b0c6715) @jfcere
- Handle options property changes with mz-datepicker (#286) (cd54644) @jfcere
- Transpile to commonjs (#261) (5a5d627) @jfcere
- Update ISSUE_TEMPLATE with StackBlitz link (#258) (6c8f61e) @scote
- Update types/materializecss@0.100.4 (#277) (1868099) @jfcere
Bug fixes
- Fix async optgroup with mz-select (#259) (5b64051) @jfcere
- Fix flat button style and extract h4 from mz-modal-header (#276) (af74f0a) @scote
- Fix non english characters mz tab item (#273) (d6de430) @scote
- Fix demo app flat button and waves effect (#278) (4c3e984) @scote
- Fix mz-collapsible-item *ngFor manipulation (#289) (5f4dc62) @jfcere
- Fix Date/Timepicker validation for ChangeDetectionStrategy.OnPush (#300) (7368eee) @jfcere
- Remove hardcoded hide-on-med-and-down class in mz-navbar-item-container (#282) (5a402f1) @jfcere
- Prevent memory leak with ModalService onClose subscribe (#275) (79e1be7) @scote
- Add InjectionModule to ModalModule (#266) (e5aed1c) @scote