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.1.5
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.1.6
Choose a head ref
  • 15 commits
  • 63 files changed
  • 7 contributors

Commits on Aug 7, 2025

  1. fix(material/stepper): handle empty label in horizontal stepper (#31665)

    Fixes that the horizontal stepper was leaving a blank space if the step's label is empty.
    
    Fixes #31655.
    
    (cherry picked from commit 24e191a)
    crisbeto committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    60952f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. build: update dependency node to v22.18.0 (#31633)

    See associated pull request for more information.
    
    (cherry picked from commit ec9440d)
    angular-robot authored and mmalerba committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    c68988b View commit details
    Browse the repository at this point in the history
  2. build: update scorecard action dependencies (#31617)

    See associated pull request for more information.
    
    (cherry picked from commit 0e2617d)
    angular-robot authored and mmalerba committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    b8b565f View commit details
    Browse the repository at this point in the history
  3. docs(material/cdk/observers): Documentation supplement due to extende…

    …d capabilities of the directive (#31352)
    
    (cherry picked from commit 223e114)
    dananaprey authored and mmalerba committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    72a3ca7 View commit details
    Browse the repository at this point in the history
  4. build: update to latest version of dev-infra (#31649)

    Update to the latest dev-infra workspace.
    josephperrott authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    5f6f30b View commit details
    Browse the repository at this point in the history
  5. docs(cdk/drag-drop): ensure that examples look good on adev (#31673)

    Fixes the following issues with how the drag-drop examples look on adev:
    * They're using Times New Roman as the font because all the styles are reset.
    * The handle isn't visible in one of the examples, because its color is reset.
    
    (cherry picked from commit 5ffea29)
    crisbeto committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    3fec8a7 View commit details
    Browse the repository at this point in the history
  6. docs(material/datepicker): fix up dialog example (#31674)

    The example that shows a datepicker inside a dialog looked weird. These changes fix it up.
    
    (cherry picked from commit e478208)
    crisbeto committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    36ad509 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. build: update to bazel 7.6.0 (#31677)

    Update to later version of bazel
    
    (cherry picked from commit 6cbe4b2)
    josephperrott committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    41ec280 View commit details
    Browse the repository at this point in the history
  2. fix(cdk/menu): picking up items from child menu (#31684)

    Fixes that the CDK menu was picking up items from nested menu instances which in turn were throwing off the keyboard navigation.
    
    Fixes #31678.
    
    (cherry picked from commit cd532b2)
    crisbeto committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    011fb78 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. build: update github/codeql-action action to v3.29.9 (#31685)

    See associated pull request for more information.
    
    (cherry picked from commit 65b1691)
    angular-robot authored and mmalerba committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    cb09841 View commit details
    Browse the repository at this point in the history
  2. build: update actions/checkout action to v5 (#31681)

    See associated pull request for more information.
    
    (cherry picked from commit 223fb2c)
    angular-robot authored and mmalerba committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    63263fb View commit details
    Browse the repository at this point in the history
  3. docs(material/form-field): update documentation to replace 'mat-chip-…

    …list' with 'mat-chip-grid' (#30830)
    
    * docs(material/form-field): update documentation to replace mat-chip-list with mat-chip-grid
    
    Remove deprecated object from the form-field.md
    
    Fixes #30122
    
    * docs(material/chips): update interface description to reflect mat-chip-grid usage
    
    (cherry picked from commit 3cf5bb7)
    mistrykaran91 authored and mmalerba committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    ba351c0 View commit details
    Browse the repository at this point in the history
  4. build: update dependency bazel to v7.6.1 (#31689)

    See associated pull request for more information.
    
    (cherry picked from commit 9a81066)
    angular-robot authored and mmalerba committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    132f9bd View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. docs: fix broken link in theme-color schematic documentation (#31694)

    (cherry picked from commit d6e6609)
    wbreakell authored and Andrew Seguin committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    f647a69 View commit details
    Browse the repository at this point in the history
  2. release: cut the v20.1.6 release

    Andrew Seguin authored and andrewseguin committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    84cfe4a View commit details
    Browse the repository at this point in the history
Loading