Skip to content

Commit 6552dcf

Browse files
committed
docs: release notes for the v20.3.1 release
1 parent f5701cb commit 6552dcf

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="20.3.1"></a>
2+
3+
# 20.3.1 (2025-09-11)
4+
5+
### @angular/build
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------- |
9+
| [be60be499](https://github.com/angular/angular-cli/commit/be60be4997ea0f7be3a4fb993f87b1bd29fc1493) | fix | add timestamp to bundle generation log |
10+
| [d60f4e53d](https://github.com/angular/angular-cli/commit/d60f4e53d8f511d313e517161dc26eb3cc005f1c) | fix | update vite to version `7.1.5` |
11+
12+
<!-- CHANGELOG SPLIT MARKER -->
13+
114
<a name="18.2.21"></a>
215

316
# 18.2.21 (2025-09-10)
@@ -1744,7 +1757,6 @@
17441757
- Protractor is no longer supported.
17451758

17461759
Protractor was marked end-of-life in August 2023 (see https://protractortest.org/). Projects still relying on Protractor should consider migrating to another E2E testing framework, several support solid migration paths from Protractor.
1747-
17481760
- https://angular.dev/tools/cli/end-to-end
17491761
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
17501762

@@ -5379,7 +5391,6 @@ Alan Agius, Charles Lyding and Doug Parker
53795391
### @angular/cli
53805392

53815393
- Several changes to the `ng analytics` command syntax.
5382-
53835394
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
53845395
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
53855396

@@ -5409,7 +5420,6 @@ Alan Agius, Charles Lyding and Doug Parker
54095420
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
54105421

54115422
Valid extensions for `scripts` are:
5412-
54135423
- `.js`
54145424
- `.cjs`
54155425
- `.mjs`
@@ -5418,7 +5428,6 @@ Alan Agius, Charles Lyding and Doug Parker
54185428
- `.mjsx`
54195429

54205430
Valid extensions for `styles` are:
5421-
54225431
- `.css`
54235432
- `.less`
54245433
- `.sass`

0 commit comments

Comments
 (0)