This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
v0.4.5
Bug Fixes
Features
- button: Implement stroked button (#132) (193140b), closes #131
- Rename all occurences of property
accent
tosecondary
(#139) (4a710e4), closes #138 - dialog: Add
escapeToClose
property (#146) (5c92a6d), closes #145 - fab: Remove [plain] property (#140) (b40c018)
- package: Update MDC dependency to v0.20.0 (#137) (4857b88)
- typography: Implement
mdc-typography-button
directive (#148) (0727217), closes #142
BREAKING CHANGES
- fab: Remove the [plain] property from any Floating Action Button in your code.
- The
accent
property on Button, Icon-toggle, Linear-progress was renamed tosecondary
.
TheaccentColor
andprimaryColor
properties on Tabs was renamed tosecondary
andprimary
.