forked from angular/angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Create a new pull request by comparing changes across two branches #247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added html and scss to ng-dev formatter. This is reduce the formatting changes coming in PRs. PR Close #58624
A note has been added to the application builder documentation regarding the Vite-based development server and style processing that could potentially result in initial FOUC due to server processing overhead on startup. PR Close #58751
This change updates the navigation titles for linkedSignal and resource to follow the pattern of "<accomplish X> with <feature Y>". Also makes a few minor updates to the body of the resource topic. PR Close #58761
See associated pull request for more information. PR Close #58666
This change adds the command to run when updating angular project from v18 to v19 PR Close #58762
Exposes the current instance of the component in the `NgComponentOutlet` directive. PR Close #58698
See associated pull request for more information. PR Close #58426
Update to latest commit PR Close #58781
See associated pull request for more information. PR Close #58729
See associated pull request for more information. PR Close #58730
Set up perf tracking CI job to run on each commit to main branch PR Close #58779
See associated pull request for more information. PR Close #58674
Update to latest commit PR Close #58799
Fix typos and some minor things PR Close #58797
See associated pull request for more information. PR Close #58778
…#58771) This commit introduces a private API, the `TracingService` DI token. By providing this token, Angular can be configured to capture tracing snapshots for certain operations such as change detection notifications, and to run downstream operations within the context of those snapshots. `TracingService` abstracts this context propagation and makes it pluggable. PR Close #58771
Adjusts the tracing service based on internal requirements. PR Close #58771
https://angular.dev/guide/components/output-fn does not exist, change to https://angular.dev/guide/components/outputs PR Close #58791
Removes the `prefetchTriggers` field from the `TDeferBlockDetails` since we weren't reading or writing to it anywhere. PR Close #59184
Introduced the `ENABLE_ROOT_COMPONENT_BOOTSTRAP` token to control the bootstrapping of components during application initialization. This token is utilized by the Angular CLI in the `@angular/ssr` package, particularly during server-side rendering (SSR) when extracting routes. When set to `false`, this token prevents the root component from being bootstrapped during SSR's route extraction phase, which is crucial for efficiently extracting routes without triggering component initialization. This mechanism separates the concerns of route extraction and component bootstrapping during SSR rendering, optimizing performance. If not provided or set to `true`, the default behavior of bootstrapping the root component(s) during initialization is maintained. Context: angular/angular-cli#29085 PR Close #59133
This function wasn't necessary, the items where already sorted. fixes #59069d PR Close #59106
See associated pull request for more information. PR Close #59202
Replace the "\n" new line operator with <br> for wrap the text. PR Close #59156
Some users are confused by the requirements of hydration around DOM manipulation, and this adds some clarity around those requirements. PR Close #59210
See associated pull request for more information. PR Close #59212
We recently introduced a custom error to allow us to catch certain types of errors. Unfortunately it doesn't work as expected in G3 because the Node execution seems to run with ES5. PR Close #59219
This commit updates the defer code promises to reduce a couple of bytes. PR Close #59220
This commit extends the set of events understood by the profiler integrated with the Angular time. The set got extended to account for the recently added functionality and mark entry point to the code execution points. The new set of events can be visualised by the Angular DevTools or other profiler integrations. PR Close #59183
There was an extra Z letter which I think not neccessary. PR Close #59231
See associated pull request for more information. PR Close #59053
) In angular/components#30179 the CDK overlay started depending on the `Renderer2Factory`. Since the overlay is used in the `MatSnackbar` which is commonly used in error handlers, `Overlay` can end up being injected as a part of the app initialization. Because `AsyncAnimationRendererFactory` depends on the `ChangeDetectionScheduler`, it may cause a circular dependency. These changes inject the `ChangeDetectionScheduler` lazily to avoid the error. Note: this will also be resolved by #58984, but I decided to send it out, because: 1. #58984 seems to be stuck on some internal cleanup. 2. The `AsyncAnimationRendererFactory` doesn't need the `scheduler` eagerly anyway so the change is fairly safe. Fixes #59255. PR Close #59256
3b631b9
into
angular-indonesia:main
4 of 11 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information