Skip to content

Commit d4a8ab9

Browse files
committed
docs: release notes for the v20.3.8 release
1 parent 0fe6db9 commit d4a8ab9

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="20.3.8"></a>
2+
3+
# 20.3.8 (2025-10-29)
4+
5+
### @angular-devkit/build-angular
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- |
9+
| [813cba9b9](https://github.com/angular/angular-cli/commit/813cba9b9bfe60e874595ce25608ca85a890f6bf) | fix | expand jest and jest-environment-jsdom to allow version 30 |
10+
11+
### @angular/build
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------- |
15+
| [542973ab0](https://github.com/angular/angular-cli/commit/542973ab074ccd9a5f09f73ee7f2706a21db45fc) | fix | add adapters to new reporter |
16+
| [f0885691d](https://github.com/angular/angular-cli/commit/f0885691d18b6575351774fcc50d746d981285f6) | fix | ensure locale data plugin runs before other plugins |
17+
| [45e498f95](https://github.com/angular/angular-cli/commit/45e498f9576ff83eebe02deb235d36498ce06bde) | fix | handle redirects from guards during prerendering |
18+
19+
<!-- CHANGELOG SPLIT MARKER -->
20+
121
<a name="19.2.19"></a>
222

323
# 19.2.19 (2025-10-29)
@@ -2109,7 +2129,6 @@
21092129
- Protractor is no longer supported.
21102130

21112131
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.
2112-
21132132
- https://angular.dev/tools/cli/end-to-end
21142133
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
21152134

@@ -5744,7 +5763,6 @@ Alan Agius, Charles Lyding and Doug Parker
57445763
### @angular/cli
57455764

57465765
- Several changes to the `ng analytics` command syntax.
5747-
57485766
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
57495767
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
57505768

@@ -5774,7 +5792,6 @@ Alan Agius, Charles Lyding and Doug Parker
57745792
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
57755793

57765794
Valid extensions for `scripts` are:
5777-
57785795
- `.js`
57795796
- `.cjs`
57805797
- `.mjs`
@@ -5783,7 +5800,6 @@ Alan Agius, Charles Lyding and Doug Parker
57835800
- `.mjsx`
57845801

57855802
Valid extensions for `styles` are:
5786-
57875803
- `.css`
57885804
- `.less`
57895805
- `.sass`

0 commit comments

Comments
 (0)