-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Comparing changes
Open a pull request
base repository: angular/components
base: 19.2.2
head repository: angular/components
compare: 19.2.3
- 8 commits
- 79 files changed
- 4 contributors
Commits on Mar 6, 2025
-
fix(material/timepicker): wrong default scroll strategy (#30593)
Configuration menu - View commit details
-
Copy full SHA for 289a0e0 - Browse repository at this point
Copy the full SHA 289a0e0View commit details
Commits on Mar 7, 2025
-
fix(material/schematics): some options missing from schema (#30602)
Configuration menu - View commit details
-
Copy full SHA for 6d978a3 - Browse repository at this point
Copy the full SHA 6d978a3View commit details -
docs(cdk/tree): examples not working when forked to Stackblitz (#30601)
The tree examples were breaking down when forked to Stackblitz, because of a couple of reasons: 1. They had their sample data in a separate file which the build process wasn't picking up. 2. They had compilation errors only with rxjs 7+ which we didn't notice, because our local setup is on rxjs 6. I also went through all the examples and moved the sample data further down so it doesn't distract from the actual code. Fixes #30600. (cherry picked from commit 5a98cc6)
Configuration menu - View commit details
-
Copy full SHA for 8a4831a - Browse repository at this point
Copy the full SHA 8a4831aView commit details
Commits on Mar 10, 2025
-
fix(cdk/portal): fix incorrect injector hierarchy with DomPortalOutle…
…t and child environment injectors (#30610) * fix(cdk/portal): fix incorrect injector hierarchy with `DomPortalOutlet` and child environment injectors This commit fixes a regression that was introduced in #27427, where the injector hierarchy did not respect nested environment injectors. `DomPortalOutlet` was always using the application root as environment injector, yet the element injector may have a custom child environment injector as ancestor. This child environment injector has to be retrieved manually and passed as environment injector of the portal component. Fixes #30609 * refactor(cdk/portal): store application in local variable to avoid repeated non-null assertion This also has the benefit of minimizing more effectively, as the local variable can be renamed but the separate field accesses could not. (cherry picked from commit d0d5de4)
Configuration menu - View commit details
-
Copy full SHA for 3de78fe - Browse repository at this point
Copy the full SHA 3de78feView commit details
Commits on Mar 12, 2025
-
fix(multiple): deprecate exported factories (#30608)
There are a bunch of factory functions that made it into our public API as a result of an old ViewEngine limitation where the factories had to be separate variables and had to be exported. With Ivy this isn't necessary and the factories can be inlined. Also they were never meant to be public APIs. These changes mark them as deprecated so they can be dropped from the public API in v21. (cherry picked from commit 810495c)
Configuration menu - View commit details
-
Copy full SHA for 4d8f3aa - Browse repository at this point
Copy the full SHA 4d8f3aaView commit details -
build: update
@angular/bazel
to support.d.ts
code splittingThis will unblock the fixit where we'll introduce relative imports that currently (without this commit) result in duplicated `d.ts` declarations between entry-points.
Configuration menu - View commit details
-
Copy full SHA for 596a85f - Browse repository at this point
Copy the full SHA 596a85fView commit details -
fix(material/autocomplete): incorrectly resolving focused element in …
…shadow DOM (#30619) There are a few places where the autocomplete was checking if it has focus which were breaking down when inside the shadow DOM, because `document.activeElement` will point to the closest shadow root. These changes consolidate the places where we check for focus and use our utility for resolving the focused element through shadow boundaries. Fixes #30611. (cherry picked from commit e61d152)
Configuration menu - View commit details
-
Copy full SHA for c4e4608 - Browse repository at this point
Copy the full SHA c4e4608View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48b4c00 - Browse repository at this point
Copy the full SHA 48b4c00View 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 19.2.2...19.2.3