cardboard-cpu
Pre-release
Pre-release
cdk
Highlights:
- New infrastructure for creating component test harnesses is available in
@angular/cdk/testing
.
Documentation for this infrastructure and for specific Angular Material harnesses is in-progress.
bug fix | drag-drop: dragging styles not reset once dragging is completed (#17150) (e62e6bd), closes #17139 |
feature | testing: move harness code out of cdk-experimental (#17026) (bacdc85) |
material
Breaking changes:
- Components can no longer be imported through "@angular/material".
Use the individual secondary entry-points, such as@angular/material/button
.
bug fix | a11y: focus monitor not identifying touch focus inside shadow root (#17167) (3673f3d) |
bug fix | datepicker: year not formatted in multi-year view button (#17202) (ae28fce), closes #17187 |
bug fix | overlay: error when trying to add/remove empty string class (#14919) (5509c23) |
bug fix | schematics: support stricter TypeScript compiler flags (#17159) (f32fb68), closes #17135 |
bug fix | select: highlighted option not updated if value is reset while closed (#17213) (d453d06), closes #17212 |
bug fix | stepper: unable to skip step if completed value is overwritten (#15403) (bebb9ff), closes #15310 |
bug fix | tabs: avoid Ivy template type checking errors in tab link (#17282) (ef5d9cb), closes #17228 |
bug fix | tabs: avoid template type checking errors with Ivy (#17228) (8c98013), closes #17022 #17121 |
feature | autocomplete: move harness out of experimental (#17080) (dec116b) |
feature | button: move harness out of experimental (#17098) (3dc33f1) |
feature | checkbox: move checkbox harness out of experimental (#17067) (09ded04) |
feature | core: allow more granular control over sanity checks (#16973) (77994e9), closes #16617 |
feature | dialog: move test harness out of experimental (#17104) (8859dfc) |
feature | menu: move test harness out of experimental (#17113) (170299b) |
feature | progress: move harnesses out of experimental (#17115) (26df035) |
feature | radio: move test harness out of experimental (#17117) (ef439b4) |
feature | sidenav: move harnesses out of experimental (#17122) (aa2e0ab) |
feature | slide-toggle: move harness out of experimental (#17132) (15ba871) |
feature | slide-toggle: remove Hammer.js dependency (#17102) (534b9c2) |
feature | slider: move harness out of experimental (#17136) (8229353) |
feature | slider: remove Hammer.js dependency (#16860) (00a3e79) |
feature | snack-bar: add test harness for snack-bar (#17127) (6a732d3) |
feature | tabs: move harnesses out of experimental (#17137) (a2ccacd) |
feature | tooltip: remove Hammer.js dependency (#17003) (4126029), closes #16850 |
refactor | remove re-exports from primary entry-point (0c1d369) |
material-experimental
bug fix | mdc-checkbox: model value not updated through toggle method (#17229) (f178f20), closes #11902 |
bug fix | mdc-button: use state container for button interaction (#17284) (ae682d8) |
bug fix | mdc-button: add ::after to reflect active styles (#17283) (4dbf9f6) |
bug fix | mdc-radio: rename mdc-radio APIs to match existing radio APIs (#17178) (8e141ef) |
bug fix | mdc-slider: incorrectly rendering extra background (#17207) (7bee53f) |
feature | mdc-radio: Set up the MDC foundation (#17180) (67f3c0b) |
feature | mdc-radio: use MDC DOM structure and styles (#17179) (2112fac) |