Skip to content

Commit c33b86e

Browse files
authored
docs: update CHANGELOG for v20.1 (#31511)
1 parent a9f91e6 commit c33b86e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<a name="20.1.0"></a>
22
# 20.1.0 "metal-brownie" (2025-07-09)
3+
There have been some internal mapping changes in Material 2 theme config maps generated by `mat.define-light-theme` and `mat.define-dark-theme`.
4+
5+
If your app was directly modifying these internal properties to alter styles, such as setting new color values used in the foreground and background palette maps, then your changes may no longer be applied to the components. The supported path for changing theme values is through each component’s overrides API.
6+
7+
The Material 2 component styles have undergone minor adjustments to enhance consistency across components and better align with the latest Material 2 specification. These changes result in a closer adherence to system-level colors such as `surface`, `background`, `disabled`, and `surface` variants. In general, these changes are slight hue differences for grey colors that aren’t very noticeable.
8+
39
### cdk
410
| Commit | Type | Description |
511
| -- | -- | -- |
@@ -6213,4 +6219,4 @@ _Breaking changes:_
62136219

62146220
# Changes Prior to 12.0.0
62156221

6216-
To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md).
6222+
To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md).

0 commit comments

Comments
 (0)