Skip to content

Commit f5c2d67

Browse files
committed
release: cut the v20.0.5 release
1 parent 05cebdb commit f5c2d67

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
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.0.4"></a>
220

321
# 20.0.4 (2025-06-25)
@@ -1099,6 +1117,7 @@
10991117
- Protractor is no longer supported.
11001118

11011119
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.
1120+
11021121
- https://angular.dev/tools/cli/end-to-end
11031122
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
11041123

@@ -3909,6 +3928,7 @@ Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Piotr Wysocki
39093928
```scss
39103929
@import 'font-awesome/scss/font-awesome';
39113930
```
3931+
39123932
- 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`.
39133933

39143934
- 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
47324752
### @angular/cli
47334753

47344754
- Several changes to the `ng analytics` command syntax.
4755+
47354756
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
47364757
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
47374758

@@ -4761,6 +4782,7 @@ Alan Agius, Charles Lyding and Doug Parker
47614782
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
47624783

47634784
Valid extensions for `scripts` are:
4785+
47644786
- `.js`
47654787
- `.cjs`
47664788
- `.mjs`
@@ -4769,6 +4791,7 @@ Alan Agius, Charles Lyding and Doug Parker
47694791
- `.mjsx`
47704792

47714793
Valid extensions for `styles` are:
4794+
47724795
- `.css`
47734796
- `.less`
47744797
- `.sass`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "20.0.4",
3+
"version": "20.0.5",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"keywords": [

0 commit comments

Comments
 (0)