22.1.0-next.0
Pre-release
Pre-release
·
1 commit
to main
since this release
Immutable
release. Only release title and notes can be modified.
@angular/cli
| Commit | Description |
|---|---|
| robustly parse npm manifest from array |
@schematics/angular
| Commit | Description |
|---|---|
| update ai-config to include Angular MCP server config |
@angular-devkit/core
| Commit | Description |
|---|---|
| deprecate stringToFileBuffer and fileBufferToString |
@angular/ssr
| Commit | Description |
|---|---|
| correct grammar in console warning for redirected location headers |
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.