Skip to content

Releases: angular/angular-cli

21.2.5

27 Mar 07:53

Choose a tag to compare

@angular/cli

Commit Description
feat - cadf9b201 support custom port in MCP devserver start tool

@angular/ssr

Commit Description
fix - bbc255419 allow underscores in host validation
fix - b1fe66a7f patch Headers.forEach in cloneRequestAndPatchHeaders

20.3.22

27 Mar 07:48

Choose a tag to compare

@angular-devkit/build-angular

Commit Description
fix - 5978eeeff update picomatch to 4.0.4

@angular-devkit/core

Commit Description
fix - 6e9b92612 update picomatch to 4.0.4

@angular/build

Commit Description
fix - 6f209c26d update picomatch to 4.0.4

19.2.23

27 Mar 07:45

Choose a tag to compare

@angular/cli

Commit Description
fix - 67cfbe32f update picomatch to 4.0.4

@angular-devkit/build-angular

Commit Description
fix - 771b979e7 update picomatch to 4.0.4

@angular-devkit/core

Commit Description
fix - de2da4874 update picomatch to 4.0.4

@angular/build

Commit Description
fix - 27a9ce4a7 update picomatch to 4.0.4

22.0.0-next.3

26 Mar 10:45

Choose a tag to compare

22.0.0-next.3 Pre-release
Pre-release

@schematics/angular

Commit Description
feat - f98cc82eb rely on strict template default in generated workspaces

@angular/cli

Commit Description
fix - 4bbd1bf53 restore console methods after logger completes

@angular/build

Commit Description
fix - 01bd5d064 deduplicate and merge coverage excludes with vitest
fix - 355ebe8c5 prevent reporter duplicates by explicitly overriding Vitest configuration
fix - 1a8376bee remove default for unit-test coverage option
fix - a203dcf1d warn about performance of test.exclude in vitest configuration
fix - ec10eb365 warn when vitest watch config conflicts with builder

@angular/ssr

Commit Description
fix - ca6f08c6e apply forwarded prefix and vary header in accept-language redirects
fix - 3b99ee140 support '*' in allowedHosts and warn about security risks

21.2.4

26 Mar 10:33

Choose a tag to compare

@angular/cli

Commit Description
fix - a7787d092 restore console methods after logger completes

@angular/build

Commit Description
fix - 7170599ab deduplicate and merge coverage excludes with vitest
fix - c73f13797 prevent reporter duplicates by explicitly overriding Vitest configuration
fix - 956ccaa71 remove default for unit-test coverage option
fix - 36978db7e warn about performance of test.exclude in vitest configuration
fix - 6ec36f5be warn when vitest watch config conflicts with builder

@angular/ssr

Commit Description
fix - 9bdf782c8 apply forwarded prefix and vary header in accept-language redirects
fix - 628c58672 support '*' in allowedHosts and warn about security risks

20.3.21

19 Mar 13:35

Choose a tag to compare

@angular/ssr

Commit Description
fix - 1dc6992a5 disallow x-forwarded-prefix starting with a backslash
fix - 0a2ff0b2b ensure unique values in redirect response Vary header
fix - cdbac82a8 support custom headers in redirect responses

22.0.0-next.2

18 Mar 19:55

Choose a tag to compare

22.0.0-next.2 Pre-release
Pre-release

@schematics/angular

Commit Description
fix - 6572a6944 default components to OnPush change detection

@angular/cli

Commit Description
fix - c9f07db8f use parsed package name for migrate-only updates

@angular/build

Commit Description
fix - 9b33e1781 alias createRequire banner import to avoid duplicate binding
fix - 4643a8a3b only use external packages for polyfills when no local files are present

@angular/ssr

Commit Description
fix - 4d564f66f disallow x-forwarded-prefix starting with a backslash
fix - ff1160e30 ensure unique values in redirect response Vary header
fix - 998b8298e support custom headers in redirect responses

21.2.3

18 Mar 19:19

Choose a tag to compare

@angular/cli

Commit Description
fix - 1505164bb use parsed package name for migrate-only updates

@angular/build

Commit Description
fix - 75fa94cad alias createRequire banner import to avoid duplicate binding
fix - d009aa1ec only use external packages for polyfills when no local files are present

@angular/ssr

Commit Description
fix - f3e0e82c2 disallow x-forwarded-prefix starting with a backslash
fix - b8bcd59b4 ensure unique values in redirect response Vary header
fix - 84385411d support custom headers in redirect responses

22.0.0-next.1

11 Mar 13:08

Choose a tag to compare

22.0.0-next.1 Pre-release
Pre-release

@angular/cli

Commit Description
fix - 598a690a0 conditionally quote package names when adding dependencies based on host requirements
fix - b5fb457e1 preserve exact version in ng add when requested
fix - 93c3eb8fb update zoneless migration tool to handle ChangeDetectionStrategy.Eager
perf - ad0fd5f41 avoid redundant package version resolution in ng add
perf - a39a33128 cache root manifest and resolve restricted package exports in ng add

@schematics/angular

Commit Description
fix - b3d838dfd replace deprecated ChangeDetectionStrategy.Default with Eager

@angular/build

Commit Description
feat - fe720cab6 add process.env.PORT support to the dev server
feat - af2c7e944 rename experimentalPlatform to platform in application builder
fix - 6324133c2 normalize line endings for CSP hash generation
fix - 839c725c2 pass process environment variables to prerender workers
fix - f30f8900e resolve assets correctly during i18n prerendering

Breaking Changes

@angular/build

  • The @angular/build:dev-server (ng serve) now assigns the highest priority to the PORT environment variable. This value will override any port configurations specified in angular.json or via the --port command-line flag. This includes the default port 4200.

21.2.2

11 Mar 13:03

Choose a tag to compare

@angular/cli

Commit Description
fix - 8447d9132 conditionally quote package names when adding dependencies based on host requirements
fix - d2f209823 preserve exact version in ng add when requested
perf - 28f4d684a avoid redundant package version resolution in ng add

@angular/build

Commit Description
fix - 06010294f allow any CHROME_BIN for vitest playwright provider
fix - 8dec0c62b normalize line endings for CSP hash generation
fix - 58688ebd7 pass process environment variables to prerender workers
fix - 4ca61647f resolve assets correctly during i18n prerendering