-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Comparing changes
Open a pull request
base repository: angular/components
base: v21.1.2
head repository: angular/components
compare: v21.1.3
- 12 commits
- 67 files changed
- 6 contributors
Commits on Jan 29, 2026
-
docs: add aria to the readme (#32719)
Updates the readme to mention the new Aria package. (cherry picked from commit 784d22d)
Configuration menu - View commit details
-
Copy full SHA for cd79b1c - Browse repository at this point
Copy the full SHA cd79b1cView commit details
Commits on Jan 30, 2026
-
perf(cdk-experimental/column-resize): add debounce to column header h…
…over to prevent excessive handler rendering (#30709) Improve the user experience and performance of the `cdk-experimental` column resize feature by adding a `debounceTime` operator to the `headerCellHoveredDistinct` observable. Previously, the hover event triggered the handler immediately, which could result in unwanted handlers showing up when the user quickly moved their cursor over column headers. This change ensures that the handlers only appear if the user pauses (hovers for 300ms) over the column header, preventing handlers from rendering during fast cursor movements. (cherry picked from commit 6fd833d)
Configuration menu - View commit details
-
Copy full SHA for 591516c - Browse repository at this point
Copy the full SHA 591516cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d726935 - Browse repository at this point
Copy the full SHA d726935View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4f745c - Browse repository at this point
Copy the full SHA c4f745cView commit details -
docs(aria/tree): adds aria tree nav rtl example (#32307)
* feat(aria/tree): adds rtl keyboard functionality for tree Updates aria tree keyboard functionality to have RightArrow collapse and LeftArrow expand for rtl. * feat(aria/tree): adds tree nav rtl example to dev-app Creates tree nav rtl example and adds as a demo to dev-app. (cherry picked from commit 727a11d)
Configuration menu - View commit details
-
Copy full SHA for 02ca754 - Browse repository at this point
Copy the full SHA 02ca754View commit details -
docs(cdk/menu): add required
'value'tongMenuItemjsdocs (#32440)The `value` is a required input. Without it, `menu.ts` will say "Required input 'value' from directive MenuItem must be specified. (cherry picked from commit 80be4e6)
Configuration menu - View commit details
-
Copy full SHA for 16e5dce - Browse repository at this point
Copy the full SHA 16e5dceView commit details -
fix(aria/menu): Add label property for proper aria-label (#32710)
(cherry picked from commit f1157b1)
Configuration menu - View commit details
-
Copy full SHA for 4186f74 - Browse repository at this point
Copy the full SHA 4186f74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 910aed3 - Browse repository at this point
Copy the full SHA 910aed3View commit details
Commits on Feb 2, 2026
-
build: fix out of date API golden (#32732)
Fixes an out of date API golden that's breaking the main branch. (cherry picked from commit 6ea0d2d)
Configuration menu - View commit details
-
Copy full SHA for a6d52a5 - Browse repository at this point
Copy the full SHA a6d52a5View commit details -
build: remove flaky test (#32730)
Removes the `harness-e2e-cli` integration test, because it's been really flaky and we don't get much out of it. At this point harnesses are mature enough that we're likely not changing the underlying implementation any time soon and there are tons of internal tests to catch any regressions. (cherry picked from commit b52257e)
Configuration menu - View commit details
-
Copy full SHA for c4f450b - Browse repository at this point
Copy the full SHA c4f450bView commit details -
build: remove deprecated compiler option (#32692)
Removes the `baseUrl` option from the various configs since it's deprecated and will trigger an error in TypeScript 6. (cherry picked from commit bfd792f)
Configuration menu - View commit details
-
Copy full SHA for 3211b5a - Browse repository at this point
Copy the full SHA 3211b5aView commit details
Commits on Feb 4, 2026
-
Configuration menu - View commit details
-
Copy full SHA for d98c0ec - Browse repository at this point
Copy the full SHA d98c0ecView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v21.1.2...v21.1.3