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: 16.2.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: 16.2.1
Choose a head ref
  • 7 commits
  • 19 files changed
  • 5 contributors

Commits on Aug 10, 2023

  1. fix(material/dialog): update aria-labelledby if title is swapped (#27609

    )
    
    Currently the dialog assigns the ID of the title as the `aria-labelleledby` of the container, but it doesn't update it if the title is swapped out or removed.
    
    These changes add a queue of possible IDs that the container can use as titles are being created or destroyed.
    
    Fixes #27599.
    
    (cherry picked from commit 642d886)
    crisbeto committed Aug 10, 2023
    Copy the full SHA
    9ff32fd View commit details

Commits on Aug 13, 2023

  1. docs: fix broken example due to missing input module import (#27637)

    (cherry picked from commit 595b3da)
    guiseek authored and crisbeto committed Aug 13, 2023
    Copy the full SHA
    69652b0 View commit details

Commits on Aug 14, 2023

  1. fix(material/table): resolve local compilation issues (#27640)

    The Material table had a few places where it was importing a component's template as a string. This is incompatible with the upcoming local compilation mode in the compiler. These changes inline the templates instead.
    
    (cherry picked from commit 3f35b12)
    crisbeto committed Aug 14, 2023
    Copy the full SHA
    0ba8071 View commit details
  2. docs: update developer environment to setup project (#27643)

    closes #27514 #27366
    
    (cherry picked from commit 251581a)
    naaajii authored and crisbeto committed Aug 14, 2023
    Copy the full SHA
    8f161e8 View commit details

Commits on Aug 15, 2023

  1. fix(material/progress-bar): alignment affected by parent text-align (#…

    …27646)
    
    Fixes that the progress bar's alignment was affected by the parent's element's `text-align`.
    
    Fixes #27613.
    
    (cherry picked from commit 43dbbe2)
    crisbeto committed Aug 15, 2023
    Copy the full SHA
    58dd802 View commit details
  2. docs(material/autocomplete): reset template driven autocomplete examp…

    …le (#27656)
    
    Make a bug fix to the template-driven autocomplete example. Fix demo
    issue where clicking the reset button doesn't reset the autocomplete
    options and the value in the input to the original state. Reset the form
    field by resetting the value of the input and the tdStates to the value
    when the demo is first rendered.
    
    (cherry picked from commit 5fca612)
    zarend committed Aug 15, 2023
    Copy the full SHA
    21296e0 View commit details

Commits on Aug 16, 2023

  1. Copy the full SHA
    ebe36eb View commit details
Loading