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

v0.4.0

Compare
Choose a tag to compare
@trimox trimox released this 01 Sep 12:14
· 1385 commits to master since this release

Bug Fixes

  • menu: Fix class binding of openFrom property (#119) (12a1d12), closes #116
  • menu: Open method required a focusIndex (#117) (73956ca)
  • textfield: Fix expression changed after check error (#123) (b254ad9), closes #121

Features

BREAKING CHANGES

  • package: All component classes are now prefixed with Mdc to prevent name conflicts with other libraries. Please update your code accordingly.
    Example: ButtonComponent to MdcButtonComponent
  • fab: Add a material-icon directive to mdc-fab-icon if using Material Icons. If not,
    apply custom styling for Font Awesome or text. Please see examples on demo page.
  • fab: Remove [disabled] from any FAB component used in your code.