You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testing: add getNativeElement to harness environments (#20538) (1328420)
feature
testing: add the ability to select options inside a native select (6de8ca3)
feature
testing: allow disabling & batching of change detection (#20464) (5562788)
feature
testing: make MatButtonHarness extend ContentContainerComponentHarness (#20653) (8cacf64)
performance
testing: Improve performance of clicking in unit tests. (#20441) (5b725d6)
material
Breaking changes:
snack-bar: matSnackBarHarness.getRole() replaced with .getAriaLive() due to using aria-live
rather than the alert and status roles.
Deprecated month constants from @angular/material/core have been
removed. These have been accidentally published in the past while they
were only intended for internal consumption in tests.
bug fix
core: incorrectly formatting dates in the years 0 to 99 (#20612) (dd49fa6), closes #20418
bug fix
datepicker: fix handling of short years (#20709) (b3f1fb3)
bug fix
menu: open animation not working on repeat opens (#20382) (ea628c9), closes #20379
bug fix
select: option active styling not removed when value is changed programmatically (#20649) (c4078aa), closes #19970#19970
bug fix
snack-bar: flaky screen reader announcements for NVDA/JAWS (#20487) (cf8e8ee)