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

v0.6.1

Compare
Choose a tag to compare
@trimox trimox released this 20 Nov 16:47
· 1224 commits to master since this release
7584deb

Bug Fixes

  • checkbox: Close path tag to remove IE console warnings (#377) (0ec464c)

Features

  • Update material-components-web to v0.25.0 (#381) (e6b9a56)
  • dialog: Add declarative dialog (#383) (97372d6), closes #370
  • drawer: Add selection state to Drawer lists (#389) (7584deb), closes #143
  • linear-progress: Add Sass color mixin for --secondary (#384) (c4770e9)
  • menu: Improvements and new properties (#386) (e679e32), closes #385
  • textfield: Rename mdc-text-field-helptext to mdc-text-field-helper-text (#388) (7ddb8f5), closes #387
  • textfield: Rename mdc-textfield to mdc-text-field (#382) (b27f6f0), closes #379

BREAKING CHANGES

  • drawer: List property disableRipples was renamed to disableRipple.
  • menu: Removed MenuOpenFrom. Update your code to use MdcMenuOpenFrom with accepted values of 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight'

Text Field renamed due to MDC upstream change

  • textfield: Rename mdc-text-field-helptext to mdc-text-field-helper-text and update your code accordingly.
  • textfield: Rename the following in your code.
  • MdcTextfieldModule to MdcTextFieldModule.
  • MdcTextfield to MdcTextField
  • MdcTextfieldBox to MdcTextFieldBox
  • mdc-textfield to mdc-text-field
  • mdc-textfield-box to mdc-text-field-box
  • mdc-textfield-helptext to mdc-text-field-helptext