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

v0.5.3 - Core Edition (MdcCoreModule)

Compare
Choose a tag to compare
@trimox trimox released this 13 Oct 21:20
· 1285 commits to master since this release

Bug Fixes

  • card: Horizontal card does not show supporting text (#274) (680edfc), closes #266
  • dialog: Issues with clickOutsideToClose and escapeToClose (#263) (b5989da)
  • dialog: Pass shouldNotify to MDC foundation methods (#273) (22d5e42)
  • dialog: Set Dialog button action property to secondary color (#262) (ef2e96c)
  • fab: Set correct position in media query (#260) (73eb62c)
  • list: Checkbox height inside list-item (#261) (31d030d), closes #172

Features

BREAKING CHANGES

  • icon: mdc-icon-button was removed in favor of mdc-icon. Please update your code accordingly.
    mdc-fab-icon was removed in favor of mdc-icon. Please update your code accordingly.
    mdc-tab-icon was removed in favor of mdc-icon. Please update your code accordingly.
  • elevation: Remove MdcElevationModule from your code. Replace with MdcCoreModule if not previously imported.
  • typography: Remove MdcTypographyModule from your code, and if necessary add an import of MdcCoreModule.
  • core: Remove MdcThemeModule import from your code, and replace it with MdcCoreModule if not already imported.