Skip to content

Commit c37059e

Browse files
committed
docs: release notes for the v19.2.26 release
1 parent ea94e0b commit c37059e

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="19.2.26"></a>
2+
3+
# 19.2.26 (2026-05-13)
4+
5+
### @angular/ssr
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------- |
9+
| [842fee029](https://github.com/angular/angular-cli/commit/842fee0291b787b63fdabcaaac5680b05d395075) | fix | allow all hosts in common engine rendering options to prevent validation errors |
10+
11+
<!-- CHANGELOG SPLIT MARKER -->
12+
113
<a name="22.0.0-next.8"></a>
214

315
# 22.0.0-next.8 (2026-05-11)
@@ -3211,6 +3223,7 @@
32113223
- Protractor is no longer supported.
32123224

32133225
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.
3226+
32143227
- https://angular.dev/tools/cli/end-to-end
32153228
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
32163229

@@ -6845,6 +6858,7 @@ Alan Agius, Charles Lyding and Doug Parker
68456858
### @angular/cli
68466859

68476860
- Several changes to the `ng analytics` command syntax.
6861+
68486862
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
68496863
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
68506864

@@ -6874,6 +6888,7 @@ Alan Agius, Charles Lyding and Doug Parker
68746888
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
68756889

68766890
Valid extensions for `scripts` are:
6891+
68776892
- `.js`
68786893
- `.cjs`
68796894
- `.mjs`
@@ -6882,6 +6897,7 @@ Alan Agius, Charles Lyding and Doug Parker
68826897
- `.mjsx`
68836898

68846899
Valid extensions for `styles` are:
6900+
68856901
- `.css`
68866902
- `.less`
68876903
- `.sass`

0 commit comments

Comments
 (0)