Skip to content

Releases: angular/components

21.0.0-rc.1

06 Nov 20:48

Choose a tag to compare

21.0.0-rc.1 Pre-release
Pre-release

aria

Commit Description
fix - c3279ca4b combobox: highlighting edge cases (#32136)
fix - 1232805db combobox: readonly behavior (#32169)
fix - 6c46f950d combobox: several small fixes (#32202)
fix - 92d933421 grid: fix navigation bugs and add grid behavior unit tests (#32140)
fix - e3babf3fc grid: rtl navigation (#32170)
fix - 56631cb85 menu: deferred content import
fix - ce20dbe1a menu: lazy render trigger (#32203)
fix - 19095030a menu: public api cleanup (#32189)
fix - 4b5db1328 menu: rtl text direction (#32254)
fix - 05f936ae1 tree: tree item visibility issue (#32156)

multiple

Commit Description
fix - b50ecb9b6 enable overwriting preventDefault to allow triggering hyperlinks using enter key (#32123)
fix - caa2b3b65 prevent focus on disabled components (#32263)

20.2.12

06 Nov 19:27

Choose a tag to compare

release: cut the v20.2.12 release

21.0.0-rc.0

31 Oct 17:01

Choose a tag to compare

21.0.0-rc.0 Pre-release
Pre-release

material

Commit Description
fix - 47bdfb2007 dialog: afterOpened emitting too early when animations are disabled (#32211)
fix - 378f4cf0ba menu: add filter for trigger icon name (#32188)

cdk

Commit Description
fix - 0e4bf076b1 overlay: hide native backdrop
fix - 84f8f10ba8 overlay: make it easier to set default for overlay directive
fix - a4dc30ce8e overlay: simplify matching the overlay to the trigger width
fix - 8d00344f20 overlay: simplify public API of overlay directive

20.2.11

31 Oct 16:52

Choose a tag to compare

material

Commit Description
fix - b751456cd9 menu: add filter for trigger icon name (#32188)

21.0.0-next.10

22 Oct 19:24

Choose a tag to compare

21.0.0-next.10 Pre-release
Pre-release

aria

Commit Description
feat - a821a3ef0 grid: create the aria grid (#32092)
feat - f9d3cde14 menu: create the aria menu (#32080)
feat - a0b580027 toolbar: adds skip disabled toolbar example to dev-app (#32127)
feat - 5396c4347 toolbar: adds toolbar basic vertical example to dev-app (#32126)
feat - ba9f79be5 toolbar: adds toolbar-basic-horizontal-example to dev-app (#32106)
fix - 0b03c6e96 combobox: add missing apis (#32124)
fix - 3d1cafbdd menu: add selectable to inputs (#32131)
fix - afe4d063d ui-patterns: internal conformance fixes (#32102)

cdk

Commit Description
fix - 03c5d34db portal: remove deprecated directives (#32117)

material

Commit Description
fix - 83d9b02bb core: differentiate container colors in m2 (#32076)
fix - 18cedc737 core: rename corner extra-small to xs (#32101)

Breaking Changes

cdk

    • TemplatePortalDirective has been removed. Use CdkPortal instead.
    • PortalHostDirective has been removed. Use CdkPortalOutlet instead.

20.2.10

22 Oct 17:10

Choose a tag to compare

material

Commit Description
fix - b2cd596d3 core: differentiate container colors in m2 (#32076)

21.0.0-next.9

15 Oct 16:36

Choose a tag to compare

21.0.0-next.9 Pre-release
Pre-release

cdk

Commit Description
fix - 544438c865 testing: make setContenteditableValue required (#32058)

material

Commit Description
feat - 71d590796c sort: add content projection slot for custom icon (#32016)
feat - 85f596b3c3 table: add harness for "no data" row (#32075)
fix - ff9059d8d1 checkbox: use GrayText for disabled colors in high contrast mode (#32066)
fix - 5f12b26ab3 snack-bar: add max height for snack bar (#32000)
fix - 7dfabca03d timepicker: add interface for timepicker input (#32050)

Breaking Changes

cdk

    • TestElement implementations need to provide a setContenteditableValue.

20.2.9

15 Oct 16:23

Choose a tag to compare

material

Commit Description
fix - af3b961214 checkbox: use GrayText for disabled colors in high contrast mode (#32066)
fix - a90abb0a77 snack-bar: add max height for snack bar (#32000)

21.0.0-next.8

08 Oct 15:18

Choose a tag to compare

21.0.0-next.8 Pre-release
Pre-release
release: cut the v21.0.0-next.8 release

21.0.0-next.7

08 Oct 14:33

Choose a tag to compare

21.0.0-next.7 Pre-release
Pre-release

material-date-fns-adapter

Commit Description
fix - b61d8841a parse time string containing only hours (#31978)

material

Commit Description
feat - 527fc3718 bottom-sheet: add injector to MatBottomSheetConfig (#31965)
fix - 3665b433e datepicker: error due to synchronous change detection
fix - 2d5942cb0 datepicker: make date filter nullable (#31980)
fix - 05d71e53a menu: fix divider color property (#31815)
fix - c848d24db timepicker: assign form control value before emitting events (#31981)

cdk

Commit Description
feat - 82cd076bf overlay: Allow passing separate X and Y values for the viewportMargin (#29563)