-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Comparing changes
Open a pull request
base repository: angular/angular
base: 14.2.3
head repository: angular/angular
compare: 14.2.4
- 10 commits
- 13 files changed
- 9 contributors
Commits on Sep 23, 2022
-
docs: add v15 scheduled release dates (#47513)
These dates are week-specific to give some flexibility during the release process which frequently happens. I back-dated the most recent minors mainly to make sure we include them when we eventually update to v16 and beyond. PR Close #47513
Configuration menu - View commit details
-
Copy full SHA for d22976a - Browse repository at this point
Copy the full SHA d22976aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c46b5a - Browse repository at this point
Copy the full SHA 2c46b5aView commit details -
docs: Add new PR response templates (#47515)
This adds new PR template responses for dealing with rebases and commit header changes. PR Close #47515
Configuration menu - View commit details
-
Copy full SHA for 6ed3371 - Browse repository at this point
Copy the full SHA 6ed3371View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76f393b - Browse repository at this point
Copy the full SHA 76f393bView commit details
Commits on Sep 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7e7769f - Browse repository at this point
Copy the full SHA 7e7769fView commit details -
build: fix rxjs 7 build failure (#47548)
Fixes that the `node` typings weren't included in the rxjs 7 typings test. PR Close #47548
Configuration menu - View commit details
-
Copy full SHA for 2c3e2d6 - Browse repository at this point
Copy the full SHA 2c3e2d6View commit details
Commits on Sep 27, 2022
-
docs: update what what the CLI collects in analytics (#47529)
This commit adds more information on what is collected by the Angular CLI as with angular/angular-cli#23718 we will collect additional information. PR Close #47529
Configuration menu - View commit details
-
Copy full SHA for 9ac4b75 - Browse repository at this point
Copy the full SHA 9ac4b75View commit details -
docs: update broken link (#47532)
PR Close #47532
Configuration menu - View commit details
-
Copy full SHA for 10a3cef - Browse repository at this point
Copy the full SHA 10a3cefView commit details
Commits on Sep 28, 2022
-
perf(compiler-cli): cache source file for reporting type-checking dia…
…gnostics (#47508) When reporting type-checking diagnostics in external templates we create a `ts.SourceFile` of the template text, as this is needed to report Angular template diagnostics using TypeScript's diagnostics infrastructure. Each reported diagnostic would create its own `ts.SourceFile`, resulting in repeatedly parsing of the template text and potentially high memory usage if the template is large and there are many diagnostics reported. This commit caches the parsed template in the template mapping, such that all reported diagnostics get to reuse the same `ts.SourceFile`. Closes #47470 PR Close #47508
Configuration menu - View commit details
-
Copy full SHA for a4b66fe - Browse repository at this point
Copy the full SHA a4b66feView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8d891e - Browse repository at this point
Copy the full SHA c8d891eView 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 14.2.3...14.2.4