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

v0.2.1

Compare
Choose a tag to compare
@trimox trimox released this 14 Jul 10:29
· 1490 commits to master since this release

Bug Fixes

  • switch: Remove redundant [ngModel] bind from html template (a594aa5)
  • typography: Fix missing module import of [typography] (67517dd)

Code Refactoring

  • infrastructure: refactor(infrastructure): Use ES2015 import for MDC Foundation API's. (dd21a75)

Features

  • package: Update to Material Design Components v0.15.0 (0985e5c)
  • button: Add [disabled] boolean input property. (9a437c8)
  • button: Add native element support with "href" attribute. (1c6dabf)
  • fab: Add [disabled] boolean input property. (9315f41)
  • fab: Add native element support with "href" attribute. (e8cb314)
  • infrastructure: Add toBoolean function to lib/common (23ddbc6)
  • material-icon: Add [material-icon] directive (7ee67e5)
  • menu: Add/Export MenuOpenFrom enum from Menu (066294c)
  • snackbar: Add [alignStart] boolean input (b51181b)
  • snackbar: Add [dismissOnAction] boolean input (563eb9b)
  • snackbar: Add directives for action-wrapper, action-button and text (4ac2c76)
  • snackbar: Add exported SnackbarMessage interface (b654bb3)
  • snackbar: Add MDC's upcoming foundation adapter functions (14ec2be)
  • snackbar: Export SnackbarMessage from Snackbar (65538e1)
  • snackbar: Improvements + added MDC v0.15 upcoming features. (b2c4147)

Performance Improvements

  • demo: Ahead-of-Time compilation + Rollup bundling (#49) (7c2293d)

BREAKING CHANGES

  • menu: MenuOpenFrom enum replaces MDC_OPEN_FROM and now can be imported. Please update
    your code accordingly.