This repository was archived by the owner on Oct 7, 2020. It is now read-only.
v0.38.2
Bug Fixes
- app-bar: Execute prominent app-bar following timeout (#1229) (f8a3eb6), closes #1226
- tab-bar: Should reset subscriptions listening for tab changes (#1225) (ea09759), closes #1223
- text-field: Should compare using coerced value (#1231) (f40759f)
Features
- Bump material-components-web to v0.38.2 (#1207) (2b198b1)
- app-bar: Add isCollapsed() for checking collapsed state (#1230) (f29cb70)
- checkbox: Re-export MdcFormFieldModule (#1208) (df1094c)
- fab: Re-export MdcIconModule (#1217) (06e2fde)
- icon-button: Re-export MdcIconModule (#1216) (a33c8e7)
- list: Add
subheader
prop for mdc-list-group (#1211) (8f00ebd) - list: Remove deprecated
multiple
property (#1221) (be2fa23) - radio: Re-export MdcFormFieldModule (#1210) (7377d1b)
- switch: Re-export MdcFormFieldModule (#1209) (e061e64)
- tab: Injection token to provide MdcTabBar interface (#1204) (a0ed4d2)
How to handle browser refresh with Tabs
View a StackBlitz example: #1206
BREAKING CHANGES
- list: Removed
multiple: boolean
from mdc-list. Please update your code accordingly.