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.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.1.1
Choose a head ref
  • 15 commits
  • 31 files changed
  • 5 contributors

Commits on Jul 9, 2025

  1. ci: add gemini code assist config (#31512)

    Configures gemini to not interact with new pull requests, only review on
    demand
    
    (cherry picked from commit a9f91e6)
    mmalerba committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    4515f24 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. build: update dependency parse5 to v8 (#31516)

    See associated pull request for more information.
    
    (cherry picked from commit 42f2b4c)
    angular-robot authored and andrewseguin committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    cb35047 View commit details
    Browse the repository at this point in the history
  2. docs: remove formatting from theming guide headers (#31491)

    The headers in the theming guide were using bold or italic formatting which overrides the docs site styling and makes them look inconsistent. These changes remove the formatting.
    
    (cherry picked from commit 9fb7b1b)
    crisbeto authored and andrewseguin committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    8572953 View commit details
    Browse the repository at this point in the history
  3. fix(material/timepicker): allow timepicker to opt out of opening on c…

    …lick (#31492)
    
    Currently any click on an enabled timepicker input will open the associated timepicker. In some cases that might not be desirable so these changes add an input that allows users to opt out of it.
    
    Fixes #31398.
    
    (cherry picked from commit 1c4d95b)
    crisbeto committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    6a0578f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

  1. docs: specify language in code snippets (#31523)

    Some snippets were being interpreted as HTML, because we hadn't set a language.
    
    Fixes #31520.
    
    (cherry picked from commit 3202089)
    crisbeto authored and andrewseguin committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    d432818 View commit details
    Browse the repository at this point in the history
  2. fix(cdk/drag-drop): ensure container is registered in addItem (#31518)

    Currently we only sync drop container in the `CdkDrag` container. These changes move the logic into `addItem` to ensure that it always happens.
    
    Fixes #31514.
    
    (cherry picked from commit a384870)
    crisbeto committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    3479123 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. build: update all non-major dependencies (#31476)

    See associated pull request for more information.
    
    (cherry picked from commit 54edb6c)
    angular-robot authored and mmalerba committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    fbe893e View commit details
    Browse the repository at this point in the history
  2. docs(cdk/drag-drop): Add an example of scrolling in CDK Drag and Drop (

    …#31528)
    
    * Add an example of scrolling in CDK Drag and Drop
    
    * fixup! Add an example of scrolling in CDK Drag and Drop
    
    (cherry picked from commit 5b5808d)
    cutiepoka authored and mmalerba committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    5554398 View commit details
    Browse the repository at this point in the history
  3. build: update github/codeql-action action to v3.29.2 (#31470)

    See associated pull request for more information.
    
    (cherry picked from commit 8ab7a90)
    angular-robot authored and mmalerba committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    7b64d34 View commit details
    Browse the repository at this point in the history
  4. build: remove @types/glob (#31541)

    (cherry picked from commit 4bb8e1f)
    mmalerba committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    0c6a401 View commit details
    Browse the repository at this point in the history
  5. docs: simplify stackblitz template (#31530)

    Simplifies the Stackblitz template by:
    1. Removing the native date adapter since the individual examples add it themselves.
    2. Dropping animations both from the code and the package.json.
    3. Updating a dependency that was causing an error to be logged when installed.
    
    (cherry picked from commit 2efed4a)
    crisbeto committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    ced4165 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. fix(material/tabs): glitchy animation in rtl with lazy-loaded content (

    …#31535)
    
    When the tabs have lazy-loaded content, their height can be zero to begin with. This appeared to hit a Chrome bug where animating the `transform` on a zero-height element in RTL was interrupting the animation.
    
    These changes fix the bug by setting a minimum height.
    
    Fixes #31503.
    
    (cherry picked from commit 892c281)
    crisbeto committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    a516806 View commit details
    Browse the repository at this point in the history
  2. build: update dependency node to v22.17.1 (#31544)

    See associated pull request for more information.
    
    (cherry picked from commit 2720030)
    angular-robot authored and mmalerba committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    d025368 View commit details
    Browse the repository at this point in the history
  3. fix(material/schematics): always add a custom theme with ng add (#31522)

    * fix(material/schematics): always add a custom theme with ng add
    
    * fix(material/schematics): add link to system vars
    
    (cherry picked from commit ce40c02)
    andrewseguin committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    d833f7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57c245e View commit details
    Browse the repository at this point in the history
Loading