Skip to content

Releases: angular/angular-cli

v14.1.0-next.4

06 Jul 16:23

Choose a tag to compare

v14.1.0-next.4 Pre-release
Pre-release

14.1.0-next.4 (2022-07-06)

@schematics/angular

Commit Description
fix - 9e3152466 prevent importing RouterModule parallel to RoutingModule

@angular/cli

Commit Description
fix - cbccfd426 during an update only use package manager force option with npm 7+
fix - dbe0dc174 improve error message for project-specific ng commands when run outside of a project
fix - 93ba050b0 show deprecated workspace config options in IDE

@angular-devkit/build-angular

Commit Description
fix - 7a2460914 disable glob mounting for patterns that start with a forward slash
fix - 88701115c don't override base-href in HTML when it's not set in builder
fix - d2bbcd7b6 improve detection of CommonJS dependencies
fix - 53e9c459d support hidden component stylesheet sourcemaps with esbuild builder

@ngtools/webpack

Commit Description
fix - 5319428e1 do not run ngcc when node_modules does not exist

Special Thanks

Alan Agius, Charles Lyding, JoostK and Paul Gschwendtner

v14.0.5

06 Jul 15:21

Choose a tag to compare

14.0.5 (2022-07-06)

@schematics/angular

Commit Description
fix - f9f970cab prevent importing RouterModule parallel to RoutingModule

@angular/cli

Commit Description
fix - 98a6aad60 during an update only use package manager force option with npm 7+
fix - 094aa16aa improve error message for project-specific ng commands when run outside of a project
fix - e5e07fff1 show deprecated workspace config options in IDE

@angular-devkit/build-angular

Commit Description
fix - aa8ed532f disable glob mounting for patterns that start with a forward slash
fix - c76edb8a7 don't override base-href in HTML when it's not set in builder
fix - f64903528 improve detection of CommonJS dependencies
fix - 74dbd5fc2 support hidden component stylesheet sourcemaps with esbuild builder

@ngtools/webpack

Commit Description
fix - 7aed97561 do not run ngcc when node_modules does not exist

Special Thanks

Alan Agius, Charles Lyding, JoostK and Paul Gschwendtner

v14.1.0-next.3

29 Jun 19:52

Choose a tag to compare

v14.1.0-next.3 Pre-release
Pre-release

14.1.0-next.3 (2022-06-29)

@schematics/angular

Commit Description
fix - ab8ab30c8 use sourceRoot instead of src in universal schematic

@angular/cli

Commit Description
fix - 5a012b5fc correctly handle --collection option in ng new
fix - 8b65abe1b improve global schema validation
fix - 4fa039b69 remove color from help epilogue

@angular-devkit/architect

Commit Description
fix - ecdbe721a complete builders on the next event loop iteration

@angular-devkit/build-angular

Commit Description
fix - 4fcfc37cb exit dev-server when CTRL+C is pressed
fix - 2b962549d exit localized builds when CTRL+C is pressed
fix - b40aeed44 hide stacktraces from webpack errors
fix - 43f495d57 set base-href in service worker manifest when using i18n and app-shell

@ngtools/webpack

Commit Description
fix - 7ababc210 restore process title after NGCC is executed
fix - 34ecf669d show a compilation error on invalid TypeScript version

Special Thanks

Alan Agius, Charles Lyding, Jason Bedard, Paul Gschwendtner, Tim Bowersox and renovate[bot]

v14.0.4

29 Jun 18:49

Choose a tag to compare

14.0.4 (2022-06-29)

@schematics/angular

Commit Description
fix - c58c66c0d use sourceRoot instead of src in universal schematic

@angular/cli

Commit Description
fix - fc72c625b correctly handle --collection option in ng new
fix - f5badf221 improve global schema validation
fix - ed302ea4c remove color from help epilogue

@angular-devkit/architect

Commit Description
fix - 88acec1fd complete builders on the next event loop iteration

@angular-devkit/build-angular

Commit Description
fix - 694b73dfa exit dev-server when CTRL+C is pressed
fix - 6d4782199 exit localized builds when CTRL+C is pressed
fix - 282baffed hide stacktraces from webpack errors
fix - c4b0abf5b set base-href in service worker manifest when using i18n and app-shell

@ngtools/webpack

Commit Description
fix - 33f1cc192 restore process title after NGCC is executed
fix - 6796998bf show a compilation error on invalid TypeScript version

Special Thanks

Alan Agius, Charles Lyding and Tim Bowersox

v14.1.0-next.2

23 Jun 21:00

Choose a tag to compare

v14.1.0-next.2 Pre-release
Pre-release

14.1.0-next.2 (2022-06-23)

@angular/cli

Commit Description
fix - 3884b8652 add esbuild browser builder to workspace schema
fix - 4f31b57df disable version check when running ng completion commands
fix - fd92eaa86 provide an actionable error when using --configuration with ng run
fix - ba3f67193 temporarily handle boolean options in schema prefixed with no

@angular-devkit/build-angular

Commit Description
feat - a7709b718 add externalDependencies to the esbuild browser builder
fix - 667799423 fix incorrect glob cwd in karma when using --include option
fix - 0f02b0011 handle codeCoverageExclude correctly in Windows
fix - 1fc7d4f56 ignore supported browsers during i18n extraction

@angular-devkit/core

Commit Description
fix - 1af3f71aa workspace writer skip creating empty projects property

Special Thanks

Alan Agius, Charles Lyding, Doug Parker, Paul Gschwendtner and renovate[bot]

v14.0.3

23 Jun 19:09

Choose a tag to compare

14.0.3 (2022-06-23)

@angular/cli

Commit Description
fix - b3db91baf disable version check when running ng completion commands
fix - cdab9fa74 provide an actionable error when using --configuration with ng run
fix - 5521648e3 temporarily handle boolean options in schema prefixed with no

@angular-devkit/build-angular

Commit Description
fix - 5e960ce24 fix incorrect glob cwd in karma when using --include option
fix - 1b5e92075 handle codeCoverageExclude correctly in Windows
fix - ff6d81a45 ignore supported browsers during i18n extraction

@angular-devkit/core

Commit Description
fix - 170c16f2e workspace writer skip creating empty projects property

Special Thanks

Alan Agius, Charles Lyding and Paul Gschwendtner

v14.1.0-next.1

15 Jun 13:03

Choose a tag to compare

v14.1.0-next.1 Pre-release
Pre-release

14.1.0-next.1 (2022-06-15)

@schematics/angular

Commit Description
fix - 7cbbf2f2b remove vscode testing configurations for minimal workspaces

@angular/cli

Commit Description
fix - 82ec1af4e show more actionable error when command is ran in wrong scope

@angular-devkit/build-angular

Commit Description
feat - b06ae5514 add service worker support to experimental esbuild builder
fix - 1f66edebc replace fallback locale for en-US

Special Thanks

Alan Agius, Charles Lyding, Jason Bedard and Julien Marcou

v14.0.2

15 Jun 10:33

Choose a tag to compare

14.0.2 (2022-06-15)

@schematics/angular

Commit Description
fix - 5a486cb64 remove vscode testing configurations for minimal workspaces

@angular/cli

Commit Description
fix - 23095e9c3 show more actionable error when command is ran in wrong scope

@angular-devkit/build-angular

Commit Description
fix - 9d88c96d8 replace fallback locale for en-US

Special Thanks

Alan Agius and Julien Marcou

v13.3.8

15 Jun 08:02

Choose a tag to compare

13.3.8 (2022-06-15)

@angular/pwa

Commit Description
fix - c7f994f88 add peer dependency on Angular CLI

Special Thanks

Alan Agius

v14.1.0-next.0

09 Jun 00:23

Choose a tag to compare

v14.1.0-next.0 Pre-release
Pre-release

14.1.0-next.0 (2022-06-08)

@schematics/angular

Commit Description
feat - 707911d42 support controlling addDependency utility rule install behavior

@angular-devkit/schematics

Commit Description
feat - 526cdb263 allow chain rule to accept iterables of rules

Special Thanks

Alan Agius, Charles Lyding, Doug Parker, Jason Bedard and Joey Perrott