20.0.0-next.2 "bismite-bomb" (2025-03-19)
cdk
Commit | Description |
---|---|
text-field: Long multiline textfield focus issue (#30312) |
material
Commit | Description |
---|---|
button: add support for tonal button (#30638) | |
button: allow appearance to be set dynamically | |
autocomplete: allow overlay backdrop by setting hasBackdrop option (#30631) | |
button: align harness with new terminology | |
card: remove alternate token for container-color (#30640) | |
chips: adds default placeholder for chips input (#30452) | |
core: include alternative tokens (#30633) | |
paginator: prevent keyboard nav to disabled buttons (#30627) | |
select: close panel on detach output event (#30634) | |
select: use flexible overlay dimensions (#30628) | |
slider: handle null values in slider input (#30621) | |
timepicker: assertion error if reopened quickly (#30639) |
cdk-experimental
Commit | Description |
---|---|
ui-patterns: small fixes for internal compatibi… (#30625) |
multiple
Commit | Description |
---|---|
avoid repeating selectors in m3 themes (#30645) |
Breaking Changes
material
-
ButtonVariant
which is returned byMatButtonHarness.getVariant
no longer includes the appearance of the button. UseMatButtonHarness.getAppearance
instead.