Skip to content

Commit 9ca2312

Browse files
Merge branch 'beta' into feat/node-pnpm-angular22
2 parents 3953747 + 286f719 commit 9ca2312

40 files changed

Lines changed: 315 additions & 93 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [2.6.1-beta.4](https://github.com/analogjs/analog/compare/v2.6.1-beta.3...v2.6.1-beta.4) (2026-06-11)
2+
3+
### Bug Fixes
4+
5+
- **vite-plugin-angular:** treat the vitest run command as a single run instead of watch mode ([#2374](https://github.com/analogjs/analog/issues/2374)) ([931200a](https://github.com/analogjs/analog/commit/931200a0028b0e9e334b429b6e730340a7d557e7))
6+
7+
## [2.6.1-beta.3](https://github.com/analogjs/analog/compare/v2.6.1-beta.2...v2.6.1-beta.3) (2026-06-11)
8+
9+
### Bug Fixes
10+
11+
- **vite-plugin-angular:** skip rolldown dep optimizer transform in test mode and close transformer ([#2373](https://github.com/analogjs/analog/issues/2373)) ([756d510](https://github.com/analogjs/analog/commit/756d510a411cacac158fded278d914dfeaec1d1d))
12+
13+
## [2.6.1-beta.2](https://github.com/analogjs/analog/compare/v2.6.1-beta.1...v2.6.1-beta.2) (2026-06-10)
14+
15+
### Bug Fixes
16+
17+
- **vite-plugin-angular:** import NgModule/tuple exports from their defining file in fastCompile ([#2370](https://github.com/analogjs/analog/issues/2370)) ([dafa025](https://github.com/analogjs/analog/commit/dafa0250249686b129bfce1a99874e7f40b78e35))
18+
19+
## [2.6.1-beta.1](https://github.com/analogjs/analog/compare/v2.6.0...v2.6.1-beta.1) (2026-06-08)
20+
21+
### Bug Fixes
22+
23+
- **vite-plugin-angular:** parse skipped .ts files as TypeScript in vitest sourcemap plugin ([#2367](https://github.com/analogjs/analog/issues/2367)) ([ba284a8](https://github.com/analogjs/analog/commit/ba284a8b9e5d01a9f605b201b895056adceb167d))
24+
125
# [2.6.0](https://github.com/analogjs/analog/compare/v2.5.3...v2.6.0) (2026-06-03)
226

327
### Bug Fixes

apps/docs-app/docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Creating an Analog project can be done with minimal steps.
1313

1414
Analog requires the following Node and Angular versions:
1515

16-
- Node v18.13.0 and higher is recommended
17-
- Angular v15 or higher
16+
- Node 22 and higher is recommended
17+
- Angular v17 or higher
1818

1919
## Creating a New Application
2020

apps/docs-app/docs/guides/compatibility.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ The table shows the minimum version of Nx, the supported Angular version, and th
2626

2727
| Nx Version _(min)_ | Angular Version | Analog Version | Vite Version |
2828
| ------------------ | --------------- | -------------- | ------------ |
29+
| 22.x.x | ^22.x.x | **latest** | ^8.0.0 |
30+
| 22.x.x | ^21.x.x | **latest** | ^7.0.0 |
2931
| 22.x.x | ^20.x.x | **latest** | ^7.0.0 |
3032
| 21.x.x | ^20.x.x | **latest** | ^7.0.0 |
3133
| 20.4.0 | ^19.1.0 | **latest** | ^6.0.0 |

apps/docs-app/docs/guides/migrating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import TabItem from '@theme/TabItem';
55

66
An existing Angular Single Page Application can be configured to use Analog using a schematic/generator for Angular CLI or Nx workspaces.
77

8-
> Analog is compatible with Angular v15 and above.
8+
> Analog is compatible with Angular v17 and above.
99
1010
## Using a Schematic/Generator
1111

apps/docs-app/i18n/de/docusaurus-plugin-content-docs/current/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem';
1212
Analog benötigt die folgenden Node- und Angular-Versionen:
1313

1414
- Node v18.13.0 und höher wird empfohlen
15-
- Angular v15 oder höher
15+
- Angular v17 oder höher
1616

1717
## Erstellen einer neuen Anwendung
1818

apps/docs-app/i18n/de/docusaurus-plugin-content-docs/current/guides/migrating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import TabItem from '@theme/TabItem';
55

66
Eine bestehende Angular Single Page Application kann mit Hilfe eines Schemas/Generators für Angular CLI oder Nx Workspaces für die Verwendung von Analog konfiguriert werden.
77

8-
> Analog ist kompatibel mit Angular v15 und höher.
8+
> Analog ist kompatibel mit Angular v17 und höher.
99
1010
## Verwendung eines Schemas/Generators
1111

apps/docs-app/i18n/es/docusaurus-plugin-content-docs/current/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Crear un projecto en Analog puede ser hecho en una mínima cantidad de pasos.
1414
Analog requiere las siguientes versiones de Node y Angular:
1515

1616
- Node v18.13.0 y superior es recomendado
17-
- Angular v15 o superior
17+
- Angular v17 o superior
1818

1919
## Creando una nueva aplicación
2020

apps/docs-app/i18n/es/docusaurus-plugin-content-docs/current/guides/migrating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import TabItem from '@theme/TabItem';
55

66
Una Aplicación SPA Angular existente puede configurarse para usar Analog utilizando un schematic/generator para Angular CLI o espacios de trabajo Nx.
77

8-
> Analog es compatible con Angular v15 y versiones superiores.
8+
> Analog es compatible con Angular v17 y versiones superiores.
99
1010
## Usando un Schematic/Generator
1111

apps/docs-app/i18n/zh-hans/docusaurus-plugin-content-docs/current/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem';
1212
Analog 对于 NodeJS 和 Angular 的版本要求如下:
1313

1414
- Node v18.13.0 或更高
15-
- Angular v15 或更高版本
15+
- Angular v17 或更高版本
1616

1717
## 创建一个新的应用
1818

apps/docs-app/i18n/zh-hans/docusaurus-plugin-content-docs/current/guides/migrating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem';
99

1010
一个现有的 Angular 单页应用可以通过一个 Angular CLI 或者 Nx 工作区的原理器/生成器配置成使用 Analog。
1111

12-
> Analog 兼容 Angular v15 及以上版本.
12+
> Analog 兼容 Angular v17 及以上版本.
1313
1414
## 使用原理器/生成器
1515

0 commit comments

Comments
 (0)