Skip to content

Commit f050ecb

Browse files
committed
docs: release notes for the v20.3.18 release
1 parent 7f36a36 commit f050ecb

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="20.3.18"></a>
2+
3+
# 20.3.18 (2026-02-26)
4+
5+
### @angular-devkit/core
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------ |
9+
| [39596d529](https://github.com/angular/angular-cli/commit/39596d529f831f72a2134bc3c9ac163867ff5702) | fix | update `ajv` to `8.18.0` |
10+
11+
### @angular/build
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------- |
15+
| [f668e2778](https://github.com/angular/angular-cli/commit/f668e2778c4c4dbecc8a1c6831c092f5512d1ec1) | fix | update rollup to 4.59.0 |
16+
17+
<!-- CHANGELOG SPLIT MARKER -->
18+
119
<a name="19.2.22"></a>
220

321
# 19.2.22 (2026-02-26)
@@ -2423,7 +2441,6 @@
24232441
- Protractor is no longer supported.
24242442

24252443
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.
2426-
24272444
- https://angular.dev/tools/cli/end-to-end
24282445
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
24292446

@@ -6058,7 +6075,6 @@ Alan Agius, Charles Lyding and Doug Parker
60586075
### @angular/cli
60596076

60606077
- Several changes to the `ng analytics` command syntax.
6061-
60626078
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
60636079
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
60646080

@@ -6088,7 +6104,6 @@ Alan Agius, Charles Lyding and Doug Parker
60886104
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
60896105

60906106
Valid extensions for `scripts` are:
6091-
60926107
- `.js`
60936108
- `.cjs`
60946109
- `.mjs`
@@ -6097,7 +6112,6 @@ Alan Agius, Charles Lyding and Doug Parker
60976112
- `.mjsx`
60986113

60996114
Valid extensions for `styles` are:
6100-
61016115
- `.css`
61026116
- `.less`
61036117
- `.sass`

0 commit comments

Comments
 (0)