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

Commits on May 3, 2024

  1. fix(material/button): incorrect template for icon button anchor (#28996)

    Fixes that the icon button anchor was using the base button template instead of the icon button one.
    
    Fixes #28990.
    
    (cherry picked from commit 9c11d45)
    crisbeto committed May 3, 2024
    Copy the full SHA
    f20105d View commit details

Commits on May 5, 2024

  1. fix(material/chips): highlighted not working in M3 (#29001)

    Remaps some of the tokens so that the `highlighted` input can work in M3.
    
    Fixes #28923.
    
    (cherry picked from commit 271490d)
    crisbeto committed May 5, 2024
    Copy the full SHA
    72baa7c View commit details

Commits on May 6, 2024

  1. fix(cdk/menu): allow for scroll strategy to be configured (#29005)

    Adds an injection token that allows users to configure the scroll strategy of a CDK menu.
    
    Fixes #28965.
    
    (cherry picked from commit d2aeb8b)
    crisbeto committed May 6, 2024
    Copy the full SHA
    23dc148 View commit details

Commits on May 7, 2024

  1. fix(material/tooltip): Tooltip should mark for check when visibility …

    …changes (#29000)
    
    This commit fixes an error in the tooltip component where it updates
    a value used in a host binding without calling `markForCheck`. This does
    not currently throw an error because `checkNoChanges` is broken for
    `OnPush` components. However, the error was surfaced when testing an
    "exhaustive" check that will check _all_ views, regardless of their
    dirty state. The issue also doesn't really produce a _visible_ problem
    because it occurs when the tooltip is hidden so the fact that the zoom
    never updates doesn't make a real difference.
    
    (cherry picked from commit 01540bb)
    atscott authored and mmalerba committed May 7, 2024
    Copy the full SHA
    cf0785c View commit details

Commits on May 8, 2024

  1. release: cut the v17.3.8 release

    amysorto committed May 8, 2024
    Copy the full SHA
    b6dd1a8 View commit details
Loading