|
| 1 | +<a name="15.1.0-next.3"></a> |
| 2 | + |
| 3 | +# 15.1.0-next.3 (2022-12-14) |
| 4 | + |
| 5 | +## Deprecations |
| 6 | + |
| 7 | +### @angular-devkit/schematics |
| 8 | + |
| 9 | +- The Observable based `SchematicTestRunner.runSchematicAsync` and `SchematicTestRunner.runExternalSchematicAsync` methods have been deprecated in favor of the Promise based `SchematicTestRunner.runSchematic` and `SchematicTestRunner.runExternalSchematic`. |
| 10 | + |
| 11 | +### @schematics/angular |
| 12 | + |
| 13 | +| Commit | Type | Description | |
| 14 | +| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------- | |
| 15 | +| [8d000d156](https://github.com/angular/angular-cli/commit/8d000d1563684f9a9b6869e549e265f0997187c4) | feat | add environments generation schematic | |
| 16 | + |
| 17 | +### @angular-devkit/build-angular |
| 18 | + |
| 19 | +| Commit | Type | Description | |
| 20 | +| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------- | |
| 21 | +| [216991b9d](https://github.com/angular/angular-cli/commit/216991b9d9ca1d8f09992880a5fa92e7c98813fa) | feat | support inline component Sass styles with esbuild builder | |
| 22 | +| [8fd08491a](https://github.com/angular/angular-cli/commit/8fd08491a88bc2b088dcb3ac68a6c328167e38c3) | fix | display actionable error when a style does not exist in Karma builder | |
| 23 | +| [97373016c](https://github.com/angular/angular-cli/commit/97373016cfe2635125015b2fec390f43d22ebf31) | fix | downlevel class private methods when targeting Safari <=v15 | |
| 24 | +| [27b22b02d](https://github.com/angular/angular-cli/commit/27b22b02dccef2e2d4f2f1f03910f4b70c676f84) | fix | include sources in generated | |
| 25 | +| [310144d32](https://github.com/angular/angular-cli/commit/310144d324bd773aa6026f47b345827d5fe48332) | fix | only set ngDevMode when script optimizations are enabled | |
| 26 | +| [20376649c](https://github.com/angular/angular-cli/commit/20376649c5e3003b0aa99b9328e2b61699ccba78) | fix | transform async generator class methods for Zone.js support | |
| 27 | +| [afe9feaa4](https://github.com/angular/angular-cli/commit/afe9feaa45913cbebe7f22c678d693d96f38584a) | fix | update locale setting snippet to use `globalThis`. | |
| 28 | + |
| 29 | +### @angular-devkit/schematics |
| 30 | + |
| 31 | +| Commit | Type | Description | |
| 32 | +| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------- | |
| 33 | +| [207358afb](https://github.com/angular/angular-cli/commit/207358afb89e6515cb8d73f5a3a63d9101e80d97) | feat | add `runSchematic` and `runExternalSchematic` methods | |
| 34 | + |
| 35 | +## Special Thanks |
| 36 | + |
| 37 | +Alan Agius and Charles Lyding |
| 38 | + |
| 39 | +<!-- CHANGELOG SPLIT MARKER --> |
| 40 | + |
1 | 41 | <a name="15.0.4"></a>
|
2 | 42 |
|
3 | 43 | # 15.0.4 (2022-12-14)
|
|
0 commit comments