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
| [1c5bd2ef2](https://github.com/angular/angular-cli/commit/1c5bd2ef2fa95a789e14ab8c497b48e125ceb4f8) | fix | ensure correct referer header handling in web request conversion |
30
+
31
+
<!-- CHANGELOG SPLIT MARKER -->
32
+
1
33
<a name="20.0.4"></a>
2
34
3
35
# 20.0.4 (2025-06-25)
@@ -1245,7 +1277,6 @@
1245
1277
- Protractor is no longer supported.
1246
1278
1247
1279
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.
@@ -4056,7 +4087,6 @@ Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Piotr Wysocki
4056
4087
```scss
4057
4088
@import 'font-awesome/scss/font-awesome';
4058
4089
```
4059
-
4060
4090
- 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`.
4061
4091
4062
4092
- 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.
@@ -4880,7 +4910,6 @@ Alan Agius, Charles Lyding and Doug Parker
4880
4910
### @angular/cli
4881
4911
4882
4912
- Several changes to the `ng analytics` command syntax.
4883
-
4884
4913
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
4885
4914
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
4886
4915
@@ -4891,7 +4920,6 @@ Alan Agius, Charles Lyding and Doug Parker
4891
4920
- `--configuration` cannot be used with `ng run`. Provide the configuration as part of the target. Ex: `ng run project:builder:configuration`.
4892
4921
- Deprecated `ng x18n` and `ng i18n-extract` commands have been removed in favor of `ng extract-i18n`.
4893
4922
- Several changes in the Angular CLI commands and arguments handling.
4894
-
4895
4923
- `ng help` has been removed in favour of the `—-help` option.
4896
4924
- `ng —-version` has been removed in favour of `ng version` and `ng v`.
4897
4925
- Deprecated camel cased arguments are no longer supported. Ex. using `—-sourceMap` instead of `—-source-map` will result in an error.
@@ -4911,7 +4939,6 @@ Alan Agius, Charles Lyding and Doug Parker
4911
4939
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
4912
4940
4913
4941
Valid extensions for `scripts` are:
4914
-
4915
4942
- `.js`
4916
4943
- `.cjs`
4917
4944
- `.mjs`
@@ -4920,7 +4947,6 @@ Alan Agius, Charles Lyding and Doug Parker
4920
4947
- `.mjsx`
4921
4948
4922
4949
Valid extensions for `styles` are:
4923
-
4924
4950
- `.css`
4925
4951
- `.less`
4926
4952
- `.sass`
@@ -4963,7 +4989,6 @@ Alan Agius, Charles Lyding and Doug Parker
4963
4989
### @ngtools/webpack
4964
4990
4965
4991
- `ivy` namespace has been removed from the public API.
0 commit comments