X Tutup
The Wayback Machine - https://web.archive.org/web/20220720084836/https://github.com/angular/angular-cli/releases
Skip to content
Compare
Choose a tag to compare

v14.1.0-rc.3

Pre-release
Pre-release

14.1.0-rc.1 (2022-07-14)

@schematics/angular

Commit Description
fix - b8bf3b480 only issue a warning for addDependency existing specifier
fix - 14f8f5c5a remove browserslist configuration

@angular/cli

Commit Description
fix - 2731fe7f6 handle cases when completion is enabled and running in an older CLI workspace
fix - 669345998 remove deprecation warning of no prefixed schema options

@angular-devkit/build-angular

Commit Description
feat - 248860ad6 add Sass file support to experimental esbuild-based builder
fix - b3a14d056 allow third-party sourcemaps to be ignored in esbuild builder
fix - 53dd929e5 ensure esbuild builder sourcemap sources are relative to workspace
fix - 357c45e48 generate different content hashes for scripts which are changed during the optimization phase

@angular-devkit/core

Commit Description
fix - 624e0b0ec provide actionable warning when a workspace project has missing root property

@angular/create

Commit Description
feat - cfe93fbc8 add support for yarn create and npm init

Special Thanks

Alan Agius, Charles Lyding, Doug Parker, Jason Bedard and martinfrancois

Compare
Choose a tag to compare

14.0.6 (2022-07-13)

@schematics/angular

Commit Description
fix - dfa6d73c5 remove browserslist configuration

@angular/cli

Commit Description
fix - 178550529 handle cases when completion is enabled and running in an older CLI workspace
fix - 10f24498e remove deprecation warning of no prefixed schema options

@angular-devkit/build-angular

Commit Description
fix - 4d848c4e6 generate different content hashes for scripts which are changed during the optimization phase

@angular-devkit/core

Commit Description
fix - 2500f34a4 provide actionable warning when a workspace project has missing root property

Special Thanks

Alan Agius and martinfrancois

Compare
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

Compare
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

Compare
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]

Compare
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

Compare
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]

Compare
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

Compare
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

Compare
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

X Tutup