|
| 1 | +<a name="20.1.6"></a> |
| 2 | + |
| 3 | +# 20.1.6 (2025年08月13日) |
| 4 | + |
| 5 | +### @schematics/angular |
| 6 | + |
| 7 | +| Commit | Type | Description | |
| 8 | +| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------- | |
| 9 | +| [584bc1d41](https://github.com/angular/angular-cli/commit/584bc1d4173e7f129aa20e829f1dfb03e1e0dc9e) | fix | add extra prettier config | |
| 10 | +| [02b0506fd](https://github.com/angular/angular-cli/commit/02b0506fde638b89510e5a78b3d190ba60a8d6ba) | fix | correct configure the `typeSeparator` in the library schematic | |
| 11 | + |
| 12 | +<!-- CHANGELOG SPLIT MARKER --> |
| 13 | + |
1 | 14 | <a name="20.1.5"></a>
|
2 | 15 |
|
3 | 16 | # 20.1.5 (2025年08月06日)
|
@@ -4129,6 +4142,7 @@ Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Piotr Wysocki
|
4129 | 4142 | ```scss
|
4130 | 4143 | @import 'font-awesome/scss/font-awesome';
|
4131 | 4144 | ```
|
| 4145 | + |
4132 | 4146 | - 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`.
|
4133 | 4147 |
|
4134 | 4148 | - 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