From ffdb9a9698abf2f0d3199650e69a81908ef67f06 Mon Sep 17 00:00:00 2001 From: Andrew Seguin Date: Wed, 11 Jun 2025 05:46:03 -0600 Subject: [PATCH] docs: release notes for the v20.0.3 release --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbc8a85e0b8e..050c4f223b80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# 20.0.3 "plastic-tube" (2025-06-11) +### material +| Commit | Type | Description | +| -- | -- | -- | +| [13e661e5c6](https://github.com/angular/components/commit/13e661e5c65f7b42b234f63bc9cdf2f4389ce4ba) | fix | **core:** output tokens from theme under same selector ([#31295](https://github.com/angular/components/pull/31295)) | +| [567ddbe84c](https://github.com/angular/components/commit/567ddbe84c3821c41bc3334a7317c70d885bc114) | fix | **radio:** color tokens excluded when passing in variant ([#31321](https://github.com/angular/components/pull/31321)) | +| [af811091cd](https://github.com/angular/components/commit/af811091cdf23fd713a0ace6c02143cce746edfa) | fix | **slider:** ensure disabled slider thumb input has 'auto' c… ([#31311](https://github.com/angular/components/pull/31311)) | + + + # 20.1.0-next.0 "amicite-amp" (2025-06-04) ### cdk