This repository was archived by the owner on Oct 7, 2020. It is now read-only.
v0.42.1
Bug Fixes
- demos: Drawer navigation on keypress (#1618) (8d161be)
- form-field: Remove experimental gap mixin (#1601) (4e69e55)
- helper-text: Support deprecated exports and selectors (#1625) (09daf9f)
- icon: Support query params when prefixing (#1597) (197cfa4)
- tab: Deduplicate synthetic ripple event on touch devices (#1615) (1fcb59f)
- text-field: Prevent synthetic event on touch devices (#1613) (b158a7c)
- Use 'ngx' prefix naming for extended Sass (#1598) (7e61941)
Features
- Upgrade to material-components-web v0.42.1 (#1624) (b8cfff7), closes #1622
- select: Add enhanced variant (#1612) (d354bf2), closes #1593 #1592 #1402 #1611 #1610 #1609 #1603 #1616
- Add mdc-helper-text (#1596) (c706980), closes #1595
BREAKING CHANGES
mdcTextFieldHelperText
andmdcSelectHelperText
are deprecated and are to be removed in the near future. Please update your code to usemdcHelperText
ormdc-helper-text
selectors.