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
| [82691b98f](https://github.com/angular/angular-cli/commit/82691b98fa458febf40a16beb91b24c4b6c519c9) | fix | ensure correct referer header handling in web request conversion |
17
+
18
+
<!-- CHANGELOG SPLIT MARKER -->
19
+
1
20
<a name="20.0.3"></a>
2
21
3
22
# 20.0.3 (2025-06-18)
@@ -1080,7 +1099,6 @@
1080
1099
- Protractor is no longer supported.
1081
1100
1082
1101
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.
@@ -3891,7 +3909,6 @@ Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Piotr Wysocki
3891
3909
```scss
3892
3910
@import 'font-awesome/scss/font-awesome';
3893
3911
```
3894
-
3895
3912
- 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`.
3896
3913
3897
3914
- 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.
@@ -4715,7 +4732,6 @@ Alan Agius, Charles Lyding and Doug Parker
4715
4732
### @angular/cli
4716
4733
4717
4734
- Several changes to the `ng analytics` command syntax.
4718
-
4719
4735
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
4720
4736
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
4721
4737
@@ -4726,7 +4742,6 @@ Alan Agius, Charles Lyding and Doug Parker
4726
4742
- `--configuration` cannot be used with `ng run`. Provide the configuration as part of the target. Ex: `ng run project:builder:configuration`.
4727
4743
- Deprecated `ng x18n` and `ng i18n-extract` commands have been removed in favor of `ng extract-i18n`.
4728
4744
- Several changes in the Angular CLI commands and arguments handling.
4729
-
4730
4745
- `ng help` has been removed in favour of the `—-help` option.
4731
4746
- `ng —-version` has been removed in favour of `ng version` and `ng v`.
4732
4747
- Deprecated camel cased arguments are no longer supported. Ex. using `—-sourceMap` instead of `—-source-map` will result in an error.
@@ -4746,7 +4761,6 @@ Alan Agius, Charles Lyding and Doug Parker
4746
4761
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
4747
4762
4748
4763
Valid extensions for `scripts` are:
4749
-
4750
4764
- `.js`
4751
4765
- `.cjs`
4752
4766
- `.mjs`
@@ -4755,7 +4769,6 @@ Alan Agius, Charles Lyding and Doug Parker
4755
4769
- `.mjsx`
4756
4770
4757
4771
Valid extensions for `styles` are:
4758
-
4759
4772
- `.css`
4760
4773
- `.less`
4761
4774
- `.sass`
@@ -4798,7 +4811,6 @@ Alan Agius, Charles Lyding and Doug Parker
4798
4811
### @ngtools/webpack
4799
4812
4800
4813
- `ivy` namespace has been removed from the public API.
0 commit comments