Releases: angular/angular-cli
Releases Β· angular/angular-cli
19.2.18
21.0.0-next.7
@schematics/angular
| Commit | Description |
|---|---|
| remove extra space before async in spec templates |
@angular/cli
| Commit | Description |
|---|---|
add builder info to list_projects MCP tool |
|
enhance ng version output with more details |
@angular/build
| Commit | Description |
|---|---|
| cleanup karma temporary directory after process exit | |
| disable glob directory expansion when finding tests | |
| normalize paths for Vitest runner output files |
20.3.5
21.0.0-next.6
@schematics/angular
@angular/cli
| Commit | Description |
|---|---|
add --json output to ng version |
|
overhaul ng version command output |
|
| improve JSON schema parsing for command options |
@angular-devkit/build-angular
| Commit | Description |
|---|---|
mark InjectionToken as pure for improved tree-shaking |
@angular/build
20.3.4
@schematics/angular
| Commit | Description |
|---|---|
| Out of the box support for PM2 | |
use bracket notation for process.env['pm_id'] |
@angular-devkit/build-angular
| Commit | Description |
|---|---|
mark InjectionToken as pure for improved tree-shaking |
@angular/build
| Commit | Description |
|---|---|
mark InjectionToken as pure for improved tree-shaking |
21.0.0-next.5
@angular/cli
| Commit | Description |
|---|---|
| add ai-tutor mcp tool |
@schematics/angular
| Commit | Description |
|---|---|
| Applications are zoneless by default | |
set packageManager in package.json on new projects |
|
| add 'update-typescript-lib' migration | |
add __screenshots__/ to .gitignore |
@angular-devkit/build-angular
| Commit | Description |
|---|---|
| make zone.js optional in server and app-shell builders |
@angular/build
@angular/ssr
| Commit | Description |
|---|---|
| avoid retaining rendered HTML in memory post-request |
Breaking Changes
@angular/build
- The
javascriptEnabledoption for Less is no longer supported. Projects relying on inline JavaScript within Less files will need to refactor their stylesheets to remove this dependency.