docs(angular): update angular rspack docs to reflect recent updates (#31074)

## Current Behavior
The docs on Angular Rspack's supported features are outdated

## Expected Behavior
Update the supported features for Angular Rspack
This commit is contained in:
Colum Ferry 2025-05-06 16:33:21 +01:00 committed by GitHub
parent ea40d04e70
commit ba6d324645
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 8 additions and 5 deletions

View File

@ -206,14 +206,14 @@ Given that the primary goal for Angular Rspack is to provide a faster build syst
The following are known limitations and missing features of Angular Rspack:
- Static Site Generation (SSG) is not supported.
- Angular's built-in support for Internationalization (i18n) is not supported.
- Static Site Generation (SSG) is not supported. _**UPDATE**: As of Angular Rspack version 20.9, SSG is supported._
- Angular's built-in support for Internationalization (i18n) is not supported. _**UPDATE**: As of Angular Rspack version 20.8, i18n is supported._
- Server Routing is not supported - still experimental in Angular currently.
- App Engine APIs are not supported - still experimental in Angular currently.
- Optimization is not currently 1:1 with Angular's optimization - however, there are still great optimizations that are made.
- Styles optimization for `inline-critical` and `remove-special-comments` are not yet implemented.
- Inlining of fonts is not yet implemented.
- Web Workers are not fully supported.
- Web Workers are not fully supported. _**UPDATE**: As of Angular Rspack version 20.8, Web Workers are supported._
- Hot Module Replacement (HMR) is partially supported.
If you have any other missing features or limitations, please [let us know](https://github.com/nrwl/angular-rspack/issues/new).

View File

@ -131,6 +131,9 @@ Its been great to see the progress on Angular Rspack so far, but its not d
- Static Site Generation (SSG) support
- and more!
**[UPDATE - 2025-04-25]** - We've released version 20.8 of Angular Rspack that includes support for i18n.
**[UPDATE - 2025-05-06]** - We've released version 20.9 of Angular Rspack that includes support for SSG.
Stay tuned to our socials to stay up to date on the latest Angular Rspack news!
- 🧠 [**Nx Docs**](/getting-started/intro)

View File

@ -53,5 +53,6 @@ Below is a reference table that matches versions of [Angular Rspack](/recipes/an
| Angular Rspack | Angular | Nx |
| -------------- | ----------- | ------------------- |
| ~20.8.0 | **~19.2.0** | >= 20.8.1 <= latest |
| ~20.7.0 | **~19.2.0** | >= 20.8.1 <= latest |
| ~20.6.0 | **~19.2.0** | >= 20.6.0 <= latest |

View File

@ -39,13 +39,11 @@ Please not that Angular Rspack support is still experimental and is not yet cons
The following are known limitations and missing features of Angular Rspack:
- Static Site Generation (SSG) is not supported.
- Server Routing is not supported - still experimental in Angular currently.
- App Engine APIs are not supported - still experimental in Angular currently.
- Optimization is not currently 1:1 with Angular's optimization - however, there are still great optimizations that are made.
- Styles optimization for `inline-critical` and `remove-special-comments` are not yet implemented.
- Inlining of fonts is not yet implemented.
- Web Workers are not fully supported.
- Hot Module Replacement (HMR) is partially supported.
If you have any other missing features or limitations, please [let us know](https://github.com/nrwl/angular-rspack/issues/new).

View File

@ -53,5 +53,6 @@ Below is a reference table that matches versions of [Angular Rspack](/recipes/an
| Angular Rspack | Angular | Nx |
| -------------- | ----------- | ------------------- |
| ~20.8.0 | **~19.2.0** | >= 20.8.1 <= latest |
| ~20.7.0 | **~19.2.0** | >= 20.8.1 <= latest |
| ~20.6.0 | **~19.2.0** | >= 20.6.0 <= latest |