-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Comparing changes
Open a pull request
base repository: angular/components
base: 16.2.0
head repository: angular/components
compare: 16.2.1
- 7 commits
- 19 files changed
- 5 contributors
Commits on Aug 10, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for 9ff32fd - Browse repository at this point
Copy the full SHA 9ff32fdView commit details
Commits on Aug 13, 2023
-
docs: fix broken example due to missing input module import (#27637)
(cherry picked from commit 595b3da)
Configuration menu - View commit details
-
Copy full SHA for 69652b0 - Browse repository at this point
Copy the full SHA 69652b0View commit details
Commits on Aug 14, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for 0ba8071 - Browse repository at this point
Copy the full SHA 0ba8071View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f161e8 - Browse repository at this point
Copy the full SHA 8f161e8View commit details
Commits on Aug 15, 2023
-
fix(material/progress-bar): alignment affected by parent text-align (#…
Configuration menu - View commit details
-
Copy full SHA for 58dd802 - Browse repository at this point
Copy the full SHA 58dd802View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 21296e0 - Browse repository at this point
Copy the full SHA 21296e0View commit details
Commits on Aug 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ebe36eb - Browse repository at this point
Copy the full SHA ebe36ebView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 16.2.0...16.2.1