Releases: angular/angular-cli
Releases · angular/angular-cli
v15.2.0-next.1
15.2.0-next.1 (2023-01-18)
@schematics/angular
Commit | Description |
---|---|
replace existing BrowserModule.withServerTransition calls when running universal schematic |
@angular/cli
Commit | Description |
---|---|
register schematic aliases when providing collection name in ng generate |
|
remove --to option from being required when using --from in ng update |
@angular-devkit/build-angular
Commit | Description |
---|---|
support CommonJS dependency checking in esbuild | |
prevent hanging initial build during exception with esbuild |
Special Thanks
Alan Agius, Charles Lyding and Doug Parker
v15.1.2
15.1.2 (2023-01-18)
@schematics/angular
Commit | Description |
---|---|
replace existing BrowserModule.withServerTransition calls when running universal schematic |
@angular/cli
Commit | Description |
---|---|
register schematic aliases when providing collection name in ng generate |
|
remove --to option from being required when using --from in ng update |
@angular-devkit/build-angular
Commit | Description |
---|---|
prevent hanging initial build during exception with esbuild |
Special Thanks
Alan Agius, Charles Lyding and Doug Parker
v15.2.0-next.0
v15.1.1
v15.1.0
15.1.0 (2023-01-11)
Deprecations
@angular-devkit/schematics
- The Observable based
SchematicTestRunner.runSchematicAsync
andSchematicTestRunner.runExternalSchematicAsync
method have been deprecated in favor of the Promise basedSchematicTestRunner.runSchematic
andSchematicTestRunner.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.runSchematicAsync
andSchematicTestRunner.runExternalSchematicAsync
method have been deprecated in favor of the Promise basedSchematicTestRunner.runSchematic
andSchematicTestRunner.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