v19.1.0-rc.0
Pre-release
Pre-release
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) |