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
| [21b5852f1](https://github.com/angular/angular-cli/commit/21b5852f120dd42ea4ae9fce043e04ec61da16dd) | fix | ensure `loadChildren` runs in correct injection context during route extraction |
36
+
| [1c5bd2ef2](https://github.com/angular/angular-cli/commit/1c5bd2ef2fa95a789e14ab8c497b48e125ceb4f8) | fix | ensure correct referer header handling in web request conversion |
37
+
38
+
<!-- CHANGELOG SPLIT MARKER -->
39
+
1
40
<a name="20.0.4"></a>
2
41
3
42
# 20.0.4 (2025-06-25)
@@ -1245,7 +1284,6 @@
1245
1284
- Protractor is no longer supported.
1246
1285
1247
1286
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 +4094,6 @@ Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Piotr Wysocki
4056
4094
```scss
4057
4095
@import 'font-awesome/scss/font-awesome';
4058
4096
```
4059
-
4060
4097
- 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
4098
4062
4099
- 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 +4917,6 @@ Alan Agius, Charles Lyding and Doug Parker
4880
4917
### @angular/cli
4881
4918
4882
4919
- Several changes to the `ng analytics` command syntax.
4883
-
4884
4920
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
4885
4921
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
4886
4922
@@ -4891,7 +4927,6 @@ Alan Agius, Charles Lyding and Doug Parker
4891
4927
- `--configuration` cannot be used with `ng run`. Provide the configuration as part of the target. Ex: `ng run project:builder:configuration`.
4892
4928
- Deprecated `ng x18n` and `ng i18n-extract` commands have been removed in favor of `ng extract-i18n`.
4893
4929
- Several changes in the Angular CLI commands and arguments handling.
4894
-
4895
4930
- `ng help` has been removed in favour of the `—-help` option.
4896
4931
- `ng —-version` has been removed in favour of `ng version` and `ng v`.
4897
4932
- Deprecated camel cased arguments are no longer supported. Ex. using `—-sourceMap` instead of `—-source-map` will result in an error.
@@ -4911,7 +4946,6 @@ Alan Agius, Charles Lyding and Doug Parker
4911
4946
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
4912
4947
4913
4948
Valid extensions for `scripts` are:
4914
-
4915
4949
- `.js`
4916
4950
- `.cjs`
4917
4951
- `.mjs`
@@ -4920,7 +4954,6 @@ Alan Agius, Charles Lyding and Doug Parker
4920
4954
- `.mjsx`
4921
4955
4922
4956
Valid extensions for `styles` are:
4923
-
4924
4957
- `.css`
4925
4958
- `.less`
4926
4959
- `.sass`
@@ -4963,7 +4996,6 @@ Alan Agius, Charles Lyding and Doug Parker
4963
4996
### @ngtools/webpack
4964
4997
4965
4998
- `ivy` namespace has been removed from the public API.
0 commit comments