Skip to content

Commit ee2bf0a

Browse files
committed
release: cut the v22.1.0-next.0 release
1 parent b233e2c commit ee2bf0a

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
<a name="22.1.0-next.0"></a>
2+
3+
# 22.1.0-next.0 (2026-06-11)
4+
5+
## Deprecations
6+
7+
### @angular-devkit/core
8+
9+
- `stringToFileBuffer` and `fileBufferToString` are deprecated. Use standard Web APIs (`TextEncoder` and `TextDecoder`) instead.
10+
11+
Internal usages within the repository have been removed and replaced with standard Web APIs. The public API golden file for `@angular-devkit/core` has been updated to reflect the deprecations.
12+
13+
### @schematics/angular
14+
15+
| Commit | Type | Description |
16+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------- |
17+
| [89d7f59cd](https://github.com/angular/angular-cli/commit/89d7f59cd7cc5d821ac0e81b1fee50e27877c976) | feat | update ai-config to include Angular MCP server config |
18+
19+
### @angular/cli
20+
21+
| Commit | Type | Description |
22+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------- |
23+
| [7932caaf9](https://github.com/angular/angular-cli/commit/7932caaf987c5692d6624f6af23e65ce3f6d27fd) | fix | robustly parse npm manifest from array |
24+
25+
### @angular-devkit/core
26+
27+
| Commit | Type | Description |
28+
| --------------------------------------------------------------------------------------------------- | -------- | --------------------------------------------------- |
29+
| [fd336d365](https://github.com/angular/angular-cli/commit/fd336d365dbfe8f558db177a8da24790914a541b) | refactor | deprecate stringToFileBuffer and fileBufferToString |
30+
31+
### @angular/ssr
32+
33+
| Commit | Type | Description |
34+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------ |
35+
| [ddcef9d48](https://github.com/angular/angular-cli/commit/ddcef9d484e205c5fcfd93d184425c1c1af19c34) | fix | correct grammar in console warning for redirected location headers |
36+
37+
<!-- CHANGELOG SPLIT MARKER -->
38+
139
<a name="20.3.28"></a>
240

341
# 20.3.28 (2026-06-11)

0 commit comments

Comments
 (0)