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

Commits on Aug 8, 2024

  1. Fix indefinite articles (#29091)

    (cherry picked from commit 168b89e)
    JoelLefkowitz authored and andrewseguin committed Aug 8, 2024
    Copy the full SHA
    718625c View commit details

Commits on Aug 9, 2024

  1. docs(material/list): Mat Selection List example is limited to html te…

    …mp (#29348)
    
    * fix(material/list): Mat Selection List example is limited to html templating
    
    Updated the single selection list example from a template-driven form to a reactive form.
    
    Fixes #25894
    
    * fix(material/list): Mat Selection List example is limited to html templating
    
    Added a reactive forms example to the single selection list
    
    Fixes #25894
    
    (cherry picked from commit 2f49eaa)
    MichelleRetroRabbit authored and crisbeto committed Aug 9, 2024
    Copy the full SHA
    126f2bb View commit details
  2. build: remove ie-based lint rule (#29529)

    (cherry picked from commit a72a276)
    andrewseguin authored and crisbeto committed Aug 9, 2024
    Copy the full SHA
    4df415f View commit details
  3. test(material/autocomplete): typos and unresolved variables in tests (#…

    …29532)
    
    Fix typos in comments and test description, fix query selectors and unresolved variables
    
    (cherry picked from commit df7104f)
    dnlrbz authored and crisbeto committed Aug 9, 2024
    Copy the full SHA
    3e83fbb View commit details

Commits on Aug 12, 2024

  1. build: move commit message check to be last in pipeline (#29568)

    It occasionally happens that we get a PR that has both the incorrect commit message and a lint failure. The process of fixing it can take multiple runs, because the author has to fix the commit, re-run and then fix the lint failures.
    
    These changes move the commit message check to be last since if everything else passes, the caretaker can fix the commit message while merging the PR.
    
    (cherry picked from commit 64dfcc0)
    crisbeto committed Aug 12, 2024
    Copy the full SHA
    ef8e163 View commit details
  2. refactor(multiple): remove mdc-based descriptions (#29566)

    We had a bunch of places left over where things were described as "MDC-based" from the time when we had two versions of each component.
    
    (cherry picked from commit 7614456)
    crisbeto committed Aug 12, 2024
    Copy the full SHA
    5174108 View commit details
  3. fix(material/schematics): Generate more accurate tonal palettes for M…

    …3 schematic (#29536)
    
    (cherry picked from commit dd8477c)
    amysorto committed Aug 12, 2024
    Copy the full SHA
    1c438b3 View commit details
  4. docs(material/chips): wrong example name (#29572)

    Fixes that the chips doc weren't referring the an example correctly.
    
    Fixes #29571.
    
    (cherry picked from commit 5fa8101)
    crisbeto committed Aug 12, 2024
    Copy the full SHA
    dd500b1 View commit details

Commits on Aug 13, 2024

  1. fix(material/form-field): update state if control changes (#29573)

    Fixes that the form field wasn't accounting for the case where the form control is swapped out.
    
    Fixes #29402.
    
    (cherry picked from commit ec35e99)
    crisbeto committed Aug 13, 2024
    Copy the full SHA
    b2e728d View commit details

Commits on Aug 14, 2024

  1. fix(material/tabs): allow for tablist aria-label and aria-labelledby …

    …to be set (#29562)
    
    According to the [W3C reference implementation](https://www.w3.org/WAI/ARIA/apg/patterns/tabs/), the inner `tablist` can be labelled using `aria-label` or `aria-labelledby`. These changes add an input to allow them to be set.
    
    Fixes #29486.
    
    (cherry picked from commit 1968cc4)
    crisbeto committed Aug 14, 2024
    Copy the full SHA
    838d1a4 View commit details
  2. release: cut the v18.1.5 release

    crisbeto committed Aug 14, 2024
    Copy the full SHA
    1f323f2 View commit details
Loading