You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The Observable based `SchematicTestRunner.runSchematicAsync` and `SchematicTestRunner.runExternalSchematicAsync` method have been deprecated in favor of the Promise based `SchematicTestRunner.runSchematic` and `SchematicTestRunner.runExternalSchematic`.
|[5b18ce154](https://github.com/angular/angular-cli/commit/5b18ce1545d047d49851a64e81a1f8ef59624ef7)| feat | add `guardType` as an alias of `implements` in guard schematic |
|[839d0cb57](https://github.com/angular/angular-cli/commit/839d0cb57ad42896578c235354ffb918ea8bb146)| feat | implement stats-json option for esbuild builder |
16
-
|[7c87ce47c](https://github.com/angular/angular-cli/commit/7c87ce47c66a6426b6b7fbb2edd38d8da729221f)| fix | ensure Sass load paths are resolved from workspace root |
17
-
|[e91734ff8](https://github.com/angular/angular-cli/commit/e91734ff89402b4e2b654ce470fdd2d894759c64)| fix | format esbuild error messages to include more information |
|[22cba7937](https://github.com/angular/angular-cli/commit/22cba79370ed60a27f932acda363ffd87f5d9983)| fix | provide an option to `exclude` specs in Karma builder |
37
+
|[20376649c](https://github.com/angular/angular-cli/commit/20376649c5e3003b0aa99b9328e2b61699ccba78)| fix | transform async generator class methods for Zone.js support |
38
+
|[0520608f6](https://github.com/angular/angular-cli/commit/0520608f68f1768a13a46fbdb9ecb65310492460)| fix | use relative css resource paths in esbuild JSON stats |
39
+
|[0c01532cb](https://github.com/angular/angular-cli/commit/0c01532cb5a3072b96cd65845a38b88ed4543de6)| perf | use worker pool for JavaScript transforms in esbuild builder |
|[207358afb](https://github.com/angular/angular-cli/commit/207358afb89e6515cb8d73f5a3a63d9101e80d97)| feat | add `runSchematic` and `runExternalSchematic` methods |
18
46
19
47
## Special Thanks
20
48
21
-
Alan Agius, Charles Lyding, Kristiyan Kostadinov, Paul Gschwendtner, aanchal and angular-robot[bot]
49
+
Alan Agius, Andrew Scott, Charles Lyding, Cédric Exbrayat, Doug Parker, Felix Hamann, Jason Bedard, Joey Perrott and Kristiyan Kostadinov
22
50
23
51
<!-- CHANGELOG SPLIT MARKER -->
24
52
@@ -38,46 +66,6 @@ Alan Agius, Kristiyan Kostadinov, Paul Gschwendtner and aanchal
38
66
39
67
<!-- CHANGELOG SPLIT MARKER -->
40
68
41
-
<aname="15.1.0-next.3"></a>
42
-
43
-
# 15.1.0-next.3 (2022-12-14)
44
-
45
-
## Deprecations
46
-
47
-
### @angular-devkit/schematics
48
-
49
-
- The Observable based `SchematicTestRunner.runSchematicAsync` and `SchematicTestRunner.runExternalSchematicAsync` methods have been deprecated in favor of the Promise based `SchematicTestRunner.runSchematic` and `SchematicTestRunner.runExternalSchematic`.
|[216991b9d](https://github.com/angular/angular-cli/commit/216991b9d9ca1d8f09992880a5fa92e7c98813fa)| feat | support inline component Sass styles with esbuild builder |
62
-
|[8fd08491a](https://github.com/angular/angular-cli/commit/8fd08491a88bc2b088dcb3ac68a6c328167e38c3)| fix | display actionable error when a style does not exist in Karma builder |
63
-
|[97373016c](https://github.com/angular/angular-cli/commit/97373016cfe2635125015b2fec390f43d22ebf31)| fix | downlevel class private methods when targeting Safari <=v15 |
64
-
|[27b22b02d](https://github.com/angular/angular-cli/commit/27b22b02dccef2e2d4f2f1f03910f4b70c676f84)| fix | include sources in generated |
65
-
|[310144d32](https://github.com/angular/angular-cli/commit/310144d324bd773aa6026f47b345827d5fe48332)| fix | only set ngDevMode when script optimizations are enabled |
66
-
|[20376649c](https://github.com/angular/angular-cli/commit/20376649c5e3003b0aa99b9328e2b61699ccba78)| fix | transform async generator class methods for Zone.js support |
67
-
|[afe9feaa4](https://github.com/angular/angular-cli/commit/afe9feaa45913cbebe7f22c678d693d96f38584a)| fix | update locale setting snippet to use `globalThis`. |
|[5b18ce154](https://github.com/angular/angular-cli/commit/5b18ce1545d047d49851a64e81a1f8ef59624ef7)| feat | add `guardType` as an alias of `implements` in guard schematic |
|[97716969c](https://github.com/angular/angular-cli/commit/97716969c243d65e385dcd78f5035d2c13f0258b)| fix | default preserve symlinks to Node.js value for esbuild |
119
-
|[cf2f30afc](https://github.com/angular/angular-cli/commit/cf2f30afc0ad0ceae34c457955a22186bc5ce60d)| fix | downlevel class fields with Safari <= v15 for esbuild |
120
-
|[25eaaa24b](https://github.com/angular/angular-cli/commit/25eaaa24b51af400262b97b4d4be2391ebd4a82d)| fix | downlevel class properties when targeting Safari <=v15 |
|[c29df6954](https://github.com/angular/angular-cli/commit/c29df695467c41feccd3846a55c91c6784af87b2)| feat | add `assets` option to server builder |
218
-
|[0c01532cb](https://github.com/angular/angular-cli/commit/0c01532cb5a3072b96cd65845a38b88ed4543de6)| perf | use worker pool for JavaScript transforms in esbuild builder |
219
-
220
-
## Special Thanks
221
-
222
-
Alan Agius, Andrew Scott, Charles Lyding, Doug Parker, Felix Hamann and Joey Perrott
0 commit comments