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.2.9
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.2.12
Choose a head ref
  • 13 commits
  • 10 files changed
  • 6 contributors

Commits on Apr 29, 2026

  1. build: update pnpm to v10.33.2 (#33165)

    See associated pull request for more information.
    angular-robot authored Apr 29, 2026
    Configuration menu
    Copy the full SHA
    e2f16ac View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2026

  1. build: update dependency bazel_lib to v3.3.1 (#33177)

    See associated pull request for more information.
    angular-robot authored Apr 30, 2026
    Configuration menu
    Copy the full SHA
    58e29cf View commit details
    Browse the repository at this point in the history
  2. build: update cross-repo angular dependencies (#33160)

    See associated pull request for more information.
    angular-robot authored Apr 30, 2026
    Configuration menu
    Copy the full SHA
    b7c34e3 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2026

  1. build: update cross-repo angular dependencies (#33181)

    See associated pull request for more information.
    angular-robot authored May 1, 2026
    Configuration menu
    Copy the full SHA
    a6c5b72 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2026

  1. fix(aria/menu): do not set default aria-label (#33202)

    This is something that came up in an internal app: by default we were setting `aria-label` to the value of the menu item. This both prevents users from setting their own `aria-label` and is redundant since the item would usually have some content.
    
    Fixes #32893.
    
    (cherry picked from commit 4d045b8)
    crisbeto committed May 5, 2026
    Configuration menu
    Copy the full SHA
    4897366 View commit details
    Browse the repository at this point in the history
  2. build: lock file maintenance (#33201)

    See associated pull request for more information.
    angular-robot authored May 5, 2026
    Configuration menu
    Copy the full SHA
    09e89fa View commit details
    Browse the repository at this point in the history

Commits on May 6, 2026

  1. build: fix failing test (#33212)

    Fixes a compilation error in the Aria menu tests.
    crisbeto authored May 6, 2026
    Configuration menu
    Copy the full SHA
    e08fdf2 View commit details
    Browse the repository at this point in the history
  2. build: update cross-repo angular dependencies (#33205)

    See associated pull request for more information.
    angular-robot authored May 6, 2026
    Configuration menu
    Copy the full SHA
    babfbb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    583da8a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2026

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

Commits on May 15, 2026

  1. docs(material/tooltip): fix tooltip-position-at-origin example overfl…

    …ow (#33218)
    
    Reduces the demo button size from 500×500px to 200×200px to prevent the
    example from overflowing on small screens.
    
    (cherry picked from commit 4d77727)
    swseverance authored and tjshiu committed May 15, 2026
    Configuration menu
    Copy the full SHA
    e101874 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2026

  1. fix(material/datepicker): ensure dates don't overflow on a small scre…

    …en (#33281)
    
    Fixes that a datepicker in touch UI mode might overflow on a small screen in horizontal orientation.
    
    Fixes #33115.
    
    (cherry picked from commit bc7b351)
    crisbeto committed May 20, 2026
    Configuration menu
    Copy the full SHA
    da87be7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e43b7aa View commit details
    Browse the repository at this point in the history
Loading