Skip to content

Commit 68fb062

Browse files
committed
release: cut the v20.0.4 release
1 parent 7e73abb commit 68fb062

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

CHANGELOG.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="20.0.4"></a>
2+
3+
# 20.0.4 (2025-06-25)
4+
5+
### @schematics/angular
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------- |
9+
| [2316fe29d](https://github.com/angular/angular-cli/commit/2316fe29de57c593e5ccb8be612d3918b60d9761) | fix | add missing prettier config |
10+
11+
### @angular/ssr
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------- |
15+
| [309742289](https://github.com/angular/angular-cli/commit/30974228988d7ff96741fe0515c35275e8a6bc0a) | fix | avoid preloading unnecessary dynamic bundles |
16+
| [82691b98f](https://github.com/angular/angular-cli/commit/82691b98fa458febf40a16beb91b24c4b6c519c9) | fix | ensure correct referer header handling in web request conversion |
17+
18+
<!-- CHANGELOG SPLIT MARKER -->
19+
120
<a name="20.0.3"></a>
221

322
# 20.0.3 (2025-06-18)
@@ -1080,7 +1099,6 @@
10801099
- Protractor is no longer supported.
10811100

10821101
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.
1083-
10841102
- https://angular.dev/tools/cli/end-to-end
10851103
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
10861104

@@ -3891,7 +3909,6 @@ Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Piotr Wysocki
38913909
```scss
38923910
@import 'font-awesome/scss/font-awesome';
38933911
```
3894-
38953912
- 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`.
38963913

38973914
- 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.
@@ -4715,7 +4732,6 @@ Alan Agius, Charles Lyding and Doug Parker
47154732
### @angular/cli
47164733

47174734
- Several changes to the `ng analytics` command syntax.
4718-
47194735
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
47204736
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
47214737

@@ -4726,7 +4742,6 @@ Alan Agius, Charles Lyding and Doug Parker
47264742
- `--configuration` cannot be used with `ng run`. Provide the configuration as part of the target. Ex: `ng run project:builder:configuration`.
47274743
- Deprecated `ng x18n` and `ng i18n-extract` commands have been removed in favor of `ng extract-i18n`.
47284744
- Several changes in the Angular CLI commands and arguments handling.
4729-
47304745
- `ng help` has been removed in favour of the `—-help` option.
47314746
- `ng —-version` has been removed in favour of `ng version` and `ng v`.
47324747
- Deprecated camel cased arguments are no longer supported. Ex. using `—-sourceMap` instead of `—-source-map` will result in an error.
@@ -4746,7 +4761,6 @@ Alan Agius, Charles Lyding and Doug Parker
47464761
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
47474762

47484763
Valid extensions for `scripts` are:
4749-
47504764
- `.js`
47514765
- `.cjs`
47524766
- `.mjs`
@@ -4755,7 +4769,6 @@ Alan Agius, Charles Lyding and Doug Parker
47554769
- `.mjsx`
47564770

47574771
Valid extensions for `styles` are:
4758-
47594772
- `.css`
47604773
- `.less`
47614774
- `.sass`
@@ -4798,7 +4811,6 @@ Alan Agius, Charles Lyding and Doug Parker
47984811
### @ngtools/webpack
47994812

48004813
- `ivy` namespace has been removed from the public API.
4801-
48024814
- `ivy.AngularWebpackPlugin` -> `AngularWebpackPlugin`
48034815
- `ivy.AngularPluginOptions` -> `AngularPluginOptions`
48044816

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.3",
3+
"version": "20.0.4",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"keywords": [

0 commit comments

Comments
 (0)