|
| 1 | +<a name="20.2.0-next.1"></a> |
| 2 | + |
| 3 | +# 20.2.0-next.1 (2025年07月23日) |
| 4 | + |
| 5 | +### @angular/cli |
| 6 | + |
| 7 | +| Commit | Type | Description | |
| 8 | +| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------- | |
| 9 | +| [fefa7a46f](https://github.com/angular/angular-cli/commit/fefa7a46f5733fd77852a61fddc3120b1bb4b202) | fix | `define` option is being included multiple times in the JSON help | |
| 10 | + |
| 11 | +### @angular-devkit/core |
| 12 | + |
| 13 | +| Commit | Type | Description | |
| 14 | +| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------------- | |
| 15 | +| [7595e1f88](https://github.com/angular/angular-cli/commit/7595e1f8887bafd344ec939e647e3fca8bbd98be) | fix | use crypto.randomUUID instead of Date.now for unique string in tmp file names | |
| 16 | + |
| 17 | +### @angular/build |
| 18 | + |
| 19 | +| Commit | Type | Description | |
| 20 | +| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------- | |
| 21 | +| [fb06bb505](https://github.com/angular/angular-cli/commit/fb06bb5050e92eb4d0f95d7774552d0902163f6a) | feat | add headless mode for vitest browser mode | |
| 22 | + |
| 23 | +<!-- CHANGELOG SPLIT MARKER --> |
| 24 | + |
1 | 25 | <a name="20.1.2"></a>
|
2 | 26 |
|
3 | 27 | # 20.1.2 (2025年07月23日)
|
@@ -4113,6 +4137,7 @@ Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Piotr Wysocki
|
4113 | 4137 | ```scss
|
4114 | 4138 | @import 'font-awesome/scss/font-awesome';
|
4115 | 4139 | ```
|
| 4140 | + |
4116 | 4141 | - 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`.
|
4117 | 4142 |
|
4118 | 4143 | - 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.
|
|
0 commit comments