This repository was archived by the owner on Oct 7, 2020. It is now read-only.
v0.34.4
Bug Fixes
- Set components internal nodes to block (#871) (d78af8c)
- switch: Add role="switch" to input (#875) (1034500)
- text-field: Add role="button" to icon (#874) (dde07ef)
Features
- app-bar: Add additional selectors (#882) (6f7b96d)
- button: New UX state methods (#878) (886fb53)
- cards: New UX state methods + [wide] property (#877) (35e061e)
- chips: New UX state methods (#883) (4753e48)
- menu: New UX state methods + improvements (#876) (ccb3d6a)
- radio: Enhance ngForm and FormControl usage (#870) (5f00df4)
- slider: New UX state methods + improvements (#885) (62bf4f4), closes #881
BREAKING CHANGES
- radio: Update mdc-radio change event listener to use MdcRadioChange class.
- card: Renamed [rectangle] to [wide]. Please update your code accordingly.
- slider: Update mdc-slider (change) and (input) listeners to use class MdcSliderChange.
mdc-menu - View all mdc-menu changes
- Update your code to use MdcMenuChange class for select event listener.
- Update your code to bind an element to [anchor] property. Please refer to documentation.
- Removed @input() direction
- Removed isFocused(): boolean method
- Removed getFocusedItemIndex(): number method
- Removed hasAnchor(): boolean method
- Removed isRtl(): boolean method