This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
Releases: trimox/angular-mdc-web
Releases · trimox/angular-mdc-web
v0.1.18
v0.1.17
Bug Fixes
- card: Rename ambiguous Input from titleLarge to large. (dd96c06)
- components: Fix class overriding for each component. (#29) (41e38e0), closes #25
Features
- docs: Add/Update Getting Started guide, README and CONTRIBUTING (#30) (89144b7)
- typography: Add mdc-typography directive to define basic properties on a site. (d100bcc)
BREAKING CHANGES
- card: Input
titleLarge
has been renamed tolarge
. Please update your code
accordingly.
v0.1.16
v0.1.15
Features
- radio: Add MDC Radio Button component (840d35a)
- checkbox: Add aria-label and aria-labelledby properties. Refactored disabled property. (229377e)
- codecov: Add Codecov for code coverage reporting. (#16) (4eefcde), closes #12
- menu: Add openFrom property for overriding opening point. (24911c5)
- switch: Add aria-label and aria-labelledby properties. Refactored disabled property. (f65fc5a)
v0.1.12
Features
- button: Add Ripple public property (cb6187c)
- checkbox: Checkbox Improvements - Complete overhaul (a9324ae)
- fab: Exposed Ripple as public property (61a698e)
- linear-progress: Add setProgress() and setBuffer() foundation methods as public (10682d1)
- menu: Menu Improvements - Complete overhaul (cb4061d)
- package: Update to Material Design Components v0.13.0 (88c3fa0)
- ripple: Add public activate() and deactivate() foundation methods (1a5359d)
- snackbar: Add optional 'dismissOnAction' argument to show() method. (28af9a8)
- switch: Switch Improvements - Complete overhaul (ce676bd)
- toolbar: Allow mdc-toolbar-title to act as component & directive. (ad9686f)
BREAKING CHANGES
- switch: Removed mdc-switch-label directive
- checkbox: Removed mdc-checkbox-label directive
- linear-progress: Removed component Input() buffer and progress properties
- menu: Removed [items] property. You'll need to start using the new mdc-menu-item
directive.
v0.1.11
Bug Fixes
- checkbox: Remove ChangeDetectionStategy as it breaks ngModel binding (8f4ef37)
- switch: Remove ChangeDetectionStrategy as it breaks ngModel binding (0bc4ae3)
- textfield: Fixed model binding of values if componenent had an *ngIf applied. (93c823c)
Features
- snackbar-demo: Added ngModel binding for Snackbar demo; change snackbar properties dynamically (a7ca243)
Performance Improvements
- common: Core production library is now minified. Smaller production footprint. (ba304b2)
v0.1.8
Changes: v0.1.7...v0.1.8