This repository was archived by the owner on Oct 7, 2020. It is now read-only.
v0.35.0
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
- Upgrade to material-components-web v0.35.0 (#919) (f6602d7)
- app-bar: Add fixed property (#931) (ff62516), closes #912
- app-bar: Use Foundation API for scrolling (#942) (ae2f53f)
- button: Add outlined property (#928) (8bafbfa), closes #920
- card: Add outlined property (#930) (64d6a6b)
- chips: Add input chips (#938) (f899d07), closes #909
- chips: Add primary and secondary properties (#937) (97f82eb), closes #936
- demo-app: Getting Started guides + improvements (#914) (260d648)
- dialog: Remove layoutFooterRipples() (#927) (6be757a)
- linear-progress: Add determinate property (#917) (70bd1e3)
- shape: Implement MDC Shape (#935) (7ce01ab), closes #908
- typography: Update styles to match guidance (#932) (7a4f0ac), closes #911
BREAKING CHANGES
- typography: All legacy typography directives will continue to work for the near future.
- card: Renamed
stroked
property tooutlined
- button: Property
stroked
renamed tooutlined
- Sass mixin
mdc-button-stroked-width
renamed tomdc-button-outline-width
- Sass mixin
mdc-button-stroked-color
renamed tomdc-button-outline-color
- dialog: Removes layoutFooterRipples() as per material-components-web v0.35.0
- linear-progress: Removed indeterminate property, please update your code accordingly.