Releases: angular/angular-cli
v14.2.6
14.2.6 (2022-10-12)
@angular/cli
Commit | Description |
---|---|
handle missing which binary in path |
|
skip downloading temp CLI when running ng update without package names |
@angular-devkit/core
Commit | Description |
---|---|
project extension warning message should identify concerned project |
Special Thanks
AgentEnder and Alan Agius
v15.0.0-next.4
15.0.0-next.4 (2022-10-05)
Breaking Changes
@angular/cli
- Node.js versions older than 14.20 are no longer supported.
@schematics/angular
Commit | Description |
---|---|
remove karma.conf.js from newly generated projects |
|
remove ngOnInit from component template |
|
remove empty lines |
@angular/cli
Commit | Description |
---|---|
drop support for Node.js versions older than 14.20 |
@angular-devkit/build-angular
@angular-devkit/schematics
Commit | Description |
---|---|
throw more relevant error when Rule returns invalid null value |
Special Thanks
Alan Agius, Brent Schmidt, Charles Lyding, CΓ©dric Exbrayat and minijus
v14.2.5
v15.0.0-next.3
15.0.0-next.3 (2022-09-28)
Breaking Changes
@angular-devkit/build-angular
-
The server builder
bundleDependencies
option has been removed. This option was used pre Ivy. Currently, using this option is unlikely to produce working server bundles.The
externalDependencies
option can be used instead to exclude specific node_module packages from the final bundle. -
- Deprecated support for tilde import has been removed. Please update the imports by removing the
~
.
Before
@import "~font-awesome/scss/font-awesome";
After
@import "font-awesome/scss/font-awesome";
- By default the CLI will use Sass modern API, While not recommended, users can still opt to use legacy API by setting
NG_BUILD_LEGACY_SASS=1
.
- Deprecated support for tilde import has been removed. Please update the imports by removing the
-
require.context
are no longer parsed. Webpack specific features are not supported nor guaranteed to work in the future.
@schematics/angular
@angular/cli
Commit | Description |
---|---|
add builders and schematic names as page titles in collected analytics |
@angular-devkit/build-angular
Special Thanks
Alan Agius, Jason Bedard and Paul Gschwendtner
v14.2.4
v15.0.0-next.2
15.0.0-next.2 (2022-09-21)
Breaking Changes
@angular-devkit/build-angular
- Internally the Angular CLI now always sets the TypeScript
target
toES2022
anduseDefineForClassFields
tofalse
unless the target is set toES2022
or later in the TypeScript configuration. To control ECMA version and features use the Browerslist configuration. - Producing ES5 output is no longer possible. This was needed for Internet Explorer which is no longer supported. All browsers that Angular supports work with ES2015+
- Deprecated support for Stylus has been removed. The Stylus package has never reached a stable version and its usage in the Angular CLI is minimal. It's recommended to migrate to another CSS preprocessor that the Angular CLI supports.
@angular-devkit/core
- Workspace projects with missing
root
is now an error.
@schematics/angular
Commit | Description |
---|---|
enable error on unknown properties and elements in tests |
@angular-devkit/build-angular
@angular-devkit/core
Commit | Description |
---|---|
throw error when project has missing root property |
Special Thanks
Alan Agius, Charles Lyding, CΓ©dric Exbrayat, Doug Parker, Jason Bedard and Paul Gschwendtner
v15.0.0-next.1
15.0.0-next.1 (2022-09-15)
Breaking Changes
@angular-devkit/build-angular
- server builder
bundleDependencies
option now only accept a boolean value.
@schematics/angular
Commit | Description |
---|---|
remove Browserslist configuration files from projects |
@angular-devkit/build-angular
Commit | Description |
---|---|
correctly display error messages that contain "at" text. | |
watch symbolic links | |
remove old bundleDependencies enum logic |
@ngtools/webpack
Commit | Description |
---|---|
avoid bootstrap conversion AST traversal where possible |
Special Thanks
Alan Agius, Charles Lyding, Doug Parker, Jason Bedard, Joey Perrott and angular-robot[bot]
v14.2.3
14.2.3 (2022-09-15)
@angular-devkit/build-angular
Commit | Description |
---|---|
correctly display error messages that contain "at" text. | |
watch symbolic links |
@ngtools/webpack
Commit | Description |
---|---|
avoid bootstrap conversion AST traversal where possible |
Special Thanks
Alan Agius, Charles Lyding, Jason Bedard and Joey Perrott
v15.0.0-next.0
15.0.0-next.0 (2022-09-08)
Breaking Changes
@angular/cli
- The 'path' option in schematics schema no longer has a special meaning. Use 'workingDirectory' smart default provider should be used instead.
@schematics/angular
- Removed unused
appDir
option from Universal and App-Shell schematic. This option can safely be removed if present since it no longer has effect.
@schematics/angular
Commit | Description |
---|---|
mark project as required option | |
remove deprecated appDir option |
@angular/cli
Commit | Description |
---|---|
remove deprecated path handler |
@angular-devkit/build-angular
Commit | Description |
---|---|
use esbuild-based builder to directly downlevel for await...of |
Special Thanks
Alan Agius, Charles Lyding, Doug Parker, Ruslan Lekhman and angular-robot[bot]
v14.2.2
14.2.2 (2022-09-08)
@schematics/angular
Commit | Description |
---|---|
update minimum Angular version to 14.2 |
@angular/cli
Commit | Description |
---|---|
favor non deprecated packages during update |
@angular-devkit/build-angular
Special Thanks
Alan Agius, Charles Lyding, Jason Bedard and Joey Perrott