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

v0.35.0

Compare
Choose a tag to compare
@trimox trimox released this 05 May 05:45
· 828 commits to master since this release
0cbb14c

Bug Fixes

  • demo-app: Overflow scroll for demo-content__drawer (#905) (3e4001e)
  • select: Should clear value on empty option selected (#926) (5d6a41c), closes #923
  • text-field: Should clear ngModel when empty (#940) (ea18f49), closes #939
  • toolbar: Should remove margin-top on destroy (#934) (1e6253d), closes #933

Features

BREAKING CHANGES

  • typography: All legacy typography directives will continue to work for the near future.
  • card: Renamed stroked property to outlined
  • button: Property stroked renamed to outlined
  • Sass mixin mdc-button-stroked-width renamed to mdc-button-outline-width
  • Sass mixin mdc-button-stroked-color renamed to mdc-button-outline-color
  • dialog: Removes layoutFooterRipples() as per material-components-web v0.35.0
  • linear-progress: Removed indeterminate property, please update your code accordingly.