This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
v0.5.3 - Core Edition (MdcCoreModule)
Bug Fixes
- card: Horizontal card does not show supporting text (#274) (680edfc), closes #266
- dialog: Issues with
clickOutsideToClose
andescapeToClose
(#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
- core: Make cursor a pointer for
mdc-surface
(#264) (43dc9f2) - demo: Demo App Improvements (#252) (2437511), closes #254
- drawer: Add
fixed
property to Permanent Drawer (#256) (4b8a712), closes #255 - elevation: MdcElevation moved to MdcCoreModule (#245) (9cf2647)
- fab: Add
position
property for absolute positioning (#259) (d80bb2f), closes #258 - icon: Add
mdc-icon--avatar
CSS class (#270) (fb9a66b), closes #268 - icon: Implement
mdc-icon
component (#246) (2127275), closes #241 - list: Add [border] property (#276) (6e9c80b), closes #269
- list: Avatar icons + Improvements (#272) (1bad2e8), closes #271
- ripple: Add
mdc-ripple
andmdc-surface
directives (#237) (68d22b5), closes #234 - ripple: MdcRipple moved to MdcCoreModule (#247) (4035f58), closes #243
- typography: MdcTypography moved to MdcCoreModule (#244) (c19b9ab)
- core: MdcThemeModule moved into MdcCoreModule (#277) (68bb43c), closes #243
BREAKING CHANGES
- icon:
mdc-icon-button
was removed in favor ofmdc-icon
. Please update your code accordingly.
mdc-fab-icon
was removed in favor ofmdc-icon
. Please update your code accordingly.
mdc-tab-icon
was removed in favor ofmdc-icon
. Please update your code accordingly. - elevation: Remove
MdcElevationModule
from your code. Replace withMdcCoreModule
if not previously imported. - typography: Remove
MdcTypographyModule
from your code, and if necessary add an import ofMdcCoreModule
. - core: Remove
MdcThemeModule
import from your code, and replace it withMdcCoreModule
if not already imported.