liquidcrystal-sandwich
Bug Fixes
- button: not updating DOM node name if group name changes (#14963) (37732cb)
- cdk-stepper: coercing selectedIndex value to a Number (#14817) (b64c08d)
- checkbox: not marked as touched immediately on blur with OnPush change detection (#15001) (916c532), closes #14980
- chips: newly-added chips not being disabled when added to a disable list (#14976) (c23512a)
- examples: fix form-field custom control
disabled
input (#14957) (ce3926d), closes /github.com/angular/angular/blob/e2c98fbe11272295c3827b0e54f859d283cd32bf/packages/forms/src/directives/reactive_errors.ts#L64 - list: selection list not picking up indirect descendants (#15003) (6a07d0d), closes #15000
- MatPseudoCheckbox: fix checkmark pseudo-element box-sizing (#14971) (ba6b405)
- overlay: unnecessarily pushing overlay if it is exactly as wide as the viewport (#14975) (f4b4e61), closes #14968
- radio: not updating DOM node name if group name changes (#14950) (4d5c5d5)
- radio: unable to click to select button if text is marked (#14967) (81380d2), closes #14753
- slider: focus ring showing when ancestor has focus monitoring (#14960) (2ec9dff), closes #14958
- table: allow for a caption to be projected (#14965) (a8a6617), closes #14948
- table: Clarify unknown table column error (#14947) (2782273)
- tree,scrolling: don't require user DataSource to extend DataSource (#14966) (0f9926a)