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

Commits on Jun 25, 2025

  1. build: links to headers not working (#31436)

    Fixes that a previous commit stopped setting the `example` on the `HeaderLink` which means that its link isn't constructed correctly.
    
    (cherry picked from commit ea7148c)
    crisbeto committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    ca00dfb View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. fix(google-maps): fix update schematic (#31448)

    This change fixes the `updateToV20` schematic which should be a factory function not the schematic itself.
    
    (cherry picked from commit 4052130)
    terencehonles authored and crisbeto committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    bdfeb04 View commit details
    Browse the repository at this point in the history
  2. docs: correct treeNodeDef selectors (#31421)

    (cherry picked from commit b5fbf52)
    pweyrich authored and crisbeto committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    ed5a1e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. build: update github/codeql-action action to v3.29.1 (#31458)

    See associated pull request for more information.
    
    (cherry picked from commit 464adf0)
    angular-robot authored and crisbeto committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    a6f4499 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. refactor(multiple): clean up usages of DOCUMENT (#31461)

    We had several places that were optionally injecting `DOCUMENT`, because historically it wasn't guaranteed to be there. That shouldn't be the case anymore so we can clean them up.
    
    (cherry picked from commit a6a385c)
    crisbeto committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    a5d5ed8 View commit details
    Browse the repository at this point in the history
  2. fix(cdk/tree): remove leaking subscription (#31457)

    Fixes that we weren't unsubscribing from one observable in the tree.
    
    Fixes #31454.
    
    (cherry picked from commit 69e6600)
    crisbeto committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    45cc056 View commit details
    Browse the repository at this point in the history
  3. build: enable type checking of host bindings in docs (#31467)

    The docs are on a separate tsconfig so they didn't have the config that enables type checking of their host bindings.
    
    (cherry picked from commit 933bc24)
    crisbeto committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    0a7277d View commit details
    Browse the repository at this point in the history
  4. fix(material/schematics): typo in prompt question (#31449)

    Fixes a typo in one of the `theme-color` prompts.
    
    (cherry picked from commit 1bba607)
    crisbeto committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    7556bea View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

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