Skip to content

Commit 4161ea8

Browse files
committed
docs: release notes for the v20.1.0-rc.0 release
1 parent 54c07de commit 4161ea8

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="20.1.0-rc.0"></a>
2+
3+
# 20.1.0-rc.0 (2025-07-01)
4+
5+
### @angular-devkit/build-angular
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------- |
9+
| [f1d41b069](https://github.com/angular/angular-cli/commit/f1d41b069db6cd3ab83561113567b8e5f4bf25d8) | fix | remove unused `@vitejs/plugin-basic-ssl` dependency |
10+
11+
### @angular/build
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------- |
15+
| [73f57f3c9](https://github.com/angular/angular-cli/commit/73f57f3c9e0d9434c0f8507508dfe30f6a402861) | fix | proxy karma request from `/` to `/base` |
16+
17+
<!-- CHANGELOG SPLIT MARKER -->
18+
119
<a name="20.0.5"></a>
220

321
# 20.0.5 (2025-07-01)
@@ -1302,7 +1320,6 @@
13021320
- Protractor is no longer supported.
13031321

13041322
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.
1305-
13061323
- https://angular.dev/tools/cli/end-to-end
13071324
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
13081325

@@ -4113,7 +4130,6 @@ Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Piotr Wysocki
41134130
```scss
41144131
@import 'font-awesome/scss/font-awesome';
41154132
```
4116-
41174133
- 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`.
41184134

41194135
- 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.
@@ -4937,7 +4953,6 @@ Alan Agius, Charles Lyding and Doug Parker
49374953
### @angular/cli
49384954

49394955
- Several changes to the `ng analytics` command syntax.
4940-
49414956
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
49424957
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
49434958

@@ -4967,7 +4982,6 @@ Alan Agius, Charles Lyding and Doug Parker
49674982
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
49684983

49694984
Valid extensions for `scripts` are:
4970-
49714985
- `.js`
49724986
- `.cjs`
49734987
- `.mjs`
@@ -4976,7 +4990,6 @@ Alan Agius, Charles Lyding and Doug Parker
49764990
- `.mjsx`
49774991

49784992
Valid extensions for `styles` are:
4979-
49804993
- `.css`
49814994
- `.less`
49824995
- `.sass`

0 commit comments

Comments
 (0)