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

Releases: trimox/angular-mdc-web

v0.1.18

02 Jul 01:12
Compare
Choose a tag to compare

Bug Fixes

  • menu: Fix openFrom attribute & convert values to string enum. (#37) (32e722d)
  • radio: Fix ngModel binding. Major refactoring of foundation wrapper. (#36) (584d3d2)

Features

  • elevation: Implement MDC Elevation and Transition (#32) (7f676ae)
  • infrastructure: Add Angular Universal (server rendering) support. (#34) (c865d8e), closes #33

v0.1.17

24 Jun 20:53
Compare
Choose a tag to compare

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 to large. Please update your code
    accordingly.

v0.1.16

23 Jun 10:56
Compare
Choose a tag to compare

Bug Fixes

  • toolbar: Fix class overriding custom entries. (#28) (a448f60)

Features

  • card: Implement MDC Card component. (#24) (301dbf)
  • infrastructure: Add new test for style-lint during Travis-CI and local builds. (#27) (ef7104a)
  • toolbar: Add ToolbarFixedAdjust directive. (#18) (5ea4719)

v0.1.15

20 Jun 01:04
Compare
Choose a tag to compare

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

15 Jun 21:04
Compare
Choose a tag to compare

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

12 Jun 20:53
Compare
Choose a tag to compare

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

07 Jun 20:41
Compare
Choose a tag to compare

v0.1.7

06 Jun 00:41
Compare
Choose a tag to compare
build(webpack): Changes to improve the build process in webpack. WIP

v0.1.6

02 Jun 00:30
Compare
Choose a tag to compare
feat(demo-app): Completely rewritten demo-app.

v.0.1.4

28 May 12:50
Compare
Choose a tag to compare
Update CHANGELOG.md