Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6d139a5

Browse files
committed
release: cut the v20.2.0 release
1 parent 344f8b2 commit 6d139a5

File tree

3 files changed

+29
-91
lines changed

3 files changed

+29
-91
lines changed

‎CHANGELOG.md

Lines changed: 27 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,42 @@
1-
<a name="20.2.0-rc.1"></a>
1+
<a name="20.2.0"></a>
22

3-
# 20.2.0-rc.1 (2025-08-15)
3+
# 20.2.0 (2025-08-20)
44

55
### @angular/cli
66

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 |
3217

3318
### @schematics/angular
3419

3520
| Commit | Type | Description |
3621
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------- |
3722
| [2e3cfd598](https://github.com/angular/angular-cli/commit/2e3cfd598c9366d0036a52cd18024317b33e6fca) | feat | add migration to remove default Karma configurations |
3823
| [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 |
4126
| [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 |
4240

4341
<!-- CHANGELOG SPLIT MARKER -->
4442

@@ -55,18 +53,6 @@
5553

5654
<!-- CHANGELOG SPLIT MARKER -->
5755

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-
7056
<a name="20.1.5"></a>
7157

7258
# 20.1.5 (2025年08月06日)
@@ -79,24 +65,6 @@
7965

8066
<!-- CHANGELOG SPLIT MARKER -->
8167

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-
10068
<a name="20.1.4"></a>
10169

10270
# 20.1.4 (2025年07月30日)
@@ -127,30 +95,6 @@
12795

12896
<!-- CHANGELOG SPLIT MARKER -->
12997

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-
15498
<a name="20.1.2"></a>
15599

156100
# 20.1.2 (2025年07月23日)
@@ -169,12 +113,6 @@
169113

170114
<!-- CHANGELOG SPLIT MARKER -->
171115

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-
178116
<a name="20.1.1"></a>
179117

180118
# 20.1.1 (2025年07月16日)

‎MODULE.bazel.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "20.2.0-rc.1",
3+
"version": "20.2.0",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"keywords": [

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /