Releases: nrwl/angular-rspack
Releases · nrwl/angular-rspack
v21.1.0
v21.0.4
v21.0.3
v21.0.2
v21.0.1
21.0.1 (2025-05-14)
🚀 Features
- angular-rspack: add hmr support (#78)
- angular-rspack: add statsJson plugin (#79)
- angular-rspack: add poll option (#80)
- angular-rspack: add verbose option (#82)
- angular-rspack: add progress option (#83)
- angular-rspack: add watch option (#84)
- angular-rspack: add open option (#85)
- angular-rspack: finalize devServer options (#86)
- angular-rspack: add granular optimization support (#89)
- angular-rspack: add budgets support (#92)
- angular-rspack: add appShell option (#93)
- angular-rspack,angular-rspack-compiler: reuse existing compilation if exists (#77)
🩹 Fixes
- angular-rspack: remove options that do not exist in Angular Webpack (#81)
- angular-rspack: type warning on budgets (565b484)
- angular-rspack,angular-rspack-compiler: surface errors from ComponentStylesheetResult ensuring sass andincludePaths are passed (#87)
❤️ Thank You
- Colum Ferry @Coly010
- Marvin Scharle @marvinscharle
v21.0.0
21.0.0 (2025-05-14)
This was a version bump only, there were no code changes.
v21.0.0-beta.0
21.0.0-beta.0 (2025-05-14)
🚀 Features
- angular-rspack: add hmr support (#78)
- angular-rspack: add statsJson plugin (#79)
- angular-rspack: add poll option (#80)
- angular-rspack: add verbose option (#82)
- angular-rspack: add progress option (#83)
- angular-rspack: add watch option (#84)
- angular-rspack: add open option (#85)
- angular-rspack: finalize devServer options (#86)
- angular-rspack: add granular optimization support (#89)
- angular-rspack: add budgets support (#92)
- angular-rspack: add appShell option (#93)
- angular-rspack,angular-rspack-compiler: reuse existing compilation if exists (#77)
🩹 Fixes
- angular-rspack: remove options that do not exist in Angular Webpack (#81)
- angular-rspack,angular-rspack-compiler: surface errors from ComponentStylesheetResult ensuring sass andincludePaths are passed (#87)
❤️ Thank You
- Colum Ferry @Coly010
- Marvin Scharle @marvinscharle
v20.9.0
20.9.0 (2025-05-06)
🚀 Features
- angular-rspack: use development config for serve (#61)
- angular-rspack: support static site generation (#65)
- angular-rspack: improve styles processing and support tailwindcss v4 (#70)
- angular-rspack: add support for more devServer options (#71)
🩹 Fixes
- angular-rspack: ensure
stylePreprocessorOptions
is correctly used (#72) - angular-rspack: update
@rspack/core
dependency (#73) - angular-rspack: ssg should not run on serve (#75)
❤️ Thank You
- Colum Ferry @Coly010
- Leosvel Pérez Espinosa @leosvelperez