Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Builders' and Angular **major** versions **must** match.

## [Migration guide](./MIGRATION.MD)

> ⚠️ **Version alignment:** The major version of `@angular-builders/*` packages must match the major version of `@angular/core` in your project. For example, Angular 19 requires `@angular-builders/*@19.x`, Angular 20 requires `@angular-builders/*@20.x`, etc. Using a mismatched version is the most common source of issues.

## Previous versions

<details>
Expand Down
3 changes: 3 additions & 0 deletions packages/custom-esbuild/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Allow customizing ESBuild configuration

# This documentation is for the latest major version only

> ⚠️ **Version alignment:** The major version of `@angular-builders/custom-esbuild` must match the major version of `@angular/core` in your project. For example, Angular 19 requires `@angular-builders/custom-esbuild`@19.x, Angular 20 requires `@angular-builders/custom-esbuild`@20.x, etc. Using a mismatched version is the most common source of issues.


## Previous versions

<details>
Expand Down
3 changes: 3 additions & 0 deletions packages/custom-webpack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ Allow customizing build configuration without ejecting webpack configuration (`n

# This documentation is for the latest major version only

> ⚠️ **Version alignment:** The major version of `@angular-builders/custom-webpack` must match the major version of `@angular/core` in your project. For example, Angular 19 requires `@angular-builders/custom-webpack@19.x`, Angular 20 requires `@angular-builders/custom-webpack@20.x`, etc. Using a mismatched version is the most common source of issues.


## Previous versions

<details>
Expand Down
3 changes: 3 additions & 0 deletions packages/jest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ The builder comes to provide zero configuration setup for Jest while keeping the

# This documentation is for the latest major version only

> ⚠️ **Version alignment:** The major version of `@angular-builders/jest` must match the major version of `@angular/core` in your project. For example, Angular 19 requires `@angular-builders/jest`@19.x, Angular 20 requires `@angular-builders/jest`@20.x, etc. Using a mismatched version is the most common source of issues.


## Previous versions

<details>
Expand Down
Loading