Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

v0.1.11

Compare
Choose a tag to compare
@trimox trimox released this 12 Jun 20:53
· 1621 commits to master since this release

Bug Fixes

  • checkbox: Remove ChangeDetectionStategy as it breaks ngModel binding (8f4ef37)
  • switch: Remove ChangeDetectionStrategy as it breaks ngModel binding (0bc4ae3)
  • textfield: Fixed model binding of values if componenent had an *ngIf applied. (93c823c)

Features

  • snackbar-demo: Added ngModel binding for Snackbar demo; change snackbar properties dynamically (a7ca243)

Performance Improvements

  • common: Core production library is now minified. Smaller production footprint. (ba304b2)