-
Notifications
You must be signed in to change notification settings - Fork 27k
Comparing changes
Open a pull request
base repository: angular/angular
base: 2e58620
head repository: angular/angular
compare: a59496c
- 18 commits
- 46 files changed
- 11 contributors
Commits on Jun 20, 2024
-
Ordered correctly some words PR Close #56534
Configuration menu - View commit details
-
Copy full SHA for 9c3c8ae - Browse repository at this point
Copy the full SHA 9c3c8aeView commit details -
fix(core): improve docs on afterRender hooks (#56525)
This commit improves the documentation of the options parameter of the afterRender hooks. PR Close #56525
Configuration menu - View commit details
-
Copy full SHA for 2f73281 - Browse repository at this point
Copy the full SHA 2f73281View commit details -
fix(core): improve support for i18n hydration of projected content (#…
…56192) When collecting nodes from the DOM for hydration, we need to treat nodes with paths (e.g. content projection) as the new root for all subsequent elements, not just the next one. Additionally, when using content projection it's possible for translated content to become disconnected, e.g. when it doesn't match a selector and there isn't a default. We need to handle such cases by manipulating the disconnected node data associated with hydration as usual. PR Close #56192
Configuration menu - View commit details
-
Copy full SHA for be9e489 - Browse repository at this point
Copy the full SHA be9e489View commit details
Commits on Jun 21, 2024
-
build: add ignores for aio (#56538)
The files are needed/generated to run aio on the 17.3. PR Close #56538
Configuration menu - View commit details
-
Copy full SHA for a74f5a0 - Browse repository at this point
Copy the full SHA a74f5a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75c3921 - Browse repository at this point
Copy the full SHA 75c3921View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 553914d - Browse repository at this point
Copy the full SHA 553914dView commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac84d2c - Browse repository at this point
Copy the full SHA ac84d2cView commit details -
fix(core): prevent calling devMode only function on
@defererror. (#…Configuration menu - View commit details
-
Copy full SHA for 5f9bd55 - Browse repository at this point
Copy the full SHA 5f9bd55View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9a9b55 - Browse repository at this point
Copy the full SHA f9a9b55View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfe1f38 - Browse repository at this point
Copy the full SHA cfe1f38View commit details
Commits on Jun 26, 2024
-
refactor(core): integrate let instructions into the runtime (#56527)
Adds the implementation of the following new instructions: * `declareLet` - creation-time instruction that initializes the slot for a let declaration. * `storeLet` - update-time instruction that stores the current value of a let declaration. * `readContextLet` - instruction that reads the stored value of a let declaration from a different view. On top of the instructions, it also introduces a new `LetDeclaration` TNode type. The new TNode is nececessary for DI to work correctly in pipes inside the let expression, as well as for proper hydration support. PR Close #56527
Configuration menu - View commit details
-
Copy full SHA for 37b6c93 - Browse repository at this point
Copy the full SHA 37b6c93View commit details -
refactor(core): support let declarations during hydration (#56527)
Updates the hydration logic to account for the fact that let declarations don't create a DOM node. PR Close #56527
Configuration menu - View commit details
-
Copy full SHA for cf05997 - Browse repository at this point
Copy the full SHA cf05997View commit details -
refactor(core): Use
ActionResolverinDispatcher. (#56369) (#56369)Configuration menu - View commit details
-
Copy full SHA for 26f97c0 - Browse repository at this point
Copy the full SHA 26f97c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f49a2a4 - Browse repository at this point
Copy the full SHA f49a2a4View commit details -
docs: Update signals overview.md (#56671)
change "computed" to a term using a backtick PR Close #56671
Configuration menu - View commit details
-
Copy full SHA for b8a91c9 - Browse repository at this point
Copy the full SHA b8a91c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95f118b - Browse repository at this point
Copy the full SHA 95f118bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81e6a54 - Browse repository at this point
Copy the full SHA 81e6a54View commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a59496c - Browse repository at this point
Copy the full SHA a59496cView 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 2e58620...a59496c