Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular/components
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v21.1.2
Choose a base ref
...
head repository: angular/components
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v21.1.3
Choose a head ref
  • 12 commits
  • 67 files changed
  • 6 contributors

Commits on Jan 29, 2026

  1. docs: add aria to the readme (#32719)

    Updates the readme to mention the new Aria package.
    
    (cherry picked from commit 784d22d)
    crisbeto committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    cd79b1c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2026

  1. 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)
    danielolaru91 authored and tjshiu committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    591516c View commit details
    Browse the repository at this point in the history
  2. fix(aria/toolbar): show outline on selected items when forced colors …

    …active (#32708)
    
    (cherry picked from commit 06e3d75)
    adolgachev committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    d726935 View commit details
    Browse the repository at this point in the history
  3. fix(material/badge): move warning check later (#32724)

    The badge has a check whether it's applied to an `aria-hidden` icon. This check happens very early which can cause false positives.
    
    Fixes #27705.
    
    (cherry picked from commit a3f2ec8)
    crisbeto committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    c4f745c View commit details
    Browse the repository at this point in the history
  4. 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)
    essjay05 authored and tjshiu committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    02ca754 View commit details
    Browse the repository at this point in the history
  5. docs(cdk/menu): add required 'value' to ngMenuItem jsdocs (#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)
    msmallest authored and tjshiu committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    16e5dce View commit details
    Browse the repository at this point in the history
  6. fix(aria/menu): Add label property for proper aria-label (#32710)

    (cherry picked from commit f1157b1)
    adolgachev committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    4186f74 View commit details
    Browse the repository at this point in the history
  7. fix(material/chips): Example violates axe accessibility tests (#32679)

    Fixes #28067
    
    (cherry picked from commit 865e3d5)
    calebegg authored and adolgachev committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    910aed3 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2026

  1. 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)
    crisbeto committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    a6d52a5 View commit details
    Browse the repository at this point in the history
  2. 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)
    crisbeto committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    c4f450b View commit details
    Browse the repository at this point in the history
  3. 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)
    crisbeto committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    3211b5a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. Configuration menu
    Copy the full SHA
    d98c0ec View commit details
    Browse the repository at this point in the history
Loading