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 ed09cef

Browse files
committed
release: cut the v20.1.0 release
1 parent bf6823d commit ed09cef

File tree

2 files changed

+33
-107
lines changed

2 files changed

+33
-107
lines changed

‎CHANGELOG.md‎

Lines changed: 32 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,6 @@
1-
<a name="20.1.0-rc.0"></a>
1+
<a name="20.1.0"></a>
22

3-
# 20.1.0-rc.0 (2025年07月01日)
4-
5-
### @angular-devkit/build-angular
6-
7-
| Commit | Type | Description |
8-
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------- |
9-
| [f1d41b069](https://github.com/angular/angular-cli/commit/f1d41b069db6cd3ab83561113567b8e5f4bf25d8) | fix | remove unused `@vitejs/plugin-basic-ssl` dependency |
10-
11-
### @angular/build
12-
13-
| Commit | Type | Description |
14-
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------- |
15-
| [73f57f3c9](https://github.com/angular/angular-cli/commit/73f57f3c9e0d9434c0f8507508dfe30f6a402861) | fix | proxy karma request from `/` to `/base` |
16-
17-
<!-- CHANGELOG SPLIT MARKER -->
18-
19-
<a name="20.0.5"></a>
20-
21-
# 20.0.5 (2025年07月01日)
22-
23-
### @angular-devkit/build-angular
24-
25-
| Commit | Type | Description |
26-
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------- |
27-
| [1ebd53df7](https://github.com/angular/angular-cli/commit/1ebd53df7168307f699a9f9ae8f5ef5b9bcf352c) | fix | remove unused `@vitejs/plugin-basic-ssl` dependency |
28-
29-
### @angular/build
30-
31-
| Commit | Type | Description |
32-
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------- |
33-
| [05cebdbcd](https://github.com/angular/angular-cli/commit/05cebdbcd1466bf5c95eb724a784aeb8c7ac083f) | fix | proxy karma request from `/` to `/base` |
34-
35-
<!-- CHANGELOG SPLIT MARKER -->
36-
37-
<a name="20.1.0-next.3"></a>
38-
39-
# 20.1.0-next.3 (2025年06月25日)
3+
# 20.1.0 (2025年07月09日)
404

415
### @angular/cli
426

@@ -48,7 +12,7 @@
4812

4913
| Commit | Type | Description |
5014
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------- |
51-
| [4221a33cc](https://github.com/angular/angular-cli/commit/4221a33cc7dee8a46464345f09005795f217ad02) | fix | add missing prettier config |
15+
| [1c19e0dcd](https://github.com/angular/angular-cli/commit/1c19e0dcd4a87fbf542201e09a402a8fccdfcd88) | feat | use signal in app component |
5216

5317
### @angular-devkit/build-angular
5418

@@ -60,16 +24,43 @@
6024

6125
| Commit | Type | Description |
6226
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------- |
27+
| [1159cf081](https://github.com/angular/angular-cli/commit/1159cf08103081d2b851e59bc1c5fb200f114982) | feat | add code coverage reporters option for unit-test |
28+
| [8f305ef0b](https://github.com/angular/angular-cli/commit/8f305ef0ba91ec9bf6417b7084965205cf5488e7) | feat | add dataurl, base64 loaders |
6329
| [adfeee0a4](https://github.com/angular/angular-cli/commit/adfeee0a4c95a03d430054eeecd4cca1bdb0efeb) | fix | adjust coverage includes/excludes for unit-test vitest runner |
30+
| [c19cd2985](https://github.com/angular/angular-cli/commit/c19cd2985cbf1ea8c1c15f020bc530d6768cb0fa) | fix | coverage reporter option |
31+
| [8879716ca](https://github.com/angular/angular-cli/commit/8879716cac9b2134db2795b1810595ea56e9d421) | fix | expose unit test and karma builder API |
32+
| [a415a4999](https://github.com/angular/angular-cli/commit/a415a4999f337f5bc3c0ee626aaba58b6c5ad4e1) | fix | improve default coverage reporter handling for vitest |
6433
| [e0de8680d](https://github.com/angular/angular-cli/commit/e0de8680d1ea25aa71024d7b89beaa1e75889c47) | fix | inject zone.js/testing before karma builder execution |
34+
| [2672f6ec1](https://github.com/angular/angular-cli/commit/2672f6ec17de6e05b19acda0e0b09a6715c9f83f) | fix | json and json-summary as vitest coverage reporters |
35+
| [b67fdfd6b](https://github.com/angular/angular-cli/commit/b67fdfd6bc422bd6a46db923470579c760c5ec27) | fix | resolve "Controller is already closed" error in Karma |
36+
| [2784883ec](https://github.com/angular/angular-cli/commit/2784883ecfb63e4aa6a6c69fd10e457316b4958c) | fix | support extra test setup files with unit-test vitest runner |
37+
| [f177f5508](https://github.com/angular/angular-cli/commit/f177f5508adb23f604d9abb5f4a33f3af5f32561) | fix | support injecting global styles into vitest unit-tests |
38+
| [130c65014](https://github.com/angular/angular-cli/commit/130c650146595f237bc3285302d0075ba0387546) | fix | use an empty array as default value for vitest exclude |
39+
| [917af12ae](https://github.com/angular/angular-cli/commit/917af12aeb82b1437e7b43a03ae80b58a09f0224) | fix | use date/time based output path for vitest unit-test |
6540

6641
### @angular/ssr
6742

6843
| Commit | Type | Description |
6944
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------- |
70-
| [861a61a3b](https://github.com/angular/angular-cli/commit/861a61a3b26a3e88105641084415f45a07cb56b5) | fix | avoid preloading unnecessary dynamic bundles |
7145
| [21b5852f1](https://github.com/angular/angular-cli/commit/21b5852f120dd42ea4ae9fce043e04ec61da16dd) | fix | ensure `loadChildren` runs in correct injection context during route extraction |
72-
| [1c5bd2ef2](https://github.com/angular/angular-cli/commit/1c5bd2ef2fa95a789e14ab8c497b48e125ceb4f8) | fix | ensure correct referer header handling in web request conversion |
46+
47+
<!-- CHANGELOG SPLIT MARKER -->
48+
49+
<a name="20.0.5"></a>
50+
51+
# 20.0.5 (2025年07月01日)
52+
53+
### @angular-devkit/build-angular
54+
55+
| Commit | Type | Description |
56+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------- |
57+
| [1ebd53df7](https://github.com/angular/angular-cli/commit/1ebd53df7168307f699a9f9ae8f5ef5b9bcf352c) | fix | remove unused `@vitejs/plugin-basic-ssl` dependency |
58+
59+
### @angular/build
60+
61+
| Commit | Type | Description |
62+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------- |
63+
| [05cebdbcd](https://github.com/angular/angular-cli/commit/05cebdbcd1466bf5c95eb724a784aeb8c7ac083f) | fix | proxy karma request from `/` to `/base` |
7364

7465
<!-- CHANGELOG SPLIT MARKER -->
7566

@@ -92,30 +83,6 @@
9283

9384
<!-- CHANGELOG SPLIT MARKER -->
9485

95-
<a name="20.1.0-next.2"></a>
96-
97-
# 20.1.0-next.2 (2025年06月18日)
98-
99-
### @schematics/angular
100-
101-
| Commit | Type | Description |
102-
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- |
103-
| [c43711177](https://github.com/angular/angular-cli/commit/c43711177b13b15ae4fbc7a009ae137bdc3fea4d) | fix | include `main.server.ts` in `tsconfig.files` when present |
104-
| [4be58ee8c](https://github.com/angular/angular-cli/commit/4be58ee8c9896107925507a60cc8dd830c93bb7e) | fix | reset module `typeSeparator` when generating applications |
105-
106-
### @angular/build
107-
108-
| Commit | Type | Description |
109-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ |
110-
| [c19cd2985](https://github.com/angular/angular-cli/commit/c19cd2985cbf1ea8c1c15f020bc530d6768cb0fa) | fix | coverage reporter option |
111-
| [049e6886f](https://github.com/angular/angular-cli/commit/049e6886f88267158d85ca72020fec728c3de0ac) | fix | include custom bundle name scripts with karma |
112-
| [1d76d0ee5](https://github.com/angular/angular-cli/commit/1d76d0ee59d54a889b564bdf85f183fd08ddc860) | fix | increase worker idle timeout |
113-
| [2672f6ec1](https://github.com/angular/angular-cli/commit/2672f6ec17de6e05b19acda0e0b09a6715c9f83f) | fix | json and json-summary as vitest coverage reporters |
114-
| [60a16a82a](https://github.com/angular/angular-cli/commit/60a16a82a99718a527e2c6b588d1489fba5bd500) | fix | set scripts option output as classic script for karma |
115-
| [130c65014](https://github.com/angular/angular-cli/commit/130c650146595f237bc3285302d0075ba0387546) | fix | use an empty array as default value for vitest exclude |
116-
117-
<!-- CHANGELOG SPLIT MARKER -->
118-
11986
<a name="20.0.3"></a>
12087

12188
# 20.0.3 (2025年06月18日)
@@ -137,28 +104,6 @@
137104

138105
<!-- CHANGELOG SPLIT MARKER -->
139106

140-
<a name="20.1.0-next.1"></a>
141-
142-
# 20.1.0-next.1 (2025年06月11日)
143-
144-
### @schematics/angular
145-
146-
| Commit | Type | Description |
147-
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------- |
148-
| [1c19e0dcd](https://github.com/angular/angular-cli/commit/1c19e0dcd4a87fbf542201e09a402a8fccdfcd88) | feat | use signal in app component |
149-
| [42f45a39e](https://github.com/angular/angular-cli/commit/42f45a39e63ab3ee1ba8d1b9af8d2e397ca07159) | fix | add `less` as a devDependency when selected as the style preprocessor |
150-
151-
### @angular/build
152-
153-
| Commit | Type | Description |
154-
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- |
155-
| [e36cbba11](https://github.com/angular/angular-cli/commit/e36cbba11ecc0d95a0e7ff0e8184212ca824e87a) | fix | do not consider internal Angular files as external imports |
156-
| [a415a4999](https://github.com/angular/angular-cli/commit/a415a4999f337f5bc3c0ee626aaba58b6c5ad4e1) | fix | improve default coverage reporter handling for vitest |
157-
| [f177f5508](https://github.com/angular/angular-cli/commit/f177f5508adb23f604d9abb5f4a33f3af5f32561) | fix | support injecting global styles into vitest unit-tests |
158-
| [917af12ae](https://github.com/angular/angular-cli/commit/917af12aeb82b1437e7b43a03ae80b58a09f0224) | fix | use date/time based output path for vitest unit-test |
159-
160-
<!-- CHANGELOG SPLIT MARKER -->
161-
162107
<a name="20.0.2"></a>
163108

164109
# 20.0.2 (2025年06月11日)
@@ -202,25 +147,6 @@
202147

203148
<!-- CHANGELOG SPLIT MARKER -->
204149

205-
<a name="20.1.0-next.0"></a>
206-
207-
# 20.1.0-next.0 (2025年06月05日)
208-
209-
### @schematics/angular
210-
211-
| Commit | Type | Description |
212-
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------- |
213-
| [0b7d48c7c](https://github.com/angular/angular-cli/commit/0b7d48c7cafb49aa3cac7d9da831eff039b3e047) | fix | correctly detect modules using new file extension format |
214-
215-
### @angular/build
216-
217-
| Commit | Type | Description |
218-
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------ |
219-
| [1159cf081](https://github.com/angular/angular-cli/commit/1159cf08103081d2b851e59bc1c5fb200f114982) | feat | add code coverage reporters option for unit-test |
220-
| [8f305ef0b](https://github.com/angular/angular-cli/commit/8f305ef0ba91ec9bf6417b7084965205cf5488e7) | feat | add dataurl, base64 loaders |
221-
222-
<!-- CHANGELOG SPLIT MARKER -->
223-
224150
<a name="20.0.1"></a>
225151

226152
# 20.0.1 (2025年06月04日)

‎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.1.0-rc.0",
3+
"version": "20.1.0",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"keywords": [

0 commit comments

Comments
(0)

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