Skip to content

Commit dfc606e

Browse files
Merge pull request #1758 from analogjs/beta
chore: release 1.17.1
2 parents 733dffa + 057b302 commit dfc606e

File tree

34 files changed

+91
-71
lines changed

34 files changed

+91
-71
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,6 +1305,15 @@
13051305
"contributions": [
13061306
"infra"
13071307
]
1308+
},
1309+
{
1310+
"login": "leosvelperez",
1311+
"name": "Leosvel Pérez Espinosa",
1312+
"avatar_url": "https://avatars.githubusercontent.com/u/12051310?v=4",
1313+
"profile": "https://leosvel.dev",
1314+
"contributions": [
1315+
"infra"
1316+
]
13081317
}
13091318
],
13101319
"contributorsPerLine": 7,

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.17.1-beta.2](https://github.com/analogjs/analog/compare/v1.17.1-beta.1...v1.17.1-beta.2) (2025-05-29)
2+
3+
### Bug Fixes
4+
5+
- **create-analog:** add angular-v19 template to output files ([#1756](https://github.com/analogjs/analog/issues/1756)) ([6b7380d](https://github.com/analogjs/analog/commit/6b7380dd2e2a955fa45b57fa565081a0a6c08291))
6+
7+
## [1.17.1-beta.1](https://github.com/analogjs/analog/compare/v1.17.0...v1.17.1-beta.1) (2025-05-29)
8+
9+
### Bug Fixes
10+
11+
- **vitest-angular:** update `@angular-devkit/architect` dep range to include v20 ([#1754](https://github.com/analogjs/analog/issues/1754)) ([1d0f038](https://github.com/analogjs/analog/commit/1d0f038bea33ebb15881251c1a57bf36b407f4db))
12+
113
# [1.17.0](https://github.com/analogjs/analog/compare/v1.16.2...v1.17.0) (2025-05-28)
214

315
### Bug Fixes

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- prettier-ignore-start -->
44
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
5-
[![All Contributors](https://img.shields.io/badge/all_contributors-138-orange.svg?style=flat-square)](#contributors-)
5+
[![All Contributors](https://img.shields.io/badge/all_contributors-139-orange.svg?style=flat-square)](#contributors-)
66
<!-- ALL-CONTRIBUTORS-BADGE:END -->
77
<!-- prettier-ignore-end -->
88

@@ -289,6 +289,7 @@ Thanks goes to these wonderful people for contributing to Analog ([emoji key](ht
289289
<td align="center" valign="top" width="14.28%"><a href="https://shannonmoeller.com"><img src="https://avatars.githubusercontent.com/u/155164?v=4?s=100" width="100px;" alt="Shannon Moeller 🧢"/><br /><sub><b>Shannon Moeller 🧢</b></sub></a><br /><a href="https://github.com/analogjs/analog/commits?author=shannonmoeller" title="Code">💻</a></td>
290290
<td align="center" valign="top" width="14.28%"><a href="https://github.com/vsternbach"><img src="https://avatars.githubusercontent.com/u/3830668?v=4?s=100" width="100px;" alt="Vlad Sternbach"/><br /><sub><b>Vlad Sternbach</b></sub></a><br /><a href="https://github.com/analogjs/analog/commits?author=vsternbach" title="Code">💻</a></td>
291291
<td align="center" valign="top" width="14.28%"><a href="https://github.com/meeroslav"><img src="https://avatars.githubusercontent.com/u/881612?v=4?s=100" width="100px;" alt="Miroslav Jonaš"/><br /><sub><b>Miroslav Jonaš</b></sub></a><br /><a href="#infra-meeroslav" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
292+
<td align="center" valign="top" width="14.28%"><a href="https://leosvel.dev"><img src="https://avatars.githubusercontent.com/u/12051310?v=4?s=100" width="100px;" alt="Leosvel Pérez Espinosa"/><br /><sub><b>Leosvel Pérez Espinosa</b></sub></a><br /><a href="#infra-leosvelperez" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
292293
</tr>
293294
</tbody>
294295
</table>

apps/analog-app/vite.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export default defineConfig(({ mode, isSsrBuild }) => {
5858
}),
5959
nxViteTsPaths(),
6060
visualizer() as Plugin,
61-
// splitVendorChunkPlugin(),
6261
!isSsrBuild &&
6362
inspect({
6463
build: true,

apps/docs-app/docs/contributors.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ Andres is a software engineer for HeroDevs, Angular and Firebase GDE.
238238
<td align="center" valign="top" width="14.28%"><a href="https://shannonmoeller.com"><img src="https://avatars.githubusercontent.com/u/155164?v=4?s=100" width="100px;" alt="Shannon Moeller 🧢"/><br /><sub><b>Shannon Moeller 🧢</b></sub></a><br /><a href="https://github.com/analogjs/analog/commits?author=shannonmoeller" title="Code">💻</a></td>
239239
<td align="center" valign="top" width="14.28%"><a href="https://github.com/vsternbach"><img src="https://avatars.githubusercontent.com/u/3830668?v=4?s=100" width="100px;" alt="Vlad Sternbach"/><br /><sub><b>Vlad Sternbach</b></sub></a><br /><a href="https://github.com/analogjs/analog/commits?author=vsternbach" title="Code">💻</a></td>
240240
<td align="center" valign="top" width="14.28%"><a href="https://github.com/meeroslav"><img src="https://avatars.githubusercontent.com/u/881612?v=4?s=100" width="100px;" alt="Miroslav Jonaš"/><br /><sub><b>Miroslav Jonaš</b></sub></a><br /><a href="#infra-meeroslav" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
241+
<td align="center" valign="top" width="14.28%"><a href="https://leosvel.dev"><img src="https://avatars.githubusercontent.com/u/12051310?v=4?s=100" width="100px;" alt="Leosvel Pérez Espinosa"/><br /><sub><b>Leosvel Pérez Espinosa</b></sub></a><br /><a href="#infra-leosvelperez" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
241242
</tr>
242243
</tbody>
243244
</table>

apps/docs-app/docs/features/server/static-site-generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Below is a small example where we can append a script to include Google Analytic
239239
/// <reference types="vitest" />
240240

241241
import analog from '@analogjs/platform';
242-
import { defineConfig, splitVendorChunkPlugin } from 'vite';
242+
import { defineConfig } from 'vite';
243243
import { nxViteTsPaths } from '@nx/vite/plugins/nx-tsconfig-paths.plugin';
244244
import { PrerenderRoute } from 'nitropack';
245245

apps/docs-app/i18n/de/docusaurus-plugin-content-docs/current/contributors.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ Andres ist Softwareentwickler für HeroDevs, Angular und Firebase GDE.
236236
<td align="center" valign="top" width="14.28%"><a href="https://shannonmoeller.com"><img src="https://avatars.githubusercontent.com/u/155164?v=4?s=100" width="100px;" alt="Shannon Moeller 🧢"/><br /><sub><b>Shannon Moeller 🧢</b></sub></a><br /><a href="https://github.com/analogjs/analog/commits?author=shannonmoeller" title="Code">💻</a></td>
237237
<td align="center" valign="top" width="14.28%"><a href="https://github.com/vsternbach"><img src="https://avatars.githubusercontent.com/u/3830668?v=4?s=100" width="100px;" alt="Vlad Sternbach"/><br /><sub><b>Vlad Sternbach</b></sub></a><br /><a href="https://github.com/analogjs/analog/commits?author=vsternbach" title="Code">💻</a></td>
238238
<td align="center" valign="top" width="14.28%"><a href="https://github.com/meeroslav"><img src="https://avatars.githubusercontent.com/u/881612?v=4?s=100" width="100px;" alt="Miroslav Jonaš"/><br /><sub><b>Miroslav Jonaš</b></sub></a><br /><a href="#infra-meeroslav" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
239+
<td align="center" valign="top" width="14.28%"><a href="https://leosvel.dev"><img src="https://avatars.githubusercontent.com/u/12051310?v=4?s=100" width="100px;" alt="Leosvel Pérez Espinosa"/><br /><sub><b>Leosvel Pérez Espinosa</b></sub></a><br /><a href="#infra-leosvelperez" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
239240
</tr>
240241
</tbody>
241242
</table>

apps/docs-app/i18n/de/docusaurus-plugin-content-docs/current/features/server/static-site-generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Nachfolgend ein kleines Beispiel, in dem ein Skript angehängt wird, um Google A
183183
/// <reference types="vitest" />
184184

185185
import analog from '@analogjs/platform';
186-
import { defineConfig, splitVendorChunkPlugin } from 'vite';
186+
import { defineConfig } from 'vite';
187187
import { nxViteTsPaths } from '@nx/vite/plugins/nx-tsconfig-paths.plugin';
188188
import { PrerenderRoute } from 'nitropack';
189189

apps/docs-app/i18n/es/docusaurus-plugin-content-docs/current/contributors.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ Andres es un ingeniero en software para HeroDevs, GDE en Angular y Firebase.
236236
<td align="center" valign="top" width="14.28%"><a href="https://shannonmoeller.com"><img src="https://avatars.githubusercontent.com/u/155164?v=4?s=100" width="100px;" alt="Shannon Moeller 🧢"/><br /><sub><b>Shannon Moeller 🧢</b></sub></a><br /><a href="https://github.com/analogjs/analog/commits?author=shannonmoeller" title="Code">💻</a></td>
237237
<td align="center" valign="top" width="14.28%"><a href="https://github.com/vsternbach"><img src="https://avatars.githubusercontent.com/u/3830668?v=4?s=100" width="100px;" alt="Vlad Sternbach"/><br /><sub><b>Vlad Sternbach</b></sub></a><br /><a href="https://github.com/analogjs/analog/commits?author=vsternbach" title="Code">💻</a></td>
238238
<td align="center" valign="top" width="14.28%"><a href="https://github.com/meeroslav"><img src="https://avatars.githubusercontent.com/u/881612?v=4?s=100" width="100px;" alt="Miroslav Jonaš"/><br /><sub><b>Miroslav Jonaš</b></sub></a><br /><a href="#infra-meeroslav" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
239+
<td align="center" valign="top" width="14.28%"><a href="https://leosvel.dev"><img src="https://avatars.githubusercontent.com/u/12051310?v=4?s=100" width="100px;" alt="Leosvel Pérez Espinosa"/><br /><sub><b>Leosvel Pérez Espinosa</b></sub></a><br /><a href="#infra-leosvelperez" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
239240
</tr>
240241
</tbody>
241242
</table>

apps/docs-app/i18n/es/docusaurus-plugin-content-docs/current/features/server/static-site-generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ A continuación, se muestra un pequeño ejemplo donde podemos añadir un script
173173
/// <reference types="vitest" />
174174

175175
import analog from '@analogjs/platform';
176-
import { defineConfig, splitVendorChunkPlugin } from 'vite';
176+
import { defineConfig } from 'vite';
177177
import { nxViteTsPaths } from '@nx/vite/plugins/nx-tsconfig-paths.plugin';
178178
import { PrerenderRoute } from 'nitropack';
179179

0 commit comments

Comments
 (0)