Skip to content

Commit 184e0ef

Browse files
committed
release: cut the v20.1.0-next.3 release
1 parent 21b5852 commit 184e0ef

File tree

2 files changed

+40
-8
lines changed

2 files changed

+40
-8
lines changed

CHANGELOG.md

Lines changed: 39 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
<a name="20.1.0-next.3"></a>
2+
3+
# 20.1.0-next.3 (2025-06-25)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------- |
9+
| [dc45c186e](https://github.com/angular/angular-cli/commit/dc45c186ec16e345b75ffcd57961a8e0cfd4b649) | feat | add initial MCP server implementation |
10+
11+
### @schematics/angular
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------- |
15+
| [4221a33cc](https://github.com/angular/angular-cli/commit/4221a33cc7dee8a46464345f09005795f217ad02) | fix | add missing prettier config |
16+
17+
### @angular-devkit/build-angular
18+
19+
| Commit | Type | Description |
20+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------- |
21+
| [49a09737d](https://github.com/angular/angular-cli/commit/49a09737d5412c302d09b40de198251bb99789d1) | feat | provide partial custom postcss configuration support |
22+
23+
### @angular/build
24+
25+
| Commit | Type | Description |
26+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------- |
27+
| [adfeee0a4](https://github.com/angular/angular-cli/commit/adfeee0a4c95a03d430054eeecd4cca1bdb0efeb) | fix | adjust coverage includes/excludes for unit-test vitest runner |
28+
| [e0de8680d](https://github.com/angular/angular-cli/commit/e0de8680d1ea25aa71024d7b89beaa1e75889c47) | fix | inject zone.js/testing before karma builder execution |
29+
30+
### @angular/ssr
31+
32+
| Commit | Type | Description |
33+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------- |
34+
| [861a61a3b](https://github.com/angular/angular-cli/commit/861a61a3b26a3e88105641084415f45a07cb56b5) | fix | avoid preloading unnecessary dynamic bundles |
35+
| [21b5852f1](https://github.com/angular/angular-cli/commit/21b5852f120dd42ea4ae9fce043e04ec61da16dd) | fix | ensure `loadChildren` runs in correct injection context during route extraction |
36+
| [1c5bd2ef2](https://github.com/angular/angular-cli/commit/1c5bd2ef2fa95a789e14ab8c497b48e125ceb4f8) | fix | ensure correct referer header handling in web request conversion |
37+
38+
<!-- CHANGELOG SPLIT MARKER -->
39+
140
<a name="20.0.4"></a>
241

342
# 20.0.4 (2025-06-25)
@@ -1245,7 +1284,6 @@
12451284
- Protractor is no longer supported.
12461285

12471286
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.
1248-
12491287
- https://angular.dev/tools/cli/end-to-end
12501288
- https://blog.angular.dev/the-state-of-end-to-end-testing-with-angular-d175f751cb9c
12511289

@@ -4056,7 +4094,6 @@ Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Piotr Wysocki
40564094
```scss
40574095
@import 'font-awesome/scss/font-awesome';
40584096
```
4059-
40604097
- 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`.
40614098

40624099
- 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.
@@ -4880,7 +4917,6 @@ Alan Agius, Charles Lyding and Doug Parker
48804917
### @angular/cli
48814918

48824919
- Several changes to the `ng analytics` command syntax.
4883-
48844920
- `ng analytics project <setting>` has been replaced with `ng analytics <setting>`
48854921
- `ng analytics <setting>` has been replaced with `ng analytics <setting> --global`
48864922

@@ -4891,7 +4927,6 @@ Alan Agius, Charles Lyding and Doug Parker
48914927
- `--configuration` cannot be used with `ng run`. Provide the configuration as part of the target. Ex: `ng run project:builder:configuration`.
48924928
- Deprecated `ng x18n` and `ng i18n-extract` commands have been removed in favor of `ng extract-i18n`.
48934929
- Several changes in the Angular CLI commands and arguments handling.
4894-
48954930
- `ng help` has been removed in favour of the `—-help` option.
48964931
- `ng —-version` has been removed in favour of `ng version` and `ng v`.
48974932
- Deprecated camel cased arguments are no longer supported. Ex. using `—-sourceMap` instead of `—-source-map` will result in an error.
@@ -4911,7 +4946,6 @@ Alan Agius, Charles Lyding and Doug Parker
49114946
- `browser` and `karma` builders `script` and `styles` options input files extensions are now validated.
49124947

49134948
Valid extensions for `scripts` are:
4914-
49154949
- `.js`
49164950
- `.cjs`
49174951
- `.mjs`
@@ -4920,7 +4954,6 @@ Alan Agius, Charles Lyding and Doug Parker
49204954
- `.mjsx`
49214955

49224956
Valid extensions for `styles` are:
4923-
49244957
- `.css`
49254958
- `.less`
49264959
- `.sass`
@@ -4963,7 +4996,6 @@ Alan Agius, Charles Lyding and Doug Parker
49634996
### @ngtools/webpack
49644997

49654998
- `ivy` namespace has been removed from the public API.
4966-
49674999
- `ivy.AngularWebpackPlugin` -> `AngularWebpackPlugin`
49685000
- `ivy.AngularPluginOptions` -> `AngularPluginOptions`
49695001

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

0 commit comments

Comments
 (0)