This repository was archived by the owner on Oct 7, 2020. It is now read-only.
v0.40.2
Bug Fixes
- drawer: Set open to false after scrim click (#1422) (a3da1f1)
- image-list: Remove HostBindings (#1437) (511087b)
- list: Should unsubscribe from _changeSubscription (#1428) (f05f729)
- radio: Set radio name from group name (#1416) (4d12ff4)
- ripple: Add SSR check (#1405) (c280aed), closes #1401
- switch: Apply ripple to thumb underlay (#1414) (0763ad2)
- text-field: Resolve promise inside layout() (#1434) (8dc5e6b)
- top-app-bar: Should check if browser when setting scrollTarget (#1420) (66509b8), closes #1419
- typography: Remove HostBinding (#1433) (3aa1c7e)
Features
- Upgrade to material-components-web v0.40.1 (#1425) (a358689), closes #1424
- button: Remove unneeded icon property (#1412) (e12f6c6), closes #1175 #1409
- chip: Improved chip and chip-set (#1430) (4929e8b)
- form-field: Replace MDC foundation/adapter logic (#1415) (ccac367), closes #1323
- menu: Add hoistToBody option (#1417) (4fc14e1)
- menu-surface: Convert mdcMenuSurfaceAnchor to directive (#1418) (a52d535)
- ripple: Use passive listeners for mouse and touch events (#1413) (00b2e36), closes #1411