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
| [05cebdbcd](https://github.com/angular/angular-cli/commit/05cebdbcd1466bf5c95eb724a784aeb8c7ac083f) | fix | proxy karma request from `/` to `/base` |
16
+
17
+
<!-- CHANGELOG SPLIT MARKER -->
18
+
1
19
<a name="20.0.4"></a>
2
20
3
21
# 20.0.4 (2025-06-25)
@@ -1099,6 +1117,7 @@
1099
1117
- Protractor is no longer supported.
1100
1118
1101
1119
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.
@@ -3909,6 +3928,7 @@ Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Piotr Wysocki
3909
3928
```scss
3910
3929
@import 'font-awesome/scss/font-awesome';
3911
3930
```
3931
+
3912
3932
- 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`.
3913
3933
3914
3934
- 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.
@@ -4732,6 +4752,7 @@ Alan Agius, Charles Lyding and Doug Parker
4732
4752
### @angular/cli
4733
4753
4734
4754
- Several changes to the `ng analytics` command syntax.
4755
+
4735
4756
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
4736
4757
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
4737
4758
@@ -4761,6 +4782,7 @@ Alan Agius, Charles Lyding and Doug Parker
4761
4782
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
4762
4783
4763
4784
Valid extensions for `scripts` are:
4785
+
4764
4786
- `.js`
4765
4787
- `.cjs`
4766
4788
- `.mjs`
@@ -4769,6 +4791,7 @@ Alan Agius, Charles Lyding and Doug Parker
0 commit comments