|
| 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.2.0-next.3"></a>
|
2 | 15 |
|
3 | 16 | # 20.2.0-next.3 (2025年08月08日)
|
@@ -4209,7 +4222,6 @@ Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Piotr Wysocki
|
4209 | 4222 | ```scss
|
4210 | 4223 | @import 'font-awesome/scss/font-awesome';
|
4211 | 4224 | ```
|
4212 | | - |
4213 | 4225 | - 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`.
|
4214 | 4226 |
|
4215 | 4227 | - 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