Releases: angular/angular-cli
Releases · angular/angular-cli
21.2.5
20.3.22
19.2.23
22.0.0-next.3
@schematics/angular
| Commit | Description |
|---|---|
| rely on strict template default in generated workspaces |
@angular/cli
| Commit | Description |
|---|---|
| restore console methods after logger completes |
@angular/build
@angular/ssr
| Commit | Description |
|---|---|
| apply forwarded prefix and vary header in accept-language redirects | |
| support '*' in allowedHosts and warn about security risks |
21.2.4
@angular/cli
| Commit | Description |
|---|---|
| restore console methods after logger completes |
@angular/build
@angular/ssr
| Commit | Description |
|---|---|
| apply forwarded prefix and vary header in accept-language redirects | |
| support '*' in allowedHosts and warn about security risks |
20.3.21
22.0.0-next.2
@schematics/angular
| Commit | Description |
|---|---|
| default components to OnPush change detection |
@angular/cli
| Commit | Description |
|---|---|
| use parsed package name for migrate-only updates |
@angular/build
| Commit | Description |
|---|---|
| alias createRequire banner import to avoid duplicate binding | |
| only use external packages for polyfills when no local files are present |
@angular/ssr
| Commit | Description |
|---|---|
| disallow x-forwarded-prefix starting with a backslash | |
| ensure unique values in redirect response Vary header | |
| support custom headers in redirect responses |
21.2.3
@angular/cli
| Commit | Description |
|---|---|
| use parsed package name for migrate-only updates |
@angular/build
| Commit | Description |
|---|---|
| alias createRequire banner import to avoid duplicate binding | |
| only use external packages for polyfills when no local files are present |
@angular/ssr
| Commit | Description |
|---|---|
| disallow x-forwarded-prefix starting with a backslash | |
| ensure unique values in redirect response Vary header | |
| support custom headers in redirect responses |
22.0.0-next.1
@angular/cli
@schematics/angular
| Commit | Description |
|---|---|
replace deprecated ChangeDetectionStrategy.Default with Eager |
@angular/build
Breaking Changes
@angular/build
- The
@angular/build:dev-server (ng serve)now assigns the highest priority to thePORTenvironment variable. This value will override any port configurations specified inangular.jsonor via the--portcommand-line flag. This includes the default port 4200.