|
1 | | -<a name="20.2.0-rc.1"></a> |
| 1 | +<a name="20.2.0"></a> |
2 | 2 |
|
3 | | -# 20.2.0-rc.1 (2025-08-15) |
| 3 | +# 20.2.0 (2025-08-20) |
4 | 4 |
|
5 | 5 | ### @angular/cli
|
6 | 6 |
|
7 | | -| Commit | Type | Description | |
8 | | -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------ | |
9 | | -| [8ba6b0bcc](https://github.com/angular/angular-cli/commit/8ba6b0bcc8c8087875d14a0aefc6b7b52f39ce2a) | fix | use correct path for MCP get_best_practices tool | |
10 | | - |
11 | | -### @schematics/angular |
12 | | - |
13 | | -| Commit | Type | Description | |
14 | | -| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------- | |
15 | | -| [ffe6fb916](https://github.com/angular/angular-cli/commit/ffe6fb916d496da1c6c20942f6e6b05a679b0f7d) | fix | allow AI config prompt to be skipped without selecting a value | |
16 | | -| [6a79f9a75](https://github.com/angular/angular-cli/commit/6a79f9a75cdcbb0761c4044066748f4eb788a57f) | fix | zoneless is now stable | |
17 | | - |
18 | | -<!-- CHANGELOG SPLIT MARKER --> |
19 | | - |
20 | | -<a name="20.2.0-rc.0"></a> |
21 | | - |
22 | | -# 20.2.0-rc.0 (2025年08月13日) |
23 | | - |
24 | | -### @angular/cli |
25 | | - |
26 | | -| Commit | Type | Description | |
27 | | -| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------- | |
28 | | -| [b4de9a1bf](https://github.com/angular/angular-cli/commit/b4de9a1bf50a35404fb79eb3f120faafd0ce825a) | feat | add --experimental-tool option to mcp command | |
29 | | -| [755ba70fd](https://github.com/angular/angular-cli/commit/755ba70fd7ef38793d15797ba402020c375c3295) | feat | add --local-only option to mcp command | |
30 | | -| [59d7ef343](https://github.com/angular/angular-cli/commit/59d7ef343b6f1feea37a019935578c560d3d5e41) | feat | add --read-only option to mcp command | |
31 | | -| [4e92eb6f1](https://github.com/angular/angular-cli/commit/4e92eb6f17cb30259bc8e8d1979bbd9989bc5ad0) | feat | add modernize tool to the MCP server | |
| 7 | +| Commit | Type | Description | |
| 8 | +| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------- | |
| 9 | +| [b4de9a1bf](https://github.com/angular/angular-cli/commit/b4de9a1bf50a35404fb79eb3f120faafd0ce825a) | feat | add --experimental-tool option to mcp command | |
| 10 | +| [755ba70fd](https://github.com/angular/angular-cli/commit/755ba70fd7ef38793d15797ba402020c375c3295) | feat | add --local-only option to mcp command | |
| 11 | +| [59d7ef343](https://github.com/angular/angular-cli/commit/59d7ef343b6f1feea37a019935578c560d3d5e41) | feat | add --read-only option to mcp command | |
| 12 | +| [4e92eb6f1](https://github.com/angular/angular-cli/commit/4e92eb6f17cb30259bc8e8d1979bbd9989bc5ad0) | feat | add modernize tool to the MCP server | |
| 13 | +| [a3b25f675](https://github.com/angular/angular-cli/commit/a3b25f675283fdd8cc5689e3ec88f27aa1386390) | fix | add choices to command line parser when type is array and has an enum | |
| 14 | +| [e19eee614](https://github.com/angular/angular-cli/commit/e19eee61404a9ca6268ebbc69f671a422d81df9b) | fix | address Node.js deprecation DEP0190 | |
| 15 | +| [4ee6f327a](https://github.com/angular/angular-cli/commit/4ee6f327a206f8ff2ad5eeab43193df56b92b5e0) | fix | apply default to array types | |
| 16 | +| [8ba6b0bcc](https://github.com/angular/angular-cli/commit/8ba6b0bcc8c8087875d14a0aefc6b7b52f39ce2a) | fix | use correct path for MCP get_best_practices tool | |
32 | 17 |
|
33 | 18 | ### @schematics/angular
|
34 | 19 |
|
35 | 20 | | Commit | Type | Description |
|
36 | 21 | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------- |
|
37 | 22 | | [2e3cfd598](https://github.com/angular/angular-cli/commit/2e3cfd598c9366d0036a52cd18024317b33e6fca) | feat | add migration to remove default Karma configurations |
|
38 | 23 | | [d80dae276](https://github.com/angular/angular-cli/commit/d80dae276e9554c13e0c37640d0db8acafc9d48b) | feat | add schematics to generate ai context files. |
|
39 | | -| [6a78ef0ce](https://github.com/angular/angular-cli/commit/6a78ef0cec4875be76d9241499db67ddac6e14df) | fix | add extra prettier config | |
40 | | -| [e46d9c54f](https://github.com/angular/angular-cli/commit/e46d9c54f07e32dc05e29a3533ce1bd063ff9f61) | fix | correct configure the `typeSeparator` in the library schematic | |
| 24 | +| [ffe6fb916](https://github.com/angular/angular-cli/commit/ffe6fb916d496da1c6c20942f6e6b05a679b0f7d) | fix | allow AI config prompt to be skipped without selecting a value | |
| 25 | +| [ae2802b7d](https://github.com/angular/angular-cli/commit/ae2802b7db358c5a3f0590feea212a768a710353) | fix | improve AI config prompt wording | |
41 | 26 | | [b017f84fd](https://github.com/angular/angular-cli/commit/b017f84fdaf36bc0fcad2241846665c73b52b6d8) | fix | improve coverage directory handling for Karma configuration comparisons |
|
| 27 | +| [6a79f9a75](https://github.com/angular/angular-cli/commit/6a79f9a75cdcbb0761c4044066748f4eb788a57f) | fix | zoneless is now stable | |
| 28 | + |
| 29 | +### @angular-devkit/schematics |
| 30 | + |
| 31 | +| Commit | Type | Description | |
| 32 | +| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------- | |
| 33 | +| [c43504d8d](https://github.com/angular/angular-cli/commit/c43504d8d96a4436ce71c23d957aec2d080106b8) | fix | address Node.js deprecation DEP0190 | |
| 34 | + |
| 35 | +### @angular/build |
| 36 | + |
| 37 | +| Commit | Type | Description | |
| 38 | +| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------- | |
| 39 | +| [fb06bb505](https://github.com/angular/angular-cli/commit/fb06bb5050e92eb4d0f95d7774552d0902163f6a) | feat | add headless mode for vitest browser mode | |
42 | 40 |
|
43 | 41 | <!-- CHANGELOG SPLIT MARKER -->
|
44 | 42 |
|
|
55 | 53 |
|
56 | 54 | <!-- CHANGELOG SPLIT MARKER -->
|
57 | 55 |
|
58 | | -<a name="20.2.0-next.3"></a> |
59 | | - |
60 | | -# 20.2.0-next.3 (2025年08月08日) |
61 | | - |
62 | | -### @angular/cli |
63 | | - |
64 | | -| Commit | Type | Description | |
65 | | -| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- | |
66 | | -| [51d56f770](https://github.com/angular/angular-cli/commit/51d56f770714a015aa7621d53c4a1634e8a01cc8) | fix | cache MCP best practices content and add tool annotations | |
67 | | - |
68 | | -<!-- CHANGELOG SPLIT MARKER --> |
69 | | - |
70 | 56 | <a name="20.1.5"></a>
|
71 | 57 |
|
72 | 58 | # 20.1.5 (2025年08月06日)
|
|
79 | 65 |
|
80 | 66 | <!-- CHANGELOG SPLIT MARKER -->
|
81 | 67 |
|
82 | | -<a name="20.2.0-next.2"></a> |
83 | | - |
84 | | -# 20.2.0-next.2 (2025年07月30日) |
85 | | - |
86 | | -### @angular/cli |
87 | | - |
88 | | -| Commit | Type | Description | |
89 | | -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ | |
90 | | -| [193b39416](https://github.com/angular/angular-cli/commit/193b39416731fa439fea7da8c06d5d287df99bc1) | fix | skip workspace-specific tools when outside a workspace | |
91 | | - |
92 | | -### @angular/build |
93 | | - |
94 | | -| Commit | Type | Description | |
95 | | -| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------- | |
96 | | -| [7a183730c](https://github.com/angular/angular-cli/commit/7a183730c77689fb9e63625f5ef20aef1cefb88b) | fix | skip vite transformation of CSS-like assets | |
97 | | - |
98 | | -<!-- CHANGELOG SPLIT MARKER --> |
99 | | - |
100 | 68 | <a name="20.1.4"></a>
|
101 | 69 |
|
102 | 70 | # 20.1.4 (2025年07月30日)
|
|
127 | 95 |
|
128 | 96 | <!-- CHANGELOG SPLIT MARKER -->
|
129 | 97 |
|
130 | | -<a name="20.2.0-next.1"></a> |
131 | | - |
132 | | -# 20.2.0-next.1 (2025年07月23日) |
133 | | - |
134 | | -### @angular/cli |
135 | | - |
136 | | -| Commit | Type | Description | |
137 | | -| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------- | |
138 | | -| [fefa7a46f](https://github.com/angular/angular-cli/commit/fefa7a46f5733fd77852a61fddc3120b1bb4b202) | fix | `define` option is being included multiple times in the JSON help | |
139 | | - |
140 | | -### @angular-devkit/core |
141 | | - |
142 | | -| Commit | Type | Description | |
143 | | -| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------------- | |
144 | | -| [7595e1f88](https://github.com/angular/angular-cli/commit/7595e1f8887bafd344ec939e647e3fca8bbd98be) | fix | use crypto.randomUUID instead of Date.now for unique string in tmp file names | |
145 | | - |
146 | | -### @angular/build |
147 | | - |
148 | | -| Commit | Type | Description | |
149 | | -| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------- | |
150 | | -| [fb06bb505](https://github.com/angular/angular-cli/commit/fb06bb5050e92eb4d0f95d7774552d0902163f6a) | feat | add headless mode for vitest browser mode | |
151 | | - |
152 | | -<!-- CHANGELOG SPLIT MARKER --> |
153 | | - |
154 | 98 | <a name="20.1.2"></a>
|
155 | 99 |
|
156 | 100 | # 20.1.2 (2025年07月23日)
|
|
169 | 113 |
|
170 | 114 | <!-- CHANGELOG SPLIT MARKER -->
|
171 | 115 |
|
172 | | -<a name="20.2.0-next.0"></a> |
173 | | - |
174 | | -# 20.2.0-next.0 (2025年07月16日) |
175 | | - |
176 | | -<!-- CHANGELOG SPLIT MARKER --> |
177 | | - |
178 | 116 | <a name="20.1.1"></a>
|
179 | 117 |
|
180 | 118 | # 20.1.1 (2025年07月16日)
|
|
0 commit comments