File tree Expand file tree Collapse file tree 19 files changed +68
-54
lines changed
generators/app/versions/nx_18_X Expand file tree Collapse file tree 19 files changed +68
-54
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.18.0] ( https://github.com/analogjs/analog/compare/v1.17.1...v1.18.0 ) (2025-06-20)
2
+
3
+ ### Bug Fixes
4
+
5
+ - ** create-analog:** fix template and styles for SFCs ([ #1778 ] ( https://github.com/analogjs/analog/issues/1778 ) ) ([ 902fe23] ( https://github.com/analogjs/analog/commit/902fe23e56b4ba542bc0da0583921aad5054d0f5 ) )
6
+ - ** create-analog:** update template dependencies to Angular v20 ([ #1768 ] ( https://github.com/analogjs/analog/issues/1768 ) ) ([ 8e1fae5] ( https://github.com/analogjs/analog/commit/8e1fae5ed9565286dcc4bb5eff8908e8600e1bea ) )
7
+ - ** nx-plugin:** add fallback for json.files property in preset ([ 6e2241a] ( https://github.com/analogjs/analog/commit/6e2241a63ca5e921570341e38c46abb6441467f1 ) )
8
+ - ** nx-plugin:** ensure that tags option is used on app generation ([ #1764 ] ( https://github.com/analogjs/analog/issues/1764 ) ) ([ df001b0] ( https://github.com/analogjs/analog/commit/df001b0bed89fb44baa6dc932b9c7e43c2e83eb8 ) )
9
+ - ** vite-plugin-angular:** trigger compilation from external templates/styles ([ #1779 ] ( https://github.com/analogjs/analog/issues/1779 ) ) ([ e3a1f27] ( https://github.com/analogjs/analog/commit/e3a1f278b6e39bca4e1b14a4555e977b32ba341c ) )
10
+
11
+ ### Features
12
+
13
+ - ** vite-plugin-nitro:** support static server side data fetching during prerendering ([ #1771 ] ( https://github.com/analogjs/analog/issues/1771 ) ) ([ 377cdd2] ( https://github.com/analogjs/analog/commit/377cdd227e005a0f73c01ad026a584834a49c044 ) )
14
+
1
15
# [ 1.18.0-beta.4] ( https://github.com/analogjs/analog/compare/v1.18.0-beta.3...v1.18.0-beta.4 ) (2025-06-20)
2
16
3
17
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " analogjs-platform" ,
3
- "version" : " 1.18.0-beta.4 " ,
3
+ "version" : " 1.18.0" ,
4
4
"license" : " MIT" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @analogjs/astro-angular" ,
3
- "version" : " 1.18.0-beta.4 " ,
3
+ "version" : " 1.18.0" ,
4
4
"description" : " Use Angular components within Astro" ,
5
5
"type" : " module" ,
6
6
"author" : " Brandon Roberts <robertsbt@gmail.com>" ,
32
32
"url" : " https://github.com/sponsors/brandonroberts"
33
33
},
34
34
"dependencies" : {
35
- "@analogjs/vite-plugin-angular" : " ^1.18.0-beta.4 "
35
+ "@analogjs/vite-plugin-angular" : " ^1.18.0"
36
36
},
37
37
"peerDependencies" : {
38
38
"@angular-devkit/build-angular" : " >=16.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @analogjs/content" ,
3
- "version" : " 1.18.0-beta.4 " ,
3
+ "version" : " 1.18.0" ,
4
4
"description" : " Content Rendering for Analog" ,
5
5
"type" : " module" ,
6
6
"author" : " Brandon Roberts <robertsbt@gmail.com>" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-analog" ,
3
- "version" : " 1.18.0-beta.4 " ,
3
+ "version" : " 1.18.0" ,
4
4
"type" : " module" ,
5
5
"license" : " MIT" ,
6
6
"author" : " Brandon Roberts" ,
Original file line number Diff line number Diff line change 15
15
"test" : " ng test"
16
16
},
17
17
"dependencies" : {
18
- "@analogjs/content" : " ^1.18.0-beta.4 " ,
19
- "@analogjs/router" : " ^1.18.0-beta.4 " ,
18
+ "@analogjs/content" : " ^1.18.0" ,
19
+ "@analogjs/router" : " ^1.18.0" ,
20
20
"@angular/animations" : " ^16.2.0" ,
21
21
"@angular/common" : " ^16.2.0" ,
22
22
"@angular/compiler" : " ^16.2.0" ,
38
38
"zone.js" : " ~0.13.0"
39
39
},
40
40
"devDependencies" : {
41
- "@analogjs/platform" : " ^1.18.0-beta.4 " ,
42
- "@analogjs/vite-plugin-angular" : " ^1.18.0-beta.4 " ,
43
- "@analogjs/vitest-angular" : " ^1.18.0-beta.4 " ,
41
+ "@analogjs/platform" : " ^1.18.0" ,
42
+ "@analogjs/vite-plugin-angular" : " ^1.18.0" ,
43
+ "@analogjs/vitest-angular" : " ^1.18.0" ,
44
44
"@angular-devkit/build-angular" : " ^16.2.0" ,
45
45
"@angular/cli" : " ^16.2.0" ,
46
46
"@angular/compiler-cli" : " ^16.2.0" ,
Original file line number Diff line number Diff line change 15
15
"test" : " ng test"
16
16
},
17
17
"dependencies" : {
18
- "@analogjs/content" : " ^1.18.0-beta.4 " ,
19
- "@analogjs/router" : " ^1.18.0-beta.4 " ,
18
+ "@analogjs/content" : " ^1.18.0" ,
19
+ "@analogjs/router" : " ^1.18.0" ,
20
20
"@angular/animations" : " ^17.2.0" ,
21
21
"@angular/common" : " ^17.2.0" ,
22
22
"@angular/compiler" : " ^17.2.0" ,
38
38
"zone.js" : " ~0.14.0"
39
39
},
40
40
"devDependencies" : {
41
- "@analogjs/platform" : " ^1.18.0-beta.4 " ,
42
- "@analogjs/vite-plugin-angular" : " ^1.18.0-beta.4 " ,
43
- "@analogjs/vitest-angular" : " ^1.18.0-beta.4 " ,
41
+ "@analogjs/platform" : " ^1.18.0" ,
42
+ "@analogjs/vite-plugin-angular" : " ^1.18.0" ,
43
+ "@analogjs/vitest-angular" : " ^1.18.0" ,
44
44
"@angular-devkit/build-angular" : " ^17.2.0" ,
45
45
"@angular/cli" : " ^17.2.0" ,
46
46
"@angular/compiler-cli" : " ^17.2.0" ,
Original file line number Diff line number Diff line change 15
15
},
16
16
"private" : true ,
17
17
"dependencies" : {
18
- "@analogjs/content" : " ^1.18.0-beta.4 " ,
19
- "@analogjs/router" : " ^1.18.0-beta.4 " ,
18
+ "@analogjs/content" : " ^1.18.0" ,
19
+ "@analogjs/router" : " ^1.18.0" ,
20
20
"@angular/animations" : " ^18.0.0" ,
21
21
"@angular/build" : " ^18.0.0" ,
22
22
"@angular/common" : " ^18.0.0" ,
38
38
"zone.js" : " ~0.14.3"
39
39
},
40
40
"devDependencies" : {
41
- "@analogjs/platform" : " ^1.18.0-beta.4 " ,
42
- "@analogjs/vite-plugin-angular" : " ^1.18.0-beta.4 " ,
43
- "@analogjs/vitest-angular" : " ^1.18.0-beta.4 " ,
41
+ "@analogjs/platform" : " ^1.18.0" ,
42
+ "@analogjs/vite-plugin-angular" : " ^1.18.0" ,
43
+ "@analogjs/vitest-angular" : " ^1.18.0" ,
44
44
"@angular/cli" : " ^18.0.0" ,
45
45
"@angular/compiler-cli" : " ^18.0.0" ,
46
46
"jsdom" : " ^22.0.0" ,
Original file line number Diff line number Diff line change 15
15
},
16
16
"private" : true ,
17
17
"dependencies" : {
18
- "@analogjs/content" : " ^1.18.0-beta.4 " ,
19
- "@analogjs/router" : " ^1.18.0-beta.4 " ,
18
+ "@analogjs/content" : " ^1.18.0" ,
19
+ "@analogjs/router" : " ^1.18.0" ,
20
20
"@angular/animations" : " ^20.0.0" ,
21
21
"@angular/common" : " ^20.0.0" ,
22
22
"@angular/compiler" : " ^20.0.0" ,
36
36
"zone.js" : " ~0.15.0"
37
37
},
38
38
"devDependencies" : {
39
- "@analogjs/platform" : " ^1.18.0-beta.4 " ,
40
- "@analogjs/vite-plugin-angular" : " ^1.18.0-beta.4 " ,
41
- "@analogjs/vitest-angular" : " ^1.18.0-beta.4 " ,
39
+ "@analogjs/platform" : " ^1.18.0" ,
40
+ "@analogjs/vite-plugin-angular" : " ^1.18.0" ,
41
+ "@analogjs/vitest-angular" : " ^1.18.0" ,
42
42
"@angular/build" : " ^20.0.0" ,
43
43
"@angular/cli" : " ^20.0.0" ,
44
44
"@angular/compiler-cli" : " ^20.0.0" ,
Original file line number Diff line number Diff line change 15
15
},
16
16
"private" : true ,
17
17
"dependencies" : {
18
- "@analogjs/content" : " ^1.18.0-beta.4 " ,
19
- "@analogjs/router" : " ^1.18.0-beta.4 " ,
18
+ "@analogjs/content" : " ^1.18.0" ,
19
+ "@analogjs/router" : " ^1.18.0" ,
20
20
"@angular/animations" : " ^20.0.0" ,
21
21
"@angular/common" : " ^20.0.0" ,
22
22
"@angular/compiler" : " ^20.0.0" ,
37
37
"zone.js" : " ~0.15.0"
38
38
},
39
39
"devDependencies" : {
40
- "@analogjs/platform" : " ^1.18.0-beta.4 " ,
41
- "@analogjs/vite-plugin-angular" : " ^1.18.0-beta.4 " ,
42
- "@analogjs/vitest-angular" : " ^1.18.0-beta.4 " ,
40
+ "@analogjs/platform" : " ^1.18.0" ,
41
+ "@analogjs/vite-plugin-angular" : " ^1.18.0" ,
42
+ "@analogjs/vitest-angular" : " ^1.18.0" ,
43
43
"@angular/build" : " ^20.0.0" ,
44
44
"@angular/cli" : " ^20.0.0" ,
45
45
"@angular/compiler-cli" : " ^20.0.0" ,
Original file line number Diff line number Diff line change 15
15
},
16
16
"private" : true ,
17
17
"dependencies" : {
18
- "@analogjs/content" : " ^1.18.0-beta.4 " ,
19
- "@analogjs/router" : " ^1.18.0-beta.4 " ,
18
+ "@analogjs/content" : " ^1.18.0" ,
19
+ "@analogjs/router" : " ^1.18.0" ,
20
20
"@angular/animations" : " ^20.0.0" ,
21
21
"@angular/common" : " ^20.0.0" ,
22
22
"@angular/compiler" : " ^20.0.0" ,
37
37
"zone.js" : " ~0.15.0"
38
38
},
39
39
"devDependencies" : {
40
- "@analogjs/platform" : " ^1.18.0-beta.4 " ,
41
- "@analogjs/vite-plugin-angular" : " ^1.18.0-beta.4 " ,
42
- "@analogjs/vitest-angular" : " ^1.18.0-beta.4 " ,
40
+ "@analogjs/platform" : " ^1.18.0" ,
41
+ "@analogjs/vite-plugin-angular" : " ^1.18.0" ,
42
+ "@analogjs/vitest-angular" : " ^1.18.0" ,
43
43
"@angular/build" : " ^20.0.0" ,
44
44
"@angular/cli" : " ^20.0.0" ,
45
45
"@angular/compiler-cli" : " ^20.0.0" ,
Original file line number Diff line number Diff line change 2
2
// dependencies
3
3
export const V18_X_NX_DEVKIT = '^21.0.0' ;
4
4
export const V18_X_NX_ANGULAR = '^21.0.0' ;
5
- export const V18_X_ANALOG_JS_CONTENT = '^1.18.0-beta.4 ' ;
6
- export const V18_X_ANALOG_JS_ROUTER = '^1.18.0-beta.4 ' ;
5
+ export const V18_X_ANALOG_JS_CONTENT = '^1.18.0' ;
6
+ export const V18_X_ANALOG_JS_ROUTER = '^1.18.0' ;
7
7
export const V18_X_ANALOG_JS_TRPC = '~0.3.0' ;
8
- export const V18_X_ANALOG_JS_VITE_PLUGIN_ANGULAR = '^1.18.0-beta.4 ' ;
9
- export const V18_X_ANALOG_JS_VITEST_ANGULAR = '^1.18.0-beta.4 ' ;
8
+ export const V18_X_ANALOG_JS_VITE_PLUGIN_ANGULAR = '^1.18.0' ;
9
+ export const V18_X_ANALOG_JS_VITEST_ANGULAR = '^1.18.0' ;
10
10
export const V18_X_TRPC_CLIENT = '^10.25.0' ;
11
11
export const V18_X_TRPC_SERVER = '^10.25.0' ;
12
12
export const V18_X_ISOMORPHIC_FETCH = '^3.0.0' ;
@@ -24,7 +24,7 @@ export const V18_X_POSTCSS = '^8.5.3';
24
24
export const V18_X_AUTOPREFIXER = '^10.4.0' ;
25
25
26
26
// devDependencies
27
- export const V18_X_ANALOG_JS_PLATFORM = '^1.18.0-beta.4 ' ;
27
+ export const V18_X_ANALOG_JS_PLATFORM = '^1.18.0' ;
28
28
export const V18_X_ANGULAR_DEVKIT_BUILD_ANGULAR = '^19.0.0' ;
29
29
export const V18_X_NX_VITE = '^21.0.0' ;
30
30
export const V18_X_NX_LINTER = '^21.0.0' ;
Original file line number Diff line number Diff line change 1
1
// V19_X
2
- export const V19_X_ANALOG_JS_ROUTER = '^1.18.0-beta.4 ' ;
3
- export const V19_X_ANALOG_JS_CONTENT = '^1.18.0-beta.4 ' ;
2
+ export const V19_X_ANALOG_JS_ROUTER = '^1.18.0' ;
3
+ export const V19_X_ANALOG_JS_CONTENT = '^1.18.0' ;
4
4
export const V19_X_MARKED = '^15.0.7' ;
5
5
export const V19_X_MARKED_GFM_HEADING_ID = '^4.1.1' ;
6
6
export const V19_X_MARKED_HIGHLIGHT = '^2.2.1' ;
7
7
export const V19_X_MARKED_MANGLE = '^1.1.10' ;
8
8
export const V19_X_PRISMJS = '^1.29.0' ;
9
9
10
10
// devDependencies
11
- export const V19_X_ANALOG_JS_PLATFORM = '^1.18.0-beta.4 ' ;
12
- export const V19_X_ANALOG_JS_VITE_PLUGIN_ANGULAR = '^1.18.0-beta.4 ' ;
13
- export const V19_X_ANALOG_JS_VITEST_ANGULAR = '^1.18.0-beta.4 ' ;
11
+ export const V19_X_ANALOG_JS_PLATFORM = '^1.18.0' ;
12
+ export const V19_X_ANALOG_JS_VITE_PLUGIN_ANGULAR = '^1.18.0' ;
13
+ export const V19_X_ANALOG_JS_VITEST_ANGULAR = '^1.18.0' ;
14
14
export const V19_X_NX_ANGULAR = '^21.0.0' ;
15
15
export const V19_X_NX_VITE = '^21.0.0' ;
16
16
export const V19_X_JSDOM = '^22.0.0' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @analogjs/platform" ,
3
- "version" : " 1.18.0-beta.4 " ,
3
+ "version" : " 1.18.0" ,
4
4
"description" : " The fullstack meta-framework for Angular" ,
5
5
"type" : " module" ,
6
6
"author" : " Brandon Roberts <robertsbt@gmail.com>" ,
29
29
},
30
30
"dependencies" : {
31
31
"nitropack" : " ^2.11.0" ,
32
- "@analogjs/vite-plugin-angular" : " ^1.18.0-beta.4 " ,
33
- "@analogjs/vite-plugin-nitro" : " ^1.18.0-beta.4 " ,
32
+ "@analogjs/vite-plugin-angular" : " ^1.18.0" ,
33
+ "@analogjs/vite-plugin-nitro" : " ^1.18.0" ,
34
34
"vitefu" : " ^1.0.0"
35
35
},
36
36
"peerDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @analogjs/router" ,
3
- "version" : " 1.18.0-beta.4 " ,
3
+ "version" : " 1.18.0" ,
4
4
"description" : " Filesystem-based routing for Angular" ,
5
5
"type" : " module" ,
6
6
"author" : " Brandon Roberts <robertsbt@gmail.com>" ,
24
24
"url" : " https://github.com/sponsors/brandonroberts"
25
25
},
26
26
"peerDependencies" : {
27
- "@analogjs/content" : " ^1.18.0-beta.4 " ,
27
+ "@analogjs/content" : " ^1.18.0" ,
28
28
"@angular/core" : " ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0" ,
29
29
"@angular/router" : " ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0"
30
30
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @analogjs/storybook-angular" ,
3
- "version" : " 1.18.0-beta.4 " ,
3
+ "version" : " 1.18.0" ,
4
4
"description" : " Storybook Integration for Angular & Vite" ,
5
5
"keywords" : [
6
6
" storybook" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @analogjs/vite-plugin-angular" ,
3
- "version" : " 1.18.0-beta.4 " ,
3
+ "version" : " 1.18.0" ,
4
4
"description" : " Vite Plugin for Angular" ,
5
5
"type" : " module" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @analogjs/vite-plugin-nitro" ,
3
- "version" : " 1.18.0-beta.4 " ,
3
+ "version" : " 1.18.0" ,
4
4
"description" : " A Vite plugin for adding a nitro API server" ,
5
5
"type" : " module" ,
6
6
"author" : " Brandon Roberts <robertsbt@gmail.com>" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @analogjs/vitest-angular" ,
3
- "version" : " 1.18.0-beta.4 " ,
3
+ "version" : " 1.18.0" ,
4
4
"description" : " Vitest Builder for Angular" ,
5
5
"type" : " commonjs" ,
6
6
"author" : " Brandon Roberts <robertsbt@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments