-
Notifications
You must be signed in to change notification settings - Fork 12k
Comparing changes
Open a pull request
base repository: angular/angular-cli
base: 41baec12caf86e5067947df710b6ab2026368841
head repository: angular/angular-cli
compare: dfe3c95f9aeb908a48a62a5dff632719773eab2d
- 14 commits
- 23 files changed
- 4 contributors
Commits on Dec 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6cfbb88 - Browse repository at this point
Copy the full SHA 6cfbb88View commit details -
refactor(@angular/build): move
getDepOptimizationConfig
into utils ……file Reduce the amount of code in vite-server.ts (cherry picked from commit b8b561d)
Configuration menu - View commit details
-
Copy full SHA for f46d0b1 - Browse repository at this point
Copy the full SHA f46d0b1View commit details -
fix(@angular-devkit/build-angular): fix webpack config transform for …
…karma (cherry picked from commit fb41d18)
Configuration menu - View commit details
-
Copy full SHA for 6c319e4 - Browse repository at this point
Copy the full SHA 6c319e4View commit details
Commits on Dec 6, 2024
-
test(@angular/ssr): refine spec setup to resolve component ID collisi…
…on warnings This update addresses excessive log noise caused by the following warning: `NG0912: Component ID generation collision detected. Components 'AppComponent' and 'AppComponent' with selector 'app-root' generated the same component ID. To fix this, you can change the selector of one of those components or add an extra host attribute to force a different ID. Find more at https://angular.dev/errors/NG0912`. (cherry picked from commit 6647247)
Configuration menu - View commit details
-
Copy full SHA for 9ae8351 - Browse repository at this point
Copy the full SHA 9ae8351View commit details
Commits on Dec 7, 2024
-
fix(@angular/ssr): include
Content-Language
header when locale is setThe server now includes the `Content-Language` HTTP header in responses whenever a locale is explicitly set. (cherry picked from commit d7214e9)
Configuration menu - View commit details
-
Copy full SHA for b3c6c7e - Browse repository at this point
Copy the full SHA b3c6c7eView commit details
Commits on Dec 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc553c1 - Browse repository at this point
Copy the full SHA fc553c1View commit details -
fix(@angular/build): handle external
@angular/
packages during SSR (#…Configuration menu - View commit details
-
Copy full SHA for 1047b86 - Browse repository at this point
Copy the full SHA 1047b86View commit details
Commits on Dec 10, 2024
-
refactor(@angular/build): add
globalThis['ngServerMode']
only when ……`externalDependencies` are present This code is unnecessary when no external dependencies are involved. (cherry picked from commit 43127dd)
Configuration menu - View commit details
-
Copy full SHA for e20e739 - Browse repository at this point
Copy the full SHA e20e739View commit details
Commits on Dec 11, 2024
-
fix(@angular/build): Fixing auto-csp edge cases where
- <script> is the last tag before </head> close - .appendChild is called before </head> (because document.body is undefined then) - <script> tags with a src attribute and no specified type attribute should not write <script type="undefined" ...> (cherry picked from commit 210bf4e)
Configuration menu - View commit details
-
Copy full SHA for 251bd9f - Browse repository at this point
Copy the full SHA 251bd9fView commit details -
refactor(@angular/ssr): move ignored messages as a global
Refactored the ignored log messages into a global constant. (cherry picked from commit 6eed460)
Configuration menu - View commit details
-
Copy full SHA for 544d139 - Browse repository at this point
Copy the full SHA 544d139View commit details -
fix(@angular/build): use consistent path separators for template HMR …
…identifiers To ensure that component HMR identifiers match correctly during an update, the path element of the identifier generated by the build system will now convert all windows path separators into POSIX separators. This provides matching behavior to the AOT compiler's identifier generation process. (cherry picked from commit 8875998)
Configuration menu - View commit details
-
Copy full SHA for 5ea9ce3 - Browse repository at this point
Copy the full SHA 5ea9ce3View commit details -
fix(@angular/ssr): disable component bootstrapping during route extra…
Configuration menu - View commit details
-
Copy full SHA for 4203efb - Browse repository at this point
Copy the full SHA 4203efbView commit details -
fix(@angular/build): provide component HMR update modules to dev-serv…
…er SSR When using component HMR and SSR with the development server, the component update modules will now be available to the Vite server rendering. This prevents console errors due to missing component update paths. Additionally, it allows the server rendering to use the latest component templates if those have been changed before a new rebuild has occurred. (cherry picked from commit 64f32c7)
Configuration menu - View commit details
-
Copy full SHA for 376ee99 - Browse repository at this point
Copy the full SHA 376ee99View commit details
Commits on Dec 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dfe3c95 - Browse repository at this point
Copy the full SHA dfe3c95View 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 41baec12caf86e5067947df710b6ab2026368841...dfe3c95f9aeb908a48a62a5dff632719773eab2d