Releases: angular/components
Releases · angular/components
v19.1.0-rc.0
19.1.0-rc.0 "paper-plane" (2025-01-08)
cdk-experimental
Commit | Description |
---|---|
column-resize: Use ResizeObserver to avoid layout thrashing (#30215) |
material
Commit | Description |
---|---|
datepicker: simplify DI setup (#30247) | |
sidenav: remove deprecated API usage (#30268) | |
sidenav: switch away from animations module (#30235) | |
sort: avoid center align for sort header | |
sort: show arrow on focus (#30217) | |
timepicker: don't mark as touched when blurred while dropdown is open (#30228) | |
tooltip: Tiny but measurable optimization to MatTooltip construction. Defer hooking up to directionality changes until overlay is created. (#30214) | |
tooltip: Use afterNextRender to invoke aria describer to align layout updates with other components using afterNextRender. (#30265) |
cdk
Commit | Description |
---|---|
menu: avoid re-opening the menu on enter (#30263) | |
menu: avoid resetting the scroll position when using the mouse (#30249) | |
menu: not responding to position changes (#30234) | |
scrolling: avoid SSR error in CdkVirtualScrollableWindow (#30259) | |
tree: expandAll not expanding all nodes (#30226) | |
table: Use afterNextRender for sticky styling. Fixes a performance regression dating back to #28393 and removes need for coalesced sticky styler. (#30242) |
v19.0.5
19.0.5 "silk-sky" (2025-01-08)
cdk-experimental
Commit | Description |
---|---|
column-resize: Use ResizeObserver to avoid layout thrashing (#30215) |
material
Commit | Description |
---|---|
datepicker: simplify DI setup (#30247) | |
sidenav: remove deprecated API usage (#30268) | |
sidenav: switch away from animations module (#30235) | |
sort: show arrow on focus (#30217) | |
timepicker: don't mark as touched when blurred while dropdown is open (#30228) | |
tooltip: Tiny but measurable optimization to MatTooltip construction. Defer hooking up to directionality changes until overlay is created. (#30214) |
cdk
Commit | Description |
---|---|
menu: avoid re-opening the menu on enter (#30263) | |
tree: expandAll not expanding all nodes (#30226) |
v19.1.0-next.3
19.1.0-next.3 "cotton-curtains" (2024-12-18)
cdk-experimental
Commit | Description |
---|---|
column-resize: Previous size was being sent for persistance rather than newly updated size in non-live resize mode. (#30161) |
material
Commit | Description |
---|---|
api-theme: fix nav items hover/focus contrast (#1004) | |
docs: change twitter logo (#1245) | |
list: enable MacOS select all with command+a (#30183) | |
menu: remove dependency on animations module (#30163) | |
table: improve filter predicate efficiency (#30172) | |
table: set border none for header cells on last row (#30193) | |
theme: unselected theme picker | |
theming: fix not found error in the guide duplicate theming styles document (#30108) | |
tooltip: body line height affecting gap (#30164) |
cdk
Commit | Description |
---|---|
dialog: expose cdk dialog docs (#1144) | |
menu: expose cdk menu docs (#1142) | |
drag-drop: resolve projected handles | |
drag-drop: stop dragging on touchcancel (#30184) | |
testing: add code to keyboard events (#30188) |
v19.0.4
19.0.4 "linen-lampshade" (2024-12-18)
material
Commit | Description |
---|---|
list: enable MacOS select all with command+a (#30183) | |
menu: remove dependency on animations module (#30163) | |
sort: avoid center align for sort header (#30198) | |
table: improve filter predicate efficiency (#30172) | |
table: set border none for header cells on last row (#30193) | |
theming: fix not found error in the guide duplicate theming styles document (#30108) | |
tooltip: body line height affecting gap (#30164) |
cdk
Commit | Description |
---|---|
drag-drop: resolve projected handles | |
drag-drop: stop dragging on touchcancel (#30184) | |
testing: add code to keyboard events (#30188) |
v19.1.0-next.2
19.1.0-next.2 "rhodium-rhubarb" (2024-12-11)
material-experimental
Commit | Description |
---|---|
column-resize: Add support for "lazy" rather than live updating during resizing. (#30120) |
cdk-experimental
Commit | Description |
---|---|
column-resize: Support column size persistance hooks (#30136) |
material
Commit | Description |
---|---|
expansion: switch away from animations module (#30119) | |
menu: decouple menu lifecycle from animations (#30148) | |
paginator: ignore clicks on disabled buttons (#30138) | |
select: add opt-in input that allows selection of nullable options (#30142) | |
timepicker: deserialize ControlValueAccessor values correctly (#30149) | |
timepicker: disable toggle if timepicker is disabled (#30137) |
v19.0.3
19.0.3 "polonium-popsicle" (2024-12-11)
material
Commit | Description |
---|---|
expansion: switch away from animations module (#30119) | |
menu: decouple menu lifecycle from animations (#30148) | |
paginator: ignore clicks on disabled buttons (#30138) | |
select: add opt-in input that allows selection of nullable options (#30142) | |
timepicker: deserialize ControlValueAccessor values correctly (#30149) | |
timepicker: disable toggle if timepicker is disabled (#30137) |
v19.1.0-next.1
19.1.0-next.1 "plastic-monkey" (2024-12-04)
youtube-player
Commit | Description |
---|---|
update to latest typings (#30126) |
material
Commit | Description |
---|---|
button-toggle: unable to tab into ngModel-based group on first render (#30103) | |
core: optgroup label color not inferred correctly (#30085) | |
schematics: avoid parsing stylesheets that don't include Material | |
schematics: error if stylesheet contains syntax errors | |
sort: simplify animations (#30057) | |
tabs: ink bar not showing when same tab is re-selected (#30121) |
cdk
Commit | Description |
---|---|
accordion: improve accessibility in example code (#30087) | |
menu: disable flexible dimensions (#30086) |
docs
Commit | Description |
---|---|
add example for adding icon in meta section using matListI… (#30068) |
v19.0.2
19.0.2 "plastic-rhino" (2024-12-04)
youtube-player
Commit | Description |
---|---|
update to latest typings (#30126) |
material
Commit | Description |
---|---|
button-toggle: unable to tab into ngModel-based group on first render (#30103) | |
core: optgroup label color not inferred correctly (#30085) | |
schematics: avoid parsing stylesheets that don't include Material | |
schematics: error if stylesheet contains syntax errors | |
sort: simplify animations (#30057) | |
tabs: ink bar not showing when same tab is re-selected (#30121) |
cdk
Commit | Description |
---|---|
accordion: improve accessibility in example code (#30087) | |
menu: disable flexible dimensions (#30086) |
v19.1.0-next.0
v19.0.1
19.0.1 "mercury-mailbox" (2024-11-27)
material
Commit | Description |
---|---|
button-toggle: animate checkbox (#30025) | |
chips: emit state changes when chip grid is disabled (#30033) | |
datepicker: adds comparison ids and aria-describedby spans (#30040) | |
slider: update documentation (#30029) | |
timepicker: make disabled input public (#30063) |
docs
Commit | Description |
---|---|
update errorState example to cover handle missing state (#30059) |
multiple
Commit | Description |
---|---|
use cross-compatible type for setTimeout (#30073) |