Releases: angular/components
Releases · angular/components
v16.2.8
v17.0.0-next.6
17.0.0-next.6 "antimony-ant" (2023-10-04)
material-experimental
Commit | Description |
---|---|
theming: add M3 progress-spinner support (#27868) | |
theming: add M3 radio support (#27867) |
material
Commit | Description |
---|---|
dialog: switch to standalone (#27860) | |
theming: Open up new APIs to access theme values (#27865) | |
radio: Apply tokens at mixin root (#27864) | |
tabs: nav bar not navigating on enter presses (#27862) |
cdk
Commit | Description |
---|---|
schematics: support both application and browser builders (#27875) |
v16.2.7
v17.0.0-next.5
17.0.0-next.5 "aerogel-aurora" (2023-09-27)
cdk
Commit | Description |
---|---|
menu: context menu closing immediately on control + click on Safari (#27838) |
material
Commit | Description |
---|---|
datepicker: improved missing dateAdapters error message to include matLuxon and matDateFns (#26889) | |
radio: move unthemable tokens to theme mixin (#27809) |
material-experimental
Commit | Description |
---|---|
theming: add M3 slider support (#27826) | |
theming: add M3 snackbar support (#27824) | |
theming: add M3 toolbar support (#27812) | |
theming: add M3 tooltip support (#27810) |
Breaking Changes
material
- There are new styles emitted by
mat.radio-theme
that are not
emitted by any of:mat.radio-color
,mat.radio-typography
,
mat.radio-density
. If you rely on the partial mixins only and don't
callmat.radio-theme
, you can addmat.radio-base
to get the
missing styles.
v16.2.6
v17.0.0-next.4
17.0.0-next.4 "titanium-turtle" (2023-09-20)
material
Commit | Description |
---|---|
form-field: style the cursor the same way as the rest of the input (#26491) (#27795) | |
list: Emit tokens under mixin root selector (#27711) |
cdk
Commit | Description |
---|---|
schematics: account for single string in styles and new styleUrl (#27798) | |
scrolling: unsubscribe from scrolled stream when viewport is destroyed (#27800) |
v16.2.5
v17.0.0-next.3
17.0.0-next.3 "rock-rock" (2023-09-13)
material
Commit | Description |
---|---|
autocomplete: requireSelection incorrectly resetting value when there are no options (#27781) |
v16.2.4
v17.0.0-next.2
17.0.0-next.2 "metal-monkey" (2023-09-07)
cdk
Commit | Description |
---|---|
drag-drop: constrainPosition now working well with boundary (#27730) | |
menu: run change detection for changes to overlay ref of trigger (#27726) |
material
Commit | Description |
---|---|
dialog: css structure change (#27510) | |
tabs: add aria-hidden to inactive tabs (#27742) |
multiple
Commit | Description |
---|---|
convert components to theme inspection API (round 4) (#27740) |
Breaking Changes
multiple
-
- Themes are now more strictly validated when calling Angular Material
theme mixins. For example, callingmat.button-typography
with a theme
hastypography: null
is now an error. - The
mat.legacy-typography-hierarchy
mixin has been removed in favor
ofmat.typography-hierarchy
- Themes are now more strictly validated when calling Angular Material