File tree Expand file tree Collapse file tree 13 files changed +44
-25
lines changed Expand file tree Collapse file tree 13 files changed +44
-25
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.4.0] ( https://github.com/analogjs/analog/compare/v1.3.1...v1.4.0 ) (2024-05-27)
2
+
3
+ ### Bug Fixes
4
+
5
+ - adjust peer dependency ranges ([ 1bc4e59] ( https://github.com/analogjs/analog/commit/1bc4e59e3cc850a4cf6bf8956ebd38ff70265e4b ) )
6
+ - ** content:** getContentFile stream should be finished ([ #1110 ] ( https://github.com/analogjs/analog/issues/1110 ) ) ([ e0ce74f] ( https://github.com/analogjs/analog/commit/e0ce74fd0513122ba416ac4be74bd4e55d3d572d ) )
7
+ - ** create-analog:** add fixes for v18 template ([ #1095 ] ( https://github.com/analogjs/analog/issues/1095 ) ) ([ 759a341] ( https://github.com/analogjs/analog/commit/759a341d84e3d0c2cf4b9f4c6d27e6a4ea91445b ) )
8
+ - ** nx-plugin:** update typescript dependency ([ #1109 ] ( https://github.com/analogjs/analog/issues/1109 ) ) ([ 4b9a51e] ( https://github.com/analogjs/analog/commit/4b9a51e8eaf450e5c91020bb93b37c104a54bf68 ) )
9
+ - ** platform:** add Nx deps as peerDependencies ([ #1117 ] ( https://github.com/analogjs/analog/issues/1117 ) ) ([ b255370] ( https://github.com/analogjs/analog/commit/b255370182e8ff8bc1792113c8583a824c42ad8b ) )
10
+ - ** vite-plugin-angular:** add @analogjs/router to vitest inline deps ([ #1098 ] ( https://github.com/analogjs/analog/issues/1098 ) ) ([ 69f4efa] ( https://github.com/analogjs/analog/commit/69f4efa0f6785d51518d1c087c515f9220a69ca6 ) )
11
+ - ** vitest-angular:** rename testing setup file and add to build ([ #1106 ] ( https://github.com/analogjs/analog/issues/1106 ) ) ([ 9ef4f3b] ( https://github.com/analogjs/analog/commit/9ef4f3b5bb224b600e6ddc8cc7ef689f676cff12 ) )
12
+ - ** vitest-angular:** update peerDependencies for @angular-devkit/architect version pattern range ([ #1113 ] ( https://github.com/analogjs/analog/issues/1113 ) ) ([ 1765d48] ( https://github.com/analogjs/analog/commit/1765d481bceb7815665bd4461109607d52551100 ) )
13
+
14
+ ### Features
15
+
16
+ - ** create-analog:** simplify prompts add template for upcoming Angular v18 release ([ #1094 ] ( https://github.com/analogjs/analog/issues/1094 ) ) ([ 29c42a1] ( https://github.com/analogjs/analog/commit/29c42a133a0602667b3282620ef7ad1365262476 ) )
17
+ - introduce vitest-angular package ([ #1105 ] ( https://github.com/analogjs/analog/issues/1105 ) ) ([ 4d73542] ( https://github.com/analogjs/analog/commit/4d735423a7cffb523fca2d5866c08cb4d1594bdb ) )
18
+ - update deps and apps to Angular v18 release ([ #1101 ] ( https://github.com/analogjs/analog/issues/1101 ) ) ([ ef9bbee] ( https://github.com/analogjs/analog/commit/ef9bbeee6aeb73edcb66d94569fffd5443273ca5 ) )
19
+
1
20
# [ 1.4.0-beta.11] ( https://github.com/analogjs/analog/compare/v1.4.0-beta.10...v1.4.0-beta.11 ) (2024-05-27)
2
21
3
22
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " analogjs-platform" ,
3
- "version" : " 1.4.0-beta.11 " ,
3
+ "version" : " 1.4.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.4.0-beta.11 " ,
3
+ "version" : " 1.4.0" ,
4
4
"description" : " Use Angular components within Astro" ,
5
5
"type" : " module" ,
6
6
"author" : " Brandon Roberts <robertsbt@gmail.com>" ,
28
28
"url" : " https://github.com/analogjs/analog.git"
29
29
},
30
30
"dependencies" : {
31
- "@analogjs/vite-plugin-angular" : " ^1.4.0-beta.11 "
31
+ "@analogjs/vite-plugin-angular" : " ^1.4.0"
32
32
},
33
33
"peerDependencies" : {
34
34
"@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.4.0-beta.11 " ,
3
+ "version" : " 1.4.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.4.0-beta.11 " ,
3
+ "version" : " 1.4.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.4.0-beta.11 " ,
19
- "@analogjs/router" : " ^1.4.0-beta.11 " ,
18
+ "@analogjs/content" : " ^1.4.0" ,
19
+ "@analogjs/router" : " ^1.4.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.4.0-beta.11 " ,
42
- "@analogjs/vite-plugin-angular" : " ^1.4.0-beta.11 " ,
41
+ "@analogjs/platform" : " ^1.4.0" ,
42
+ "@analogjs/vite-plugin-angular" : " ^1.4.0" ,
43
43
"@angular/cli" : " ^17.2.0" ,
44
44
"@angular/compiler-cli" : " ^17.2.0" ,
45
45
"@nx/vite" : " ~18.0.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.4.0-beta.11 " ,
19
- "@analogjs/router" : " ^1.4.0-beta.11 " ,
18
+ "@analogjs/content" : " ^1.4.0" ,
19
+ "@analogjs/router" : " ^1.4.0" ,
20
20
"@angular/animations" : " ^18.0.0" ,
21
21
"@angular/common" : " ^18.0.0" ,
22
22
"@angular/compiler" : " ^18.0.0" ,
37
37
"zone.js" : " ~0.14.0"
38
38
},
39
39
"devDependencies" : {
40
- "@analogjs/platform" : " ^1.4.0-beta.11 " ,
41
- "@analogjs/vite-plugin-angular" : " ^1.4.0-beta.11 " ,
40
+ "@analogjs/platform" : " ^1.4.0" ,
41
+ "@analogjs/vite-plugin-angular" : " ^1.4.0" ,
42
42
"@angular-devkit/build-angular" : " ^18.0.0" ,
43
43
"@angular/cli" : " ^18.0.0" ,
44
44
"@angular/compiler-cli" : " ^18.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.4.0-beta.11 " ,
19
- "@analogjs/router" : " ^1.4.0-beta.11 " ,
18
+ "@analogjs/content" : " ^1.4.0" ,
19
+ "@analogjs/router" : " ^1.4.0" ,
20
20
"@angular/animations" : " ^18.0.0" ,
21
21
"@angular/common" : " ^18.0.0" ,
22
22
"@angular/compiler" : " ^18.0.0" ,
37
37
"zone.js" : " ~0.14.3"
38
38
},
39
39
"devDependencies" : {
40
- "@analogjs/platform" : " ^1.4.0-beta.11 " ,
41
- "@analogjs/vite-plugin-angular" : " ^1.4.0-beta.11 " ,
40
+ "@analogjs/platform" : " ^1.4.0" ,
41
+ "@analogjs/vite-plugin-angular" : " ^1.4.0" ,
42
42
"@angular-devkit/build-angular" : " ^18.0.0" ,
43
43
"@angular/cli" : " ^18.0.0" ,
44
44
"@angular/compiler-cli" : " ^18.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @analogjs/platform" ,
3
- "version" : " 1.4.0-beta.11 " ,
3
+ "version" : " 1.4.0" ,
4
4
"description" : " The fullstack meta-framework for Angular" ,
5
5
"type" : " module" ,
6
6
"author" : " Brandon Roberts <robertsbt@gmail.com>" ,
25
25
},
26
26
"dependencies" : {
27
27
"nitropack" : " ^2.9.0" ,
28
- "@analogjs/vite-plugin-angular" : " ^1.4.0-beta.11 " ,
29
- "@analogjs/vite-plugin-nitro" : " ^1.4.0-beta.11 "
28
+ "@analogjs/vite-plugin-angular" : " ^1.4.0" ,
29
+ "@analogjs/vite-plugin-nitro" : " ^1.4.0"
30
30
},
31
31
"peerDependencies" : {
32
32
"@nx/angular" : " ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @analogjs/router" ,
3
- "version" : " 1.4.0-beta.11 " ,
3
+ "version" : " 1.4.0" ,
4
4
"description" : " Filesystem-based routing for Angular" ,
5
5
"type" : " module" ,
6
6
"author" : " Brandon Roberts <robertsbt@gmail.com>" ,
24
24
"@angular/router" : " ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
25
25
},
26
26
"optionalDependencies" : {
27
- "@analogjs/content" : " ^1.4.0-beta.11 "
27
+ "@analogjs/content" : " ^1.4.0"
28
28
},
29
29
"dependencies" : {
30
30
"tslib" : " ^2.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @analogjs/vite-plugin-angular" ,
3
- "version" : " 1.4.0-beta.11 " ,
3
+ "version" : " 1.4.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.4.0-beta.11 " ,
3
+ "version" : " 1.4.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.4.0-beta.11 " ,
3
+ "version" : " 1.4.0" ,
4
4
"description" : " Vitest Builder for Angular" ,
5
5
"type" : " module" ,
6
6
"author" : " Brandon Roberts <robertsbt@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments