Releases: angular/angular-cli
Releases · angular/angular-cli
v15.1.0
15.1.0 (2023-01-11)
Deprecations
@angular-devkit/schematics
- The Observable based
SchematicTestRunner.runSchematicAsyncandSchematicTestRunner.runExternalSchematicAsyncmethod have been deprecated in favor of the Promise basedSchematicTestRunner.runSchematicandSchematicTestRunner.runExternalSchematic.
@schematics/angular
@angular-devkit/build-angular
@angular-devkit/schematics
| Commit | Description |
|---|---|
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
v15.1.0-rc.0
15.1.0-rc.0 (2023-01-06)
@schematics/angular
| Commit | Description |
|---|---|
| add configuration files generation schematic |
@angular-devkit/build-angular
| Commit | Description |
|---|---|
| implement stats-json option for esbuild builder | |
| ensure Sass load paths are resolved from workspace root | |
| format esbuild error messages to include more information |
Special Thanks
Alan Agius, Charles Lyding, Kristiyan Kostadinov, Paul Gschwendtner, aanchal and angular-robot[bot]
v15.0.5
v15.1.0-next.3
15.1.0-next.3 (2022-12-14)
Deprecations
@angular-devkit/schematics
- The Observable based
SchematicTestRunner.runSchematicAsyncandSchematicTestRunner.runExternalSchematicAsyncmethod have been deprecated in favor of the Promise basedSchematicTestRunner.runSchematicandSchematicTestRunner.runExternalSchematic.
@schematics/angular
| Commit | Description |
|---|---|
| add environments generation schematic |
@angular-devkit/build-angular
@angular-devkit/schematics
| Commit | Description |
|---|---|
add runSchematic and runExternalSchematic methods |
Special Thanks
Alan Agius and Charles Lyding
v15.0.4
15.0.4 (2022-12-14)
@angular-devkit/build-angular
Special Thanks
Alan Agius and Charles Lyding
v15.1.0-next.2
15.1.0-next.2 (2022-12-08)
@schematics/angular
| Commit | Description |
|---|---|
add guardType as an alias of implements in guard schematic |
|
| add missing import for functional interceptor spec | |
| add missing semicolon in functional guard/resolver/interceptor |
@angular-devkit/build-angular
Special Thanks
Alan Agius, Charles Lyding, Cédric Exbrayat, Dominic Elm, Doug Parker and Paul Gschwendtner
v15.0.3
15.0.3 (2022-12-07)
@angular-devkit/build-angular
Special Thanks
Charles Lyding, Dominic Elm and Paul Gschwendtner
v15.1.0-next.1
15.1.0-next.1 (2022-11-30)
@schematics/angular
@angular-devkit/build-angular
| Commit | Description |
|---|---|
| correctly set Sass quietDeps and verbose options |
@ngtools/webpack
| Commit | Description |
|---|---|
| elide unused type references |
Special Thanks
Alan Agius, Andrew Scott, Cédric Exbrayat, Jason Bedard and Juuso Valkeejärvi
v15.0.2
v15.1.0-next.0
15.1.0-next.0 (2022-11-23)
@schematics/angular
| Commit | Description |
|---|---|
| Add schematics for generating functional router guards and resolvers | |
| add sideEffects:false to library package.json |
@angular-devkit/build-angular
| Commit | Description |
|---|---|
add assets option to server builder |
|
| use worker pool for JavaScript transforms in esbuild builder |
Special Thanks
Alan Agius, Andrew Scott, Charles Lyding, Doug Parker, Felix Hamann and Joey Perrott