-
Notifications
You must be signed in to change notification settings - Fork 27k
Comparing changes
Open a pull request
base repository: angular/angular
base: bdf8450
head repository: angular/angular
compare: ecb44d3
- 15 commits
- 42 files changed
- 6 contributors
Commits on Aug 8, 2024
-
fix(compiler-cli): generate valid TS 5.6 type checking code (#57303)
Currently in some scenarios the compiler generates code like `null as any ? foo : bar` which will be invalid with [an upcoming TypeScript change](https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-beta/#disallowed-nullish-and-truthy-checks). These changes switch to generating `0 as any` which is exempt from the change. **Note:** I'm not starting the work to fully get us on TS 5.6 until the 18.2 release comes out, but this change is necessary to unblock an internal team. PR Close #57303
Configuration menu - View commit details
-
Copy full SHA for 5401332 - Browse repository at this point
Copy the full SHA 5401332View commit details -
fix(core): Account for addEventListener to be passed a Window or Docu…
Configuration menu - View commit details
-
Copy full SHA for e39b22a - Browse repository at this point
Copy the full SHA e39b22aView commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cf245ea - Browse repository at this point
Copy the full SHA cf245eaView commit details -
fix(core): complete post-hydration cleanup in components that use Vie…
…wContainerRef (#57300) Previously, if a component injects a `ViewContainerRef`, the post-hydration cleanup process doesn't visit inner views to cleanup dehydrated views in nested LContainers. This commit updates the logic to recognize this situation and enter host LView to complete cleanup. Resolves #56989. PR Close #57300
Configuration menu - View commit details
-
Copy full SHA for 0e024ec - Browse repository at this point
Copy the full SHA 0e024ecView commit details -
fix(core): take skip hydration flag into account while hydrating i18n…
Configuration menu - View commit details
-
Copy full SHA for 810f76f - Browse repository at this point
Copy the full SHA 810f76fView commit details
Commits on Aug 13, 2024
-
build: update dependency @babel/core to v7.25.2 (#57191)
See associated pull request for more information. PR Close #57191
Configuration menu - View commit details
-
Copy full SHA for 93991b4 - Browse repository at this point
Copy the full SHA 93991b4View commit details -
build: update scorecard action dependencies (#57358)
See associated pull request for more information. PR Close #57358
Configuration menu - View commit details
-
Copy full SHA for 9814e9b - Browse repository at this point
Copy the full SHA 9814e9bView commit details -
fix(core): skip hydration for i18n nodes that were not projected (#57356
Configuration menu - View commit details
-
Copy full SHA for 822db64 - Browse repository at this point
Copy the full SHA 822db64View commit details -
refactor(docs-infra): Update search results to display content when i…
Configuration menu - View commit details
-
Copy full SHA for 37cf37e - Browse repository at this point
Copy the full SHA 37cf37eView commit details -
fix(core): Account for addEventListener to be passed a Window or Docu…
Configuration menu - View commit details
-
Copy full SHA for db65bc2 - Browse repository at this point
Copy the full SHA db65bc2View commit details -
refactor(core): Call stopPropagation and preventDefault unconditional…
Configuration menu - View commit details
-
Copy full SHA for 97e5dcb - Browse repository at this point
Copy the full SHA 97e5dcbView commit details -
refactor(core): Add experimental support to have one event contract w…
Configuration menu - View commit details
-
Copy full SHA for f99bb20 - Browse repository at this point
Copy the full SHA f99bb20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95af661 - Browse repository at this point
Copy the full SHA 95af661View commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf3235c - Browse repository at this point
Copy the full SHA bf3235cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecb44d3 - Browse repository at this point
Copy the full SHA ecb44d3View 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 bdf8450...ecb44d3