Skip to content

Releases: angular/angular-cli

v15.2.0-next.4

08 Feb 22:59

Choose a tag to compare

v15.2.0-next.4 Pre-release
Pre-release

15.2.0-next.4 (2023-02-08)

@schematics/angular

Commit Description
fix - 88fddc050 remove bootstrapping wrapping in universal schematic

@angular/cli

Commit Description
fix - 234f265d1 error if Angular compiler is used in a schematic
fix - 7bcb19cdd only set DebugView when NG_DEBUG is passed

@angular-devkit/build-angular

Commit Description
feat - 01b3bcf89 add Less stylesheet support to experimental esbuild-based builder
feat - 8cf0d17fb support JIT compilation with esbuild
fix - bfc0faced build optimizer support for spec-compliant downlevel class properties
fix - d9c697b2b do not fail compilation when spec pattern does not match
fix - df7c7f430 fix support of Safari TP versions
fix - bf3be56db load polyfills and runtime as scripts instead of modules

Special Thanks

Alan Agius, Charles Lyding, Doug Parker, Jason Bedard, Kristiyan Kostadinov and Ricardo

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