Skip to content

Commit ca83796

Browse files
committed
docs: release notes for the v20.0.6 release
1 parent 568e5d2 commit ca83796

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="20.0.6"></a>
2+
3+
# 20.0.6 (2025-07-09)
4+
5+
### @schematics/angular
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------- |
9+
| [5542445d3](https://github.com/angular/angular-cli/commit/5542445d30685a2ebbf66d15848a5abc657863c8) | fix | remove constructor from service template |
10+
11+
### @angular/build
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------- |
15+
| [0836ad28f](https://github.com/angular/angular-cli/commit/0836ad28f8e4702f8ba12beef615d60c01a7947c) | fix | correctly remap Angular diagnostics |
16+
| [c475e546b](https://github.com/angular/angular-cli/commit/c475e546bfdfee0c098e5198325b52a53882d034) | fix | exclude `@vitest/browser/context` from esbuild bundling |
17+
| [1a2da161e](https://github.com/angular/angular-cli/commit/1a2da161e73f4f1fe876329adf8ed89f9044b404) | fix | failed to proxy error for assets |
18+
19+
<!-- CHANGELOG SPLIT MARKER -->
20+
121
<a name="20.1.0-rc.0"></a>
222

323
# 20.1.0-rc.0 (2025-07-01)
@@ -1320,6 +1340,7 @@
13201340
- Protractor is no longer supported.
13211341

13221342
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.
1343+
13231344
- https://angular.dev/tools/cli/end-to-end
13241345
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
13251346

@@ -4130,6 +4151,7 @@ Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Piotr Wysocki
41304151
```scss
41314152
@import 'font-awesome/scss/font-awesome';
41324153
```
4154+
41334155
- 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`.
41344156

41354157
- 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.
@@ -4953,6 +4975,7 @@ Alan Agius, Charles Lyding and Doug Parker
49534975
### @angular/cli
49544976

49554977
- Several changes to the `ng analytics` command syntax.
4978+
49564979
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
49574980
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
49584981

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

49845007
Valid extensions for `scripts` are:
5008+
49855009
- `.js`
49865010
- `.cjs`
49875011
- `.mjs`
@@ -4990,6 +5014,7 @@ Alan Agius, Charles Lyding and Doug Parker
49905014
- `.mjsx`
49915015

49925016
Valid extensions for `styles` are:
5017+
49935018
- `.css`
49945019
- `.less`
49955020
- `.sass`

0 commit comments

Comments
 (0)