-
Couldn't load subscription status.
- Fork 11.9k
Comparing changes
Open a pull request
base repository: angular/angular-cli
base: 20.3.2
head repository: angular/angular-cli
compare: 20.3.3
- 11 commits
- 17 files changed
- 5 contributors
Commits on Sep 19, 2025
-
build: update cross-repo angular dependencies
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for 4661ae8 - Browse repository at this point
Copy the full SHA 4661ae8View commit details -
build: update rules_sass digest to 4a54e0e
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for 94c7ec1 - Browse repository at this point
Copy the full SHA 94c7ec1View commit details -
build: update cross-repo angular dependencies
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for 24e1638 - Browse repository at this point
Copy the full SHA 24e1638View commit details
Commits on Sep 22, 2025
-
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for d7f392b - Browse repository at this point
Copy the full SHA d7f392bView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa5581b - Browse repository at this point
Copy the full SHA aa5581bView commit details
Commits on Sep 23, 2025
-
refactor(@angular/ssr): disable streaming when rendering SSG page
Streaming is not needed as this happens without network. (cherry picked from commit 2b0f6d6)
Configuration menu - View commit details
-
Copy full SHA for 0b5cef0 - Browse repository at this point
Copy the full SHA 0b5cef0View commit details -
fix(@angular/ssr): avoid retaining rendered HTML in memory post-request
The previous implementation for server-side rendering could lead to memory leaks where the rendered HTML content was not properly garbage-collected after the HTTP request was fulfilled. This was caused by inefficiencies in the critical CSS caching and how the response stream was handled. This commit addresses the issue by: 1. Refactoring the `criticalCssLRUCache` to store `Uint8Array` directly and use a more robust caching strategy. 2. Using the request URL as the cache key to prevent storing multiple cache entries for the same resource. 3. Ensuring the response stream controller enqueues the final HTML as a `Uint8Array`, avoiding unnecessary string conversions and dangling references. These changes prevent the SSR response from being retained in memory, improving the stability and performance of the server. Closes #31277 (cherry picked from commit afa2738)
Configuration menu - View commit details
-
Copy full SHA for a4c9a20 - Browse repository at this point
Copy the full SHA a4c9a20View commit details -
build: update bazel dependencies
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for 3ed3b7c - Browse repository at this point
Copy the full SHA 3ed3b7cView commit details
Commits on Sep 24, 2025
-
build: update pnpm to v10.17.1
See associated pull request for more information.
Configuration menu - View commit details
-
Copy full SHA for 94583c5 - Browse repository at this point
Copy the full SHA 94583c5View commit details -
fix(@schematics/angular): add
__screenshots__/to.gitignoreVitest Browser mode generates screenshots on failed tests by default. (cherry picked from commit 3af4dcb)
Configuration menu - View commit details
-
Copy full SHA for b7f92da - Browse repository at this point
Copy the full SHA b7f92daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b45442 - Browse repository at this point
Copy the full SHA 2b45442View 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 20.3.2...20.3.3