Sourced from @angular-devkit/schematics
's
releases.
v15.1.1
15.1.1 (2023-01-12)
@angular-devkit/build-angular
Commit Description update esbuild
to0.16.17
Special Thanks
Alan Agius
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
andrunExternalSchematic
methodsSpecial 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
... (truncated)
Sourced from @angular-devkit/schematics
's
changelog.
15.1.1 (2023-01-12)
@angular-devkit/build-angular
Commit Type Description b94bf60ca fix update esbuild
to0.16.17
Special Thanks
Alan Agius
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
Commit Type Description 5b18ce154 feat add guardType
as an alias ofimplements
in guard schematicdd2b65943 feat add configuration files generation schematic 8d000d156 feat add environments generation schematic 6c39a162b feat Add schematics for generating functional router guards and resolvers 62121f89a feat add sideEffects:false to library package.json 9299dea64 feat generate functional interceptors 49b313f27 fix add missing import for functional interceptor spec 2f92fe7e5 fix add missing semicolon in functional guard/resolver/interceptor 9b6d190f4 fix remove EnvironmentInjector import in functional guard spec b11d3f644 fix use proper variable in functional guard spec 451975f76 fix use proper variable in resolver functional spec
@angular-devkit/build-angular
Commit Type Description c29df6954 feat add assets
option to server builder839d0cb57 feat implement stats-json option for esbuild builder 216991b9d feat support inline component Sass styles with esbuild builder 7c87ce47c fix ensure Sass load paths are resolved from workspace root 7a063238b fix explicitly send options to JS transformer workers 22cba7937 fix provide an option to exclude
specs in Karma builder
... (truncated)
a8953ff
release: cut the v15.1.1 release4ba55e4
refactor: change JSONFile
to private instead of
internal6dd88b4
build: update eslint-plugin-import
to
2.27.4
b94bf60
fix(@angular-devkit/build-angular
): update
esbuild
to 0.16.17
d6583e5
docs(@angular/cli
): add ng new long descriptionea64def
release: cut the v15.1.0 release7731588
build: update angular packages for 15.1.0 released41b741
build: lock file maintenance0520608
fix(@angular-devkit/build-angular
): use relative css
resource paths in esbuil...22cba79
fix(@angular-devkit/build-angular
): provide an option to
exclude
specs in K...