@angular/cli
@schematics/angular
| Commit | Description |
|---|---|
| update ai-config to include Angular MCP server config | |
| remove unused spec tsconfig outDir |
@angular-devkit/core
| Commit | Description |
|---|---|
| deprecate stringToFileBuffer and fileBufferToString |
@angular/build
@angular/ssr
| Commit | Description |
|---|---|
| support the standard Forwarded header |
Deprecations
@angular-devkit/core
-
stringToFileBufferandfileBufferToStringare deprecated. Use standard Web APIs (TextEncoderandTextDecoder) instead.Internal usages within the repository have been removed and replaced with standard Web APIs. The public API golden file for
@angular-devkit/corehas been updated to reflect the deprecations.