Angular CLI: 15.1.0 Release

Release date:
January 11, 2023
Previous version:
15.1.0-rc.0 (released January 6, 2023)
Magnitude:
306 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in 15.1.0

alan-agius4
clydin
angular-robot
crisbeto

Directory Browser for 15.1.0

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"></a>

15.1.0 (2023-01-11)

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 - 5b18ce154 | add guardType as an alias of implements in guard schematic | | feat - dd2b65943 | add configuration files generation schematic | | feat - 8d000d156 | add environments generation schematic | | feat - 6c39a162b | Add schematics for generating functional router guards and resolvers | | feat - 62121f89a | add sideEffects:false to library package.json | | feat - 9299dea64 | generate functional interceptors | | fix - 49b313f27 | add missing import for functional interceptor spec | | fix - 2f92fe7e5 | add missing semicolon in functional guard/resolver/interceptor | | fix - 9b6d190f4 | remove EnvironmentInjector import in functional guard spec | | fix - b11d3f644 | use proper variable in functional guard spec | | fix - 451975f76 | use proper variable in resolver functional spec | ### @angular-devkit/build-angular | Commit | Description | | -- | -- | | feat - c29df6954 | add assets option to server builder | | feat - 839d0cb57 | implement stats-json option for esbuild builder | | feat - 216991b9d | support inline component Sass styles with esbuild builder | | fix - 7c87ce47c | ensure Sass load paths are resolved from workspace root | | fix - 7a063238b | explicitly send options to JS transformer workers | | fix - 22cba7937 | provide an option to exclude specs in Karma builder | | fix - 20376649c | transform async generator class methods for Zone.js support | | fix - 0520608f6 | use relative css resource paths in esbuild JSON stats | | perf - 0c01532cb | use worker pool for JavaScript transforms in esbuild builder | ### @angular-devkit/schematics | Commit | Description | | -- | -- | | feat - 207358afb | add runSchematic and runExternalSchematic methods | ## Special Thanks Alan Agius, Andrew Scott, Charles Lyding, Cédric Exbrayat, Doug Parker, Felix Hamann, Jason Bedard, Joey Perrott and Kristiyan Kostadinov