Skip to content

Releases: angular/components

20.2.0-next.2

30 Jul 18:48
Compare
Choose a tag to compare
20.2.0-next.2 Pre-release
Pre-release

cdk-experimental

Commit Description
fix - 647616e2e listbox: make CdkOption public (#31588)

material

Commit Description
feat - 20e6e92c0 core: add an m2-theme API to define system vars (#31616)
fix - 3dfe50aef core: align gm3 colors (#31485)
fix - 993a9a393 core: fill in m2 system token values (#31615)
fix - 5d681219f core: use different prefix for m2-theme (#31621)
fix - 471d3237e radio: rendering artifacts at some zoom levels (#31612)
fix - 8576ccf1d schematics: set generated font family on body (#31618)
fix - 9e14c5566 slider: tick marks not showing dynamically (#31608)
fix - 9e25efb6f table: return undefined sort and paginator (#31593)
fix - 092c0f73d testing: Modify input filtering to more broadly search for (#31596)

cdk

Commit Description
fix - 88d4ffda6 drag-drop: incorrect index when returning item in mixed list (#31592)
fix - c386d0ee1 listbox: coerce tabindex value (#31597)

20.1.4

30 Jul 18:40
Compare
Choose a tag to compare

material

Commit Description
fix - 3e4625d1c core: align gm3 colors (#31485)
fix - 3de927f9d core: fill in m2 system token values (#31615)
fix - d18da5664 radio: rendering artifacts at some zoom levels (#31612)
fix - 25d12df5b schematics: set generated font family on body (#31618)
fix - 4ae4fe22d slider: tick marks not showing dynamically (#31608)
fix - 6e252739b testing: Modify input filtering to more broadly search for (#31596)

cdk

Commit Description
fix - 512066a90 drag-drop: incorrect index when returning item in mixed list (#31592)
fix - b5fb4cb47 listbox: coerce tabindex value (#31597)

20.2.0-next.1

23 Jul 14:31
Compare
Choose a tag to compare
20.2.0-next.1 Pre-release
Pre-release

cdk-experimental

Commit Description
feat - 4ce794ca7 ui-patterns: add popup behavior (#31550)

youtube-player

Commit Description
fix - cab171045 update to latest types and fix error (#31546)

material

Commit Description
feat - 9627c2933 table: accept undefined sort and paginator (#31269)
fix - e8b28fa6b datepicker: focus lost when hitting the end of calendar (#31572)
fix - 5bd42eaed datepicker: toggle button active color not showing up in M3 (#31565)
fix - 8eae1621b form-field: ensure that focused classes are in sync (#31568)
fix - 950790057 progress-bar: slow down animations instead of fully stopping them
fix - 062c5eb9d progress-spinner: slow down animations instead of fully stopping them
fix - f0accd1ff schematics: access custom as a theme palette (#31555)
fix - 307ad0c8a table: add missing sort tests (#30876)

cdk

Commit Description
fix - cea7989a9 scrolling: Prevent virtual scroll 'flickering' with zoneless (#31316)
fix - 27dae25a4 table: improve error message (#31545)

20.1.3

23 Jul 14:13
Compare
Choose a tag to compare

material

Commit Description
fix - 7b26aaa75 datepicker: focus lost when hitting the end of calendar (#31572)
fix - 734a7bcc2 datepicker: toggle button active color not showing up in M3 (#31565)
fix - 7aa5e0bc7 form-field: ensure that focused classes are in sync (#31568)
fix - 9cd6f10b9 progress-bar: slow down animations instead of fully stopping them
fix - de59f35ce progress-spinner: slow down animations instead of fully stopping them
fix - f1ccf6b10 table: add missing sort tests (#30876)

cdk

Commit Description
fix - 4cdf5f33b scrolling: Prevent virtual scroll 'flickering' with zoneless (#31316)
fix - ce3994c71 table: improve error message (#31545)

20.2.0-next.0

16 Jul 18:37
Compare
Choose a tag to compare
20.2.0-next.0 Pre-release
Pre-release

cdk-experimental

Commit Description
feat - 2dbb045bc2 tree: add nav mode (#31460)
feat - 6716f50249 tree: use shared example classes (#31494)
feat - 50a6d6c4c9 ui-patterns: add label control (#31459)
fix - e525a412a1 radio-group: fix activedescendant example (#31499)

material

Commit Description
fix - 4f96ef3e64 slide-toggle: add larger touch target (#31486)

multiple

Commit Description
fix - ad4d5b471e fix broken rtl examples (#31527)

20.1.2

16 Jul 21:53
Compare
Choose a tag to compare

youtube-player

Commit Description
fix - af6cb6d041 update to latest types and fix error (#31546)

material

Commit Description
fix - 4f5273222a schematics: access custom as a theme palette (#31555)

20.1.1

16 Jul 17:52
Compare
Choose a tag to compare

material

Commit Description
fix - d833f7c24a schematics: always add a custom theme with ng add (#31522)
fix - a516806e47 tabs: glitchy animation in rtl with lazy-loaded content (#31535)
fix - 6a0578f82d timepicker: allow timepicker to opt out of opening on click (#31492)

cdk

Commit Description
fix - 3479123244 drag-drop: ensure container is registered in addItem (#31518)

20.1.0

09 Jul 17:43
Compare
Choose a tag to compare

cdk-experimental

Commit Description
feat - 4f9ab216c1 accordion: add accordion directives, example, and tests (#31134)
feat - 3704b7e32f radio: add radio demo to dev-app (#31180)
feat - 50c3e0e12d radio: create radio group and button directives (#31050)
feat - cdc0dab261 tabs: add setDefaultState and unit tests, refactor the content children strategy (#31374)
feat - 97d60c5378 tree: add tree directives, example, and tests (#31350)
feat - ff0f6c61b5 ui-patterns: accordion (#31034)
feat - c5b2f0ac6d ui-patterns: create grid navigation behavior (#31290)
feat - ce145fa9a3 ui-patterns: create the grid focus behavior (#31055)
feat - 9f249d0a25 ui-patterns: radio button and group (#31016)
feat - 70841dbb5b ui-patterns: tree (#31308)
fix - 06d7384a23 accordion: fix disabled trigger button can't be focused when skipDisabled=false (#31379)
fix - 9a856ad559 tabs: fix tabs example styles (#31382)
fix - 8a091a7ea8 tabs: set tabpanel tabindex to -1 if hidden (#31401)
fix - ea700e6d81 ui-patterns: add guardrails to selectOne for edge cases (#31402)

material

Commit Description
feat - 243845460d chips: add (optional) edit icon to input chips (#31041)
feat - 9e942b4ba2 menu: add support for context menu
feat - 4de7c0fb2d testing: Extend Angular harness testing functionality (#30960)
fix - 512433b6d1 badge: remove badge opacity color mix (#31213)
fix - 92a8253e28 badge: use system disabled states (#31266)
fix - a7150d42cf button-toggle: simplify divider color (#31214)
fix - 1f8b1302f2 button-toggle: use system colors (#31231)
fix - 5ee7d79e4c button: FAB emitting invalid elevation tokens (#31028)
fix - 8523397fd2 button: prevents mat-icon being cut off by text-spacing (#30891)
fix - afe36e4d42 button: remove internal-only M2 styles (#31017)
fix - 589ea5905e button: remove internal-only M2 styles (#31018)
fix - 0d47628d2e button: use system colors for state layers and text (#31278)
fix - 203c1737eb card: subtitle text token should be on-surface-variant (#31261)
fix - 55b7ba0814 card: use system outline (#31218)
fix - eb9abc366f checkbox: remove internal-only M2 styles (#31019)
fix - 458a17ba46 checkbox: update tokens to system colors (#31279)
fix - 68d7ea0351 chips: provide ability to edit for all screen readers with a click on already focused chip (#30983)
fix - 8c9cae0a8c chips: sync with g3 (#31393)
fix - be48108bc2 chips: update tokens to system colors (#31280)
fix - 20ac2b2bd8 core: improve disabled psuedo checkbox contrast (#31464)
fix - 576a008b09 core: remove unused form field mixins (#31283)
fix - 4d67427cef core: update ripple tokens to system colors (#31282)
fix - 28f2763f96 core: update tokens to system colors (#31281)
fix - 009424c73e datepicker: use system colors (#31300)
fix - a24081f2bd dialog: remove internal-only M2 styles (#31020)
fix - d52ede5627 expansion: add token for box shadow (#31340)
fix - ecc6a09ca5 expansion: align state layer colors (#31236)
fix - e57aef2912 expansion: use correct typography (#31347)
fix - 82ab91e58a form-field: remove internal-only M2 styles (#31021)
fix - 6d27e04051 form-field: use system for neutral colors (#31272)
[fix - 918b625438](https://github.com/angular/components/commit...
Read more

20.0.6

09 Jul 17:29
Compare
Choose a tag to compare

material

Commit Description
fix - 1f15ad392c tabs: remove delay on touch devices (#31489)

20.1.0-rc.0

02 Jul 16:28
Compare
Choose a tag to compare
20.1.0-rc.0 Pre-release
Pre-release

cdk-experimental

Commit Description
fix - 06d7384a2 accordion: fix disabled trigger button can't be focused when skipDisabled=false (#31379)
fix - 8a091a7ea tabs: set tabpanel tabindex to -1 if hidden (#31401)

google-maps

Commit Description
fix - 4052130ee fix update schematic (#31448)

material

Commit Description
fix - 20ac2b2bd core: improve disabled psuedo checkbox contrast (#31464)
fix - 1bba60785 schematics: typo in prompt question (#31449)
fix - 7bb0a82a4 snack-bar: use inverse primary for button color (#31465)

cdk

Commit Description
fix - 6dc2f3ba5 a11y: allow mixed types to be passed into setActiveItem (#31462)
fix - 69e660064 tree: remove leaking subscription (#31457)