Releases: angular/components
Releases · angular/components
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.
20.2.9
21.0.0-next.8
release: cut the v21.0.0-next.8 release
21.0.0-next.7
material-date-fns-adapter
| Commit | Description |
|---|---|
| parse time string containing only hours (#31978) |
material
| Commit | Description |
|---|---|
| bottom-sheet: add injector to MatBottomSheetConfig (#31965) | |
| datepicker: error due to synchronous change detection | |
| datepicker: make date filter nullable (#31980) | |
| menu: fix divider color property (#31815) | |
| timepicker: assign form control value before emitting events (#31981) |
cdk
| Commit | Description |
|---|---|
| overlay: Allow passing separate X and Y values for the viewportMargin (#29563) |