|
| 1 | +<a name="20.1.2"></a> |
| 2 | + |
| 3 | +# 20.1.2 (2025年07月23日) |
| 4 | + |
| 5 | +### @angular/cli |
| 6 | + |
| 7 | +| Commit | Type | Description | |
| 8 | +| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------- | |
| 9 | +| [96785224f](https://github.com/angular/angular-cli/commit/96785224f55291cd60553aead07ead10d9d2fbda) | fix | `define` option is being included multiple times in the JSON help | |
| 10 | + |
| 11 | +### @angular-devkit/core |
| 12 | + |
| 13 | +| Commit | Type | Description | |
| 14 | +| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------------- | |
| 15 | +| [0d0040bdf](https://github.com/angular/angular-cli/commit/0d0040bdf58a82e18f7669363b6f149313524bfc) | fix | use crypto.randomUUID instead of Date.now for unique string in tmp file names | |
| 16 | + |
| 17 | +<!-- CHANGELOG SPLIT MARKER --> |
| 18 | + |
1 | 19 | <a name="20.2.0-next.0"></a>
|
2 | 20 |
|
3 | 21 | # 20.2.0-next.0 (2025年07月16日)
|
@@ -4095,7 +4113,6 @@ Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Piotr Wysocki
|
4095 | 4113 | ```scss
|
4096 | 4114 | @import 'font-awesome/scss/font-awesome';
|
4097 | 4115 | ```
|
4098 | | - |
4099 | 4116 | - 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`.
|
4100 | 4117 |
|
4101 | 4118 | - 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