Releases: angular/components
Releases · angular/components
v18.2.8
18.2.8 "actinium-angle" (2024-10-09)
material
Commit | Description |
---|---|
core: expose styling information to the docs site | |
schematics: treat lower dependency builder as default builder (#29833) |
cdk
Commit | Description |
---|---|
stepper: remove mock of forms type | |
stepper: reset submitted state when resetting stepper |
v19.0.0-next.7
19.0.0-next.7 "snow-supernova" (2024-10-03)
material
Commit | Description |
---|---|
tabs: add alignTabs in MatTabsConfig (#29779) |
|
chips: chip grid not re-focusing first item | |
chips: chip set overwriting disabled state (#29795) | |
chips: focus escape not working consistently | |
core: infer first day of week in native date adapter (#29802) |
cdk
Commit | Description |
---|---|
drag-drop: positioning thrown off with align-self (#29813) |
v18.2.7
18.2.7 "lava-labyrinth" (2024-10-03)
material
Commit | Description |
---|---|
chips: chip grid not re-focusing first item | |
chips: chip set overwriting disabled state (#29795) | |
chips: focus escape not working consistently | |
core: infer first day of week in native date adapter (#29802) |
cdk
Commit | Description |
---|---|
drag-drop: positioning thrown off with align-self (#29813) |
v19.0.0-next.6
19.0.0-next.6 "topaz-tornado" (2024-09-25)
material
Commit | Description |
---|---|
core: create focus-indicator structural styles loader (#29763) | |
schematics: create v19 core removal schematic (#29768) | |
datepicker: set explicit line height on calendar (#29770) |
cdk
Commit | Description |
---|---|
private: create cdk-visually-hidden style loader (#29757) |
v18.2.6
v19.0.0-next.5
19.0.0-next.5 "astatine-armor" (2024-09-20)
material-date-fns-adapter
Commit | Description |
---|---|
add support for date-fns 4 (#29744) |
google-maps
Commit | Description |
---|---|
Add support for some mouse events #29741 (#29747) |
material
Commit | Description |
---|---|
chips: increase chip remove touch target size (#29452) | |
datepicker: replace labels not pointing to anything (#29755) | |
select: remove incompatible aria-autocomplete attribute (#29645) | |
slider: log proper error when slider isn't configured correctly (#29745) |
cdk
Commit | Description |
---|---|
drag-drop: account for scale when setting free drag position (#29739) | |
listbox: scroll active option into view when using aria-activedescendant (#29722) | |
overlay: load structural styles in a cascade layer (#29725) | |
portal: remove ComponentFactoryResolver usages (#27427) | |
tree: resolve maximum call stack error (#29754) |
v18.2.5
18.2.5 "bismuth-badge" (2024-09-20)
material
Commit | Description |
---|---|
chips: increase chip remove touch target size (#29452) | |
datepicker: replace labels not pointing to anything (#29755) | |
select: remove incompatible aria-autocomplete attribute (#29645) | |
slider: log proper error when slider isn't configured correctly (#29745) |
cdk
Commit | Description |
---|---|
drag-drop: account for scale when setting free drag position (#29739) | |
listbox: scroll active option into view when using aria-activedescendant (#29722) | |
tree: resolve maximum call stack error (#29754) |
v19.0.0-next.4
19.0.0-next.4 "ion-ink" (2024-09-12)
material
Commit | Description |
---|---|
checkbox: add new aria properties to MatCheckbox (#29457) | |
badge: change legacy container size default (#29713) | |
core: drop sanity checks (#29688) | |
core: option showing double selected indicator in high contrast mode | |
form-field: Don't allow label to grow larger than input (#29673) | |
list: remove unnecessary high contrast styles | |
select: Update checkbox color to match the selected label text color (#29684) |
cdk
Commit | Description |
---|---|
overlay: avoid leaking memory through afterNextRender (#29709) |
v18.2.4
18.2.4 "aramid-angle" (2024-09-12)
material
Commit | Description |
---|---|
badge: change legacy container size default (#29713) | |
form-field: Don't allow label to grow larger than input (#29673) | |
select: Update checkbox color to match the selected label text color (#29684) |
cdk
Commit | Description |
---|---|
overlay: avoid leaking memory through afterNextRender (#29709) |
v19.0.0-next.3
19.0.0-next.3 "quicksilver-quintessence" (2024-09-04)
cdk
Commit | Description |
---|---|
a11y: use native media query for high contrast detection (#29678) | |
scrolling: adds ngTemplateContextGuard (#27276) |
material
Commit | Description |
---|---|
core: Allow system variables to be formatted for opacity (#29665) | |
core: delete deprecated APIs (#29651) | |
core: Fix incorrect color role mappings (#29655) | |
tooltip: remove old IE workaround (#29674) |
multiple
Commit | Description |
---|---|
ripples not showing up in some cases (#29672) |
Breaking Changes
material
-
mixinColor
andCanColor
have been removed. Use a host binding instead.mixinDisableRipple
andCanDisableRipple
have been removed. Use input transforms instead.mixinDisabled
andCanDisable
have been removed. Use input transforms instead.mixinInitialized
andHasInitialized
have been removed. Use aSubject
that emits inngOnInit
instead.mixinTabIndex
andHasTabIndex
have been removed. Use input transforms instead.
cdk
-
- Since
cdk.high-contrast
targets a media query instead of a class, the specificity of the styles it emits is lower than before.
- Since
-
-
Virtual scrolling lists now have proper type checking which can reveal some previously-hidden compilation errors.
-
fix(cdk/scrolling): adds ngTemplateContextGuard
implements ngTemplateContextGuard for CdkVirtualForOf directive
-