Angular CLI: 15.1.0-next.3 Release

Release date:
December 15, 2022
Previous version:
15.1.0-next.2 (released December 8, 2022)
Magnitude:
698 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in 15.1.0-next.3

alan-agius4
clydin
angular-robot

Directory Browser for 15.1.0-next.3

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

<a name="15.1.0-next.3"></a>

15.1.0-next.3 (2022-12-14)

Deprecations

@angular-devkit/schematics

  • The Observable based SchematicTestRunner.runSchematicAsync and SchematicTestRunner.runExternalSchematicAsync method have been deprecated in favor of the Promise based SchematicTestRunner.runSchematic and SchematicTestRunner.runExternalSchematic. ### @schematics/angular | Commit | Description | | -- | -- | | feat - 8d000d156 | add environments generation schematic | ### @angular-devkit/build-angular | Commit | Description | | -- | -- | | feat - 216991b9d | support inline component Sass styles with esbuild builder | | fix - 8fd08491a | display actionable error when a style does not exist in Karma builder | | fix - 97373016c | downlevel class private methods when targeting Safari <=v15 | | fix - 27b22b02d | include sources in generated | | fix - 310144d32 | only set ngDevMode when script optimizations are enabled | | fix - 20376649c | transform async generator class methods for Zone.js support | | fix - afe9feaa4 | update locale setting snippet to use globalThis. | ### @angular-devkit/schematics | Commit | Description | | -- | -- | | feat - 207358afb | add runSchematic and runExternalSchematic methods | ## Special Thanks Alan Agius and Charles Lyding