You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| [73f57f3c9](https://github.com/angular/angular-cli/commit/73f57f3c9e0d9434c0f8507508dfe30f6a402861) | fix | proxy karma request from `/` to `/base` |
16
+
17
+
<!-- CHANGELOG SPLIT MARKER -->
18
+
1
19
<a name="20.0.5"></a>
2
20
3
21
# 20.0.5 (2025-07-01)
@@ -1302,7 +1320,6 @@
1302
1320
- Protractor is no longer supported.
1303
1321
1304
1322
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.
@@ -4113,7 +4130,6 @@ Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Piotr Wysocki
4113
4130
```scss
4114
4131
@import 'font-awesome/scss/font-awesome';
4115
4132
```
4116
-
4117
4133
- By default the CLI will use Sass modern API, While not recommended, users can still opt to use legacy API by setting `NG_BUILD_LEGACY_SASS=1`.
4118
4134
4119
4135
- Internally the Angular CLI now always set the TypeScript `target` to `ES2022` and `useDefineForClassFields` to `false` unless the target is set to `ES2022` or later in the TypeScript configuration. To control ECMA version and features use the Browerslist configuration.
@@ -4937,7 +4953,6 @@ Alan Agius, Charles Lyding and Doug Parker
4937
4953
### @angular/cli
4938
4954
4939
4955
- Several changes to the `ng analytics` command syntax.
4940
-
4941
4956
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
4942
4957
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
4943
4958
@@ -4967,7 +4982,6 @@ Alan Agius, Charles Lyding and Doug Parker
4967
4982
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
4968
4983
4969
4984
Valid extensions for `scripts` are:
4970
-
4971
4985
- `.js`
4972
4986
- `.cjs`
4973
4987
- `.mjs`
@@ -4976,7 +4990,6 @@ Alan Agius, Charles Lyding and Doug Parker
0 commit comments