Skip to content

Releases: angular/angular-cli

v15.1.5

08 Feb 20:29

Choose a tag to compare

15.1.5 (2023-02-08)

@schematics/angular

Commit Description
fix - 499173b5d remove bootstrapping wrapping in universal schematic

@angular/cli

Commit Description
fix - b8bbe9688 error if Angular compiler is used in a schematic
fix - fabbb8a93 only set DebugView when NG_DEBUG is passed

@angular-devkit/build-angular

Commit Description
fix - e87134fe9 build optimizer support for spec-compliant downlevel class properties
fix - d80adde2f do not fail compilation when spec pattern does not match
fix - 11be502e7 fix support of Safari TP versions
fix - 14e317d85 load polyfills and runtime as scripts instead of modules

Special Thanks

Alan Agius, Charles Lyding, Kristiyan Kostadinov and Ricardo

v15.2.0-next.3

02 Feb 00:21

Choose a tag to compare

v15.2.0-next.3 Pre-release
Pre-release

15.2.0-next.3 (2023-02-01)

@angular-devkit/build-angular

Commit Description
fix - 3512a0362 load JavaScript bundles as modules in karma
fix - f35e9908c print server builder errors and warnings

Special Thanks

Alan Agius and Doug Parker

v15.1.4

01 Feb 20:04

Choose a tag to compare

15.1.4 (2023-02-01)

@angular-devkit/build-angular

Commit Description
fix - 6c8fdfc69 load JavaScript bundles as modules in karma
fix - 317452e3b print server builder errors and warnings

Special Thanks

Alan Agius

v15.2.0-next.2

25 Jan 21:28

Choose a tag to compare

v15.2.0-next.2 Pre-release
Pre-release

15.2.0-next.2 (2023-01-25)

@angular-devkit/schematics-cli

Commit Description
feat - ecf43090d auto detect package manager (#24305)

@schematics/angular

Commit Description
fix - 7b0c1ce0c update browserslist config to include last 2 Chrome version

@angular/cli

Commit Description
feat - 0f58a17c4 log number of files update during ng update
fix - b5737efae handle extended schematics when retrieving aliases

@angular-devkit/build-angular

Commit Description
fix - d19f260ba avoid undefined module path for Sass imports in esbuild
fix - 97907addf update browserslist config to include last 2 Chrome versions

@angular-devkit/core

Commit Description
fix - f6f5d7919 handle number like strings in workspace writer

Special Thanks

Alan Agius, Charles Lyding, Doug Parker and Marvin

v15.1.3

25 Jan 21:08

Choose a tag to compare

15.1.3 (2023-01-25)

@schematics/angular

Commit Description
fix - 2c04f4a8f update browserslist config to include last 2 Chrome version

@angular/cli

Commit Description
fix - de15ec576 handle extended schematics when retrieving aliases

@angular-devkit/build-angular

Commit Description
fix - f31bf300b avoid undefined module path for Sass imports in esbuild
fix - c152a4a13 update browserslist config to include last 2 Chrome versions

@angular-devkit/core

Commit Description
fix - 9de99202e handle number like strings in workspace writer

Special Thanks

Alan Agius, Charles Lyding and Doug Parker

v15.2.0-next.1

18 Jan 22:03

Choose a tag to compare

v15.2.0-next.1 Pre-release
Pre-release

15.2.0-next.1 (2023-01-18)

@schematics/angular

Commit Description
fix - c8a3b3000 replace existing BrowserModule.withServerTransition calls when running universal schematic

@angular/cli

Commit Description
fix - 3ebb19552 register schematic aliases when providing collection name in ng generate
fix - 697df4f6e remove --to option from being required when using --from in ng update

@angular-devkit/build-angular

Commit Description
feat - bbc1a4f0d support CommonJS dependency checking in esbuild
fix - c3447e364 prevent hanging initial build during exception with esbuild

Special Thanks

Alan Agius, Charles Lyding and Doug Parker

v15.1.2

18 Jan 20:22

Choose a tag to compare

15.1.2 (2023-01-18)

@schematics/angular

Commit Description
fix - 0f5fb7e59 replace existing BrowserModule.withServerTransition calls when running universal schematic

@angular/cli

Commit Description
fix - 387472a95 register schematic aliases when providing collection name in ng generate
fix - 5d9fd788a remove --to option from being required when using --from in ng update

@angular-devkit/build-angular

Commit Description
fix - bf4639a6e prevent hanging initial build during exception with esbuild

Special Thanks

Alan Agius, Charles Lyding and Doug Parker

v15.2.0-next.0

12 Jan 15:50

Choose a tag to compare

v15.2.0-next.0 Pre-release
Pre-release

15.2.0-next.0 (2023-01-12)

@angular-devkit/build-angular

Commit Description
feat - 09af70743 implement node module license extraction for esbuild builder

Special Thanks

Alan Agius and Charles Lyding

v15.1.1

12 Jan 15:39

Choose a tag to compare

15.1.1 (2023-01-12)

@angular-devkit/build-angular

Commit Description
fix - b94bf60ca update esbuild to 0.16.17

Special Thanks

Alan Agius

v15.1.0

11 Jan 15:01

Choose a tag to compare

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