File tree Expand file tree Collapse file tree 7 files changed +26
-6
lines changed Expand file tree Collapse file tree 7 files changed +26
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 20.9.0 (2025-05-06)
2
+
3
+ ### 🚀 Features
4
+
5
+ - ** angular-rspack:** use development config for serve ([ #61 ] ( https://github.com/nrwl/angular-rspack/pull/61 ) )
6
+ - ** angular-rspack:** support static site generation ([ #65 ] ( https://github.com/nrwl/angular-rspack/pull/65 ) )
7
+ - ** angular-rspack:** improve styles processing and support tailwindcss v4 ([ #70 ] ( https://github.com/nrwl/angular-rspack/pull/70 ) )
8
+ - ** angular-rspack:** add support for more devServer options ([ #71 ] ( https://github.com/nrwl/angular-rspack/pull/71 ) )
9
+
10
+ ### 🩹 Fixes
11
+
12
+ - ** angular-rspack:** ensure ` stylePreprocessorOptions ` is correctly used ([ #72 ] ( https://github.com/nrwl/angular-rspack/pull/72 ) )
13
+ - ** angular-rspack:** update ` @rspack/core ` dependency ([ #73 ] ( https://github.com/nrwl/angular-rspack/pull/73 ) )
14
+ - ** angular-rspack:** ssg should not run on serve ([ #75 ] ( https://github.com/nrwl/angular-rspack/pull/75 ) )
15
+
16
+ ### ❤️ Thank You
17
+
18
+ - Colum Ferry @Coly010
19
+ - Leosvel Pérez Espinosa @leosvelperez
20
+
1
21
## 20.8.2 (2025-04-28)
2
22
3
23
### 🩹 Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nx/angular-rsbuild" ,
3
- "version" : " 20.8.2 " ,
3
+ "version" : " 20.9.0 " ,
4
4
"description" : " Rsbuild Plugin for building Angular." ,
5
5
"private" : false ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 21
21
" rsbuild" ,
22
22
" compiler"
23
23
],
24
- "version" : " 20.8.2 " ,
24
+ "version" : " 20.9.0 " ,
25
25
"scripts" : {
26
26
"postinstall" : " node ./patch/patch-angular-build.js"
27
27
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nx/angular-rspack" ,
3
- "version" : " 20.8.2 " ,
3
+ "version" : " 20.9.0 " ,
4
4
"private" : false ,
5
5
"publishConfig" : {
6
6
"access" : " public"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-rspack/build" ,
3
- "version" : " 20.8.2 " ,
3
+ "version" : " 20.9.0 " ,
4
4
"private" : false ,
5
5
"publishConfig" : {
6
6
"access" : " public"
Original file line number Diff line number Diff line change 21
21
" rsbuild" ,
22
22
" compiler"
23
23
],
24
- "version" : " 20.8.2 " ,
24
+ "version" : " 20.9.0 " ,
25
25
"scripts" : {
26
26
"postinstall" : " node ./patch/patch-angular-build.js"
27
27
},
Original file line number Diff line number Diff line change 5
5
" rsbuild" ,
6
6
" rsbuild-plugin"
7
7
],
8
- "version" : " 20.8.2 " ,
8
+ "version" : " 20.9.0 " ,
9
9
"description" : " Rsbuild Plugin for building Angular." ,
10
10
"author" : " Colum Ferry" ,
11
11
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments