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

Commits on Nov 3, 2022

  1. refactor: replaces aria-hidden with alt="" (#25911)

    An `alt` attribute is required for an upcoming extended diagnostic, and from my understanding is desirable over `aria-hidden` since it maintains `role="img"` while also indicating that the image is decorative.
    
    (cherry picked from commit b260cb1)
    dgp1130 authored and crisbeto committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    d6fb3c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. fix(material/stepper): content not visibile on first navigation when …

    …nested in tabs (#25930)
    
    Fixes an issue where the content of a stepper that is nested inside of a `<mat-tab-group>` becomes invisible after the first navigation. This appears to be some sort of a bug where the `visibility: inherit` that we have on the stepper doesn't get recalculated so it stays `hidden`.
    
    Fixes #25925.
    
    (cherry picked from commit 7e3a9df)
    crisbeto committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a1473b9 View commit details
    Browse the repository at this point in the history
  2. fix(material/stepper): add HCM disabled styles for stepper and tabs (#…

    …25393) (#25932)
    
    * fix(material/stepper): add HCM disabled styles
    
    This adds disabled styles for stepper header in high contrast mode
    
    * fix(material/tabs): add HCM disabled styles
    
    This adds disabled styles for tab labels in high contrast mode
    
    Co-authored-by: Jeremy Elbourn <[email protected]>
    wagnermaciel and jelbourn authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    53588b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. fix(cdk/scrolling): error when querying for CdkVirtualScrollViewport …

    …as CdkScrollable (#25937)
    
    In an earlier change we started providing the `CdkVirtualScrollable` through the `VIRTUAL_SCROLLABLE` token, but the change wasn't reflected in the `CdkVirtualScrollViewport` which was causing an error.
    
    Fixes #25917.
    
    (cherry picked from commit fcfb99d)
    crisbeto committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    f63918a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

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