-
Notifications
You must be signed in to change notification settings - Fork 27k
Comparing changes
Open a pull request
base repository: angular/angular
base: 18.1.3
head repository: angular/angular
compare: 18.1.4
- 20 commits
- 236 files changed
- 12 contributors
Commits on Jul 31, 2024
-
refactor(docs-infra): Use new APIs in search dialog (#57215)
This updates the search dialog component to use signal APIs PR Close #57215
Configuration menu - View commit details
-
Copy full SHA for de7f5ac - Browse repository at this point
Copy the full SHA de7f5acView commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e8794dd - Browse repository at this point
Copy the full SHA e8794ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad29621 - Browse repository at this point
Copy the full SHA ad29621View commit details
Commits on Aug 2, 2024
-
refactor(core): Remove clickmod support from Angular. (#57201)
This was an old feature that mapped shift + click (et al) to "clickmod". This doesn't really make sense to add to Angular, so let's remove it. PR Close #57201
Configuration menu - View commit details
-
Copy full SHA for 0c72976 - Browse repository at this point
Copy the full SHA 0c72976View commit details -
fix(language-service): avoid generating TS suggestion diagnostics for…
… templates (#56241) Angular's template files are not valid TypeScript. Attempting to get suggestion diagnostics from the underlying TypeScript language service will result in a large amount of false positives. Only actual TypeScript files should be analyzed by the underlying TypeScript language service for suggestions. PR Close #56241
Configuration menu - View commit details
-
Copy full SHA for 6ac209c - Browse repository at this point
Copy the full SHA 6ac209cView commit details -
docs(devtools): remove duplicate text at end of
release.mddoc (#57222) Somehow the last few lines got duplicated at the end of this doc. Definitely not needed. PR Close #57222
Configuration menu - View commit details
-
Copy full SHA for 168eed2 - Browse repository at this point
Copy the full SHA 168eed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 523f639 - Browse repository at this point
Copy the full SHA 523f639View commit details
Commits on Aug 5, 2024
-
build: lock file maintenance (#57256)
See associated pull request for more information. PR Close #57256
Configuration menu - View commit details
-
Copy full SHA for 183715a - Browse repository at this point
Copy the full SHA 183715aView commit details -
fix(compiler-cli): support JIT transforms before other transforms mod…
…ifying classes (#57262) Similar to a previous fix that intended to make the JIT transforms compatible with pre-transforms like e.g. Tsickle, we need to solve an additional issue where the class properties are synthetic and result in an `getSourceFile() => undefined` invocation that breaks the import insertion, causing errors like: ``` TypeError: Cannot read properties of undefined (reading 'fileName') ``` PR Close #57262
Configuration menu - View commit details
-
Copy full SHA for afb05ff - Browse repository at this point
Copy the full SHA afb05ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eac1b3 - Browse repository at this point
Copy the full SHA 6eac1b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b2a4c0 - Browse repository at this point
Copy the full SHA 6b2a4c0View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 596c251 - Browse repository at this point
Copy the full SHA 596c251View commit details -
build: update actions/upload-artifact action to v4.3.5 (#57270)
See associated pull request for more information. PR Close #57270
Configuration menu - View commit details
-
Copy full SHA for 4cbb279 - Browse repository at this point
Copy the full SHA 4cbb279View commit details -
build: update actions/upload-artifact action to v4.3.5 (#57271)
See associated pull request for more information. PR Close #57271
Configuration menu - View commit details
-
Copy full SHA for 8c029c6 - Browse repository at this point
Copy the full SHA 8c029c6View commit details
Commits on Aug 7, 2024
-
docs(router): update initial navigation SSR note (#57245)
With rephrasing by @AndrewKushnir PR Close #57245
Configuration menu - View commit details
-
Copy full SHA for 0c12d8e - Browse repository at this point
Copy the full SHA 0c12d8eView commit details -
refactor(core): replace usages of removeChild (#57203)
These changes replace most usages of `removeChild` with `remove`. The latter has the advantage of not having to look up the `parentNode` and ensure that the child being removed actually belongs to the specific parent. The refactor should be fairly safe since all the browsers we cover support `remove`. [Something similar was done in Components](angular/components#23592) some time ago and there haven't been any bug reports as a result. PR Close #57203
Configuration menu - View commit details
-
Copy full SHA for e366473 - Browse repository at this point
Copy the full SHA e366473View commit details -
perf(compiler-cli): improve performance of `interpolatedSignalNotInvo…
…ked` extended diagnostic (#57291) This commit addresses a performance bottleneck in the `interpolatedSignalNotInvoked` extended diagnostic by querying directive metadata instead of consulting the type-checker to determine if a property binding corresponds with an input. Fixes #57287 PR Close #57291
Configuration menu - View commit details
-
Copy full SHA for bae54a1 - Browse repository at this point
Copy the full SHA bae54a1View commit details -
fix(compiler): reduce chance of conflicts between generated factory a…
…nd local variables (#57181) Currently we use some short variable names like `t` and `r` in the generated factory functions. They can conflict with local symbols with the same names, if they're used for DI. These changes rename the parameters to reduce the change for conflicts. Fixes #57168. PR Close #57181
Configuration menu - View commit details
-
Copy full SHA for 6a99f83 - Browse repository at this point
Copy the full SHA 6a99f83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69540d3 - Browse repository at this point
Copy the full SHA 69540d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdf8450 - Browse repository at this point
Copy the full SHA bdf8450View 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 18.1.3...18.1.4