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: 20.2.0
Choose a base ref
...
head repository: angular/components
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20.2.1
Choose a head ref
  • 10 commits
  • 35 files changed
  • 5 contributors

Commits on Aug 20, 2025

  1. ci: enable Renovate on non-base branches (#31737)

    This change allows Renovate to run on all branches, not just the base branch. Note that it will only update cross-repo, Bazel, and GitHub Actions dependencies on these branches.
    
    (cherry picked from commit 79f8ae8)
    alan-agius4 authored and wagnermaciel committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    24bfce4 View commit details
    Browse the repository at this point in the history
  2. build: enforce frozen lockfile mode (#31726)

    This commit adds `lockfile_mode=error` to the `.bazelrc` file. This change ensures that any future builds will fail if the lock file is not up-to-date with the `BUILD.bazel` file, preventing inconsistencies and encouraging developers to commit updated lock files.
    
    (cherry picked from commit adf3441)
    alan-agius4 authored and wagnermaciel committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    fab3737 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. fix(cdk/tree): resolve memory leak (#31754)

    Fixes a subscription that was never being cleaned up in the tree. Also completes a few subjects.
    
    (cherry picked from commit 5406372)
    crisbeto committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    ee808f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

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

    See associated pull request for more information.
    angular-robot authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    93ddcfb View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. [20.2.x] build: move from using WORKSPACE to MODULE.bazel (#31714)

    * build: drop last remaining usage of build_bazel_rules_nodejs
    
    * build: move from using WORKSPACE to MODULE.bazel
    josephperrott authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    f917c9b View commit details
    Browse the repository at this point in the history
  2. fix(material/sort): error if signal is bound to disabled input (#31776)

    The sort header clears a signal when the focused state of its descendants changes. This was causing a signal write error if a signal is bound to its `disabled` input, because changing the disabled state also ends up blurring the focused descendant.
    
    Fixes #31723.
    
    (cherry picked from commit 46e1895)
    crisbeto committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    839f3c1 View commit details
    Browse the repository at this point in the history
  3. fix(material/datepicker): add visible labels to calendar buttons (#31777

    )
    
    Adds tooltips to the calendar next/previous buttons so that they have visible labels.
    
    Fixes #31536.
    
    (cherry picked from commit 8010c7c)
    crisbeto committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    04c598a View commit details
    Browse the repository at this point in the history
  4. build: update cross-repo angular dependencies

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    45c036f View commit details
    Browse the repository at this point in the history
  5. build: update all github actions

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    d7d4250 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

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