21.2.0-next.0
Features
- Prettier integration: Generated workspaces now include
.prettierrcand Prettier as a dev dependency - Automatic formatting: Schematics now auto-format modified files via Prettier (includes markdown files)
- Vitest browser providers:
ng addnow supports Vitest browser provider installation - MCP tools standardization: Workspace/project options now consistent across MCP tools
Fixes
- Scoped packages now correctly parsed in yarn classic list output
- Prettier execution now works on Windows with shell option enabled
- Node.js DEP0190 deprecation warning addressed in build-angular
- Sourcemap sources correctly adjusted when Vitest wrapper is bypassed
@schematics/angular
| Commit | Description |
| -- | -- |
| | add a '.prettierrc' file to generated workspaces and add Prettier as dev dependency |
|
| add ng-add support for Vitest browser providers |
@angular/cli
| Commit | Description |
| -- | -- |
| | add markdown files to Prettier's formatting list |
|
| automatic formatting files modified by schematics |
|
| standardize MCP tools around workspace/project options |
|
| correctly parse scoped packages in yarn classic list output |
|
| enable shell option for Prettier execution on Windows platforms |
@angular-devkit/build-angular
| Commit | Description |
| -- | -- |
| | address Node.js deprecation DEP0190 |
@angular/build
| Commit | Description |
| -- | -- |
| | adjust sourcemap sources when Vitest wrapper is bypassed |