Releases: angular/components
Releases · angular/components
21.0.0-rc.2
material
| Commit | Description |
|---|---|
| chips: avatar image stretched in Safari (#32278) | |
| timepicker: render overlay next to trigger (#32288) |
cdk
| Commit | Description |
|---|---|
| overlay: add DI token to opt out of popovers (#32306) |
aria
| Commit | Description |
|---|---|
| accordion: rename value to panelId for trigger and panel (#32295) | |
| combobox: dialog popup support (#32279) | |
| combobox: disabled state (#32308) | |
| combobox: use click instead of pointerup (#32324) | |
| menu: add expansion delay (#32293) | |
| menu: disabled state (#32301) | |
| tree: adds rtl keyboard functionality for tree (#32305) | |
| tree: only reset selected values if used in combobox (#32329) |
multiple
| Commit | Description |
|---|---|
| allow ids to be inputs (#32320) | |
| change delays to use ms (#32321) | |
| change value inputs to 'values' for array-based types (#32300) | |
| expose active from public api (#32330) | |
| expose element (#32328) | |
| transform boolean attr (#32319) |
20.2.13
21.0.0-rc.1
aria
| Commit | Description |
|---|---|
| combobox: highlighting edge cases (#32136) | |
| combobox: readonly behavior (#32169) | |
| combobox: several small fixes (#32202) | |
| grid: fix navigation bugs and add grid behavior unit tests (#32140) | |
| grid: rtl navigation (#32170) | |
| menu: deferred content import | |
| menu: lazy render trigger (#32203) | |
| menu: public api cleanup (#32189) | |
| menu: rtl text direction (#32254) | |
| tree: tree item visibility issue (#32156) |
multiple
| Commit | Description |
|---|---|
enable overwriting preventDefault to allow triggering hyperlinks using enter key (#32123) |
|
| prevent focus on disabled components (#32263) |
20.2.12
21.0.0-rc.0
material
| Commit | Description |
|---|---|
| dialog: afterOpened emitting too early when animations are disabled (#32211) | |
| menu: add filter for trigger icon name (#32188) |
cdk
20.2.11
21.0.0-next.10
aria
| Commit | Description |
|---|---|
| grid: create the aria grid (#32092) | |
| menu: create the aria menu (#32080) | |
| toolbar: adds skip disabled toolbar example to dev-app (#32127) | |
| toolbar: adds toolbar basic vertical example to dev-app (#32126) | |
| toolbar: adds toolbar-basic-horizontal-example to dev-app (#32106) | |
| combobox: add missing apis (#32124) | |
| menu: add selectable to inputs (#32131) | |
| ui-patterns: internal conformance fixes (#32102) |
cdk
| Commit | Description |
|---|---|
| portal: remove deprecated directives (#32117) |
material
| Commit | Description |
|---|---|
| core: differentiate container colors in m2 (#32076) | |
| core: rename corner extra-small to xs (#32101) |
Breaking Changes
cdk
-
TemplatePortalDirectivehas been removed. UseCdkPortalinstead.PortalHostDirectivehas been removed. UseCdkPortalOutletinstead.
20.2.10
21.0.0-next.9
cdk
| Commit | Description |
|---|---|
| testing: make setContenteditableValue required (#32058) |
material
| Commit | Description |
|---|---|
| sort: add content projection slot for custom icon (#32016) | |
| table: add harness for "no data" row (#32075) | |
| checkbox: use GrayText for disabled colors in high contrast mode (#32066) | |
| snack-bar: add max height for snack bar (#32000) | |
| timepicker: add interface for timepicker input (#32050) |
Breaking Changes
cdk
-
TestElementimplementations need to provide asetContenteditableValue.