This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
v0.42.0
Bug Fixes
- checkbox: Move property hooks for SSR support (#1585) (fc13f80), closes #1421
- demos: Start script failure (#1574) (ebbc593)
- text-field: Foundation should show/hide aria-hidden (#1580) (f4a7539)
- text-field: Should apply fullwidth modifier (#1582) (467e7d6)
Features
- demos: Improvements and move to CLI (#1588) (479b608), closes #1158
- form-field: Add error state change detection (#1573) (bb7ed57), closes #1323 #1549
- form-field: Add fluid property (#1584) (9a4b5d9), closes #1575
- list: Add new adapter methods for accessibility (#1586) (f2dba6c)
- menu: Add wrapFocus property (#1583) (95373c4)
- notched-outline: Change notched outline to use 3 divs (#1581) (0614eba), closes material-components/material-components-web#4035
- select: Rename floatingLabel to floatLabel (#1590) (288b2b9), closes #1589
- Add support for strictPropertyInitialization (#1572) (7d7ed13), closes #1372 #1569
- Upgrade to material-components-web v0.42.0 (#1579) (932b86f), closes /github.com/material-components/material-components-web/blob/master/CHANGELOG.md#0420-2018-12-04
BREAKING CHANGES
- select: Renamed the property
floatingLabel
tofloatLabel
. Please update your code to
usefloatLabel
.