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.1.0-next.3"></a>
2
20
3
21
# 20.1.0-next.3 (2025-06-25)
@@ -1284,6 +1302,7 @@
1284
1302
- Protractor is no longer supported.
1285
1303
1286
1304
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.
@@ -4094,6 +4113,7 @@ Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Piotr Wysocki
4094
4113
```scss
4095
4114
@import 'font-awesome/scss/font-awesome';
4096
4115
```
4116
+
4097
4117
- 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`.
4098
4118
4099
4119
- 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.
@@ -4917,6 +4937,7 @@ Alan Agius, Charles Lyding and Doug Parker
4917
4937
### @angular/cli
4918
4938
4919
4939
- Several changes to the `ng analytics` command syntax.
4940
+
4920
4941
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
4921
4942
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
4922
4943
@@ -4946,6 +4967,7 @@ Alan Agius, Charles Lyding and Doug Parker
4946
4967
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
4947
4968
4948
4969
Valid extensions for `scripts` are:
4970
+
4949
4971
- `.js`
4950
4972
- `.cjs`
4951
4973
- `.mjs`
@@ -4954,6 +4976,7 @@ Alan Agius, Charles Lyding and Doug Parker
0 commit comments