-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Comparing changes
Open a pull request
base repository: angular/angular
base: 15.2.6
head repository: angular/angular
compare: 15.2.7
- 12 commits
- 39 files changed
- 8 contributors
Commits on Apr 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9c07a42 - Browse repository at this point
Copy the full SHA 9c07a42View commit details
Commits on Apr 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e7dd72c - Browse repository at this point
Copy the full SHA e7dd72cView commit details -
refactor(migrations): log a link to the standalone migration (#49752)
Resolves an old TODO about adding a link to the standalone migration guide. PR Close #49752
Configuration menu - View commit details
-
Copy full SHA for ffdfdc2 - Browse repository at this point
Copy the full SHA ffdfdc2View commit details -
fix(core): When using setInput, mark view dirty in same way as `markF…
…orCheck` (#49747) `ComponentRef.setInput` internally calls `markDirtyIfOnPush` which only marks the given view as dirty but does not mark parents dirty like `ChangeDetectorRef.markForCheck` would. https://github.com/angular/angular/blob/f071224720f8affb97fd32fb5aeaa13155b13693/packages/core/src/render3/instructions/shared.ts#L1018-L1024 `markDirtyIfOnPush` has an assumption that it’s being called from the parent’s template. That is, we don’t need to mark dirty to the root, because we’ve already traversed down to it. The function used to only be called during template execution for input bindings but was added to `setInput` later. It's not a good fit because it means that if you are responding to events such as an emit from an `Observable` and call `setInput`, the view of your `ComponentRef` won't necessarily get checked when change detection runs next. If this lives inside some `OnPush` component tree that's not already dirty, it only gets refreshed if you also call `ChangeDetectorRef.markForCheck` in the host component (because it will be "shielded" be a non-dirty parent). PR Close #49747
Configuration menu - View commit details
-
Copy full SHA for 702ec90 - Browse repository at this point
Copy the full SHA 702ec90View commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1081450 - Browse repository at this point
Copy the full SHA 1081450View commit details -
ci: disable size tracking CI job in favor of integration tests size c…
Configuration menu - View commit details
-
Copy full SHA for d1c83cc - Browse repository at this point
Copy the full SHA d1c83ccView commit details -
build: update minimum supported Node version from 16.13.0 -> 16.14.0 …
Configuration menu - View commit details
-
Copy full SHA for ebd14e7 - Browse repository at this point
Copy the full SHA ebd14e7View commit details -
fix(compiler-cli): Catch FatalDiagnosticError during template type ch…
…ecking (#49792) This commit updates the type checking operation to catch `FatalDiagnosticError` and surface them as diagnostics rather than crashing. Fixes angular/vscode-ng-language-service#1881 PR Close #49792
Configuration menu - View commit details
-
Copy full SHA for a40529a - Browse repository at this point
Copy the full SHA a40529aView commit details -
fix(compiler): Produce diagnositc if directive used in host binding i…
Configuration menu - View commit details
-
Copy full SHA for b0c1a90 - Browse repository at this point
Copy the full SHA b0c1a90View commit details
Commits on Apr 12, 2023
-
docs: remove preboot reference from universal doc (#49808)
This package is no longer actively maintained and in general is not needed. PR Close #49808
Configuration menu - View commit details
-
Copy full SHA for a3de0c3 - Browse repository at this point
Copy the full SHA a3de0c3View commit details -
build: update github/codeql-action action to v2.2.11 (#49775)
See associated pull request for more information. PR Close #49775
Configuration menu - View commit details
-
Copy full SHA for 2c140f4 - Browse repository at this point
Copy the full SHA 2c140f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d761bd - Browse repository at this point
Copy the full SHA 1d761bdView 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 15.2.6...15.2.7