Skip to content

Commit 2c32774

Browse files
committed
docs: release notes for the v20.0.5 release
1 parent ac34ad0 commit 2c32774

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

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

321
# 20.1.0-next.3 (2025-06-25)
@@ -1284,6 +1302,7 @@
12841302
- Protractor is no longer supported.
12851303

12861304
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+
12871306
- https://angular.dev/tools/cli/end-to-end
12881307
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
12891308

@@ -4094,6 +4113,7 @@ Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Piotr Wysocki
40944113
```scss
40954114
@import 'font-awesome/scss/font-awesome';
40964115
```
4116+
40974117
- 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`.
40984118

40994119
- 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
49174937
### @angular/cli
49184938

49194939
- Several changes to the `ng analytics` command syntax.
4940+
49204941
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
49214942
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
49224943

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

49484969
Valid extensions for `scripts` are:
4970+
49494971
- `.js`
49504972
- `.cjs`
49514973
- `.mjs`
@@ -4954,6 +4976,7 @@ Alan Agius, Charles Lyding and Doug Parker
49544976
- `.mjsx`
49554977

49564978
Valid extensions for `styles` are:
4979+
49574980
- `.css`
49584981
- `.less`
49594982
- `.sass`

0 commit comments

Comments
 (0)