Skip to content

Commit 716195e

Browse files
committed
docs: release notes for the v20.1.6 release
1 parent d655e43 commit 716195e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
<a name="20.2.0-next.3"></a>
215

316
# 20.2.0-next.3 (2025-08-08)
@@ -4209,7 +4222,6 @@ Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Piotr Wysocki
42094222
```scss
42104223
@import 'font-awesome/scss/font-awesome';
42114224
```
4212-
42134225
- 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`.
42144226

42154227
- 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

Comments
 (0)