Releases: angular/angular-cli
Releases · angular/angular-cli
v10.0.0-rc.3
Commits
@angular-devkit/build-angular (0.1000.0-rc.3) | ||
Commit | Description | Notes |
|
disable CSS `calc` optimizations |
[Closes #16910] [Closes #16875] [Closes #17890] |
|
update copy-webpack-plugin to version 6 |
[Closes #17858] |
@schematics/angular (10.0.0-rc.3) | ||
Commit | Description | Notes |
|
specify module option as a fix for the multiple module error | |
|
add strict setting to angular.json | |
|
remove strict prompt | |
|
don't visit dot folders when running migrations | |
|
update several testing dev dependencies | |
Special Thanks
Alan Agius, Minko Gechev, Kishan Gajera, Charles Lyding
v9.1.8
Commits
@angular-devkit/build-angular (0.901.8) | ||
Commit | Description | Notes |
|
update less library to version 3.11.3 | |
|
update copy-webpack-plugin to version 6 |
[Closes #17858] |
Special Thanks
Alan Agius, Minko Gechev, Vishnu TS
v8.3.27
Commits
@angular-devkit/build-angular (0.803.27) | ||
Commit | Description | Notes |
|
update copy-webpack-plugin to version 6 |
[Closes #17858] |
|
address vulnerability in webpack-dev-server | |
@schematics/angular (8.3.27) | ||
Commit | Description | Notes |
|
address vulnerability in protractor | |
Special Thanks
Charles Lyding, Alan Agius, Minko Gechev
v10.0.0-rc.2
v10.0.0-rc.0
Commits
@angular-devkit/build-angular (0.1000.0-rc.0) | ||
Commit | Description | Notes |
|
dedupe duplicate modules | |
@schematics/angular (10.0.0-rc.0) | ||
Commit | Description | Notes |
|
add solutions style tsconfig structure |
[Closes #17493] [Closes #8138] |
|
update to tslib 2.0.0 | |
|
add migration to ensure tslint deprecation rule | |
Special Thanks
Renovate Bot, Alan Agius, Charles Lyding, Minko Gechev
v9.1.7
Commits
@angular-devkit/build-angular (0.901.7) | ||
Commit | Description | Notes |
|
downlevel and optimize locale data | |
|
address vulnerability in webpack-dev-server |
[Closes #17642] |
@schematics/angular (9.1.7) | ||
Commit | Description | Notes |
|
add tslib as a direct dependency for new libraries | |
|
address vulnerability in protractor |
[Closes #17642] |
Special Thanks
Alan Agius, Charles Lyding, Minko Gechev
v10.0.0-next.6
Commits
@angular-devkit/build-angular (0.1000.0-next.6) | ||
Commit | Description | Notes |
|
add link when displaying commonJS usage warnings | |
@angular/cli (10.0.0-next.6) | ||
Commit | Description | Notes |
|
add missing `experimentalRollupPass`in CLI schema | |
@schematics/angular (10.0.0-next.6) | ||
Commit | Description | Notes |
|
generate new projects using TypeScript 3.9 | |
|
address vulnerability in protractor |
[Closes #17642] |
Breaking Changes
remove deprecate protractor `elementExplorer` (5395cec)
Protractor builder elementExplorer option has been removed. This was not compatable with the Node.Js versions that the Angular CLI supports. See: https://github.com/angular/protractor/blob/master/docs/debugging.md#enabled-control-flow for an alternative debugging methods.Special Thanks
Alan Agius, Renovate Bot, Charles Lyding, Walter Werner SCHNEIDER, Minko Gechev, Keen Yee Liau
v10.0.0-next.5
v9.1.6
v10.0.0-next.4
Commits
@angular-devkit/build-angular (0.1000.0-next.4) | ||
Commit | Description | Notes |
|
downlevel and optimize locale data | |
@angular/cli (10.0.0-next.4) | ||
Commit | Description | Notes |
|
allow configuration option in `ng deploy` |
[Closes #17613] |
@ngtools/webpack (10.0.0-next.4) | ||
Commit | Description | Notes |
|
don't emit unused file warning for`.ngtypecheck.ts` | |
|
only emit import default helper when needed | |
|
remove internal markers | |
|
export VirtualFileSystemDecorator type | |
@schematics/angular (10.0.0-next.4) | ||
Commit | Description | Notes |
|
update compiler options target and module settings | |
|
add stricter bundle budgets when using the `--strict` option | |
|
enable stricter type checking and optimization effective coding rules | |
|
add migration to remove deprecated server options | |
|
evergreen new applications | |
|
don't add `@angular/language-service` in new Angular projects |
Breaking Changes
@angular/cli: remove deprecated get/set commands (b66b9b8)
Deprecated `ng set` and `ng get` have been removed, use `ng config` instead.@angular/cli: remove deprecated typescriptMismatch (28f87cb)
Removed deprecated `typescriptMismatch` warning option. Users will be migrated off this option automatically. Users wishing to disable TypeScript version checks should use the Angular compiler option `disableTypeScriptVersionCheck`, see https://angular.io/guide/angular-compiler-options#disabletypescriptversioncheck for more information.@schematics/angular: remove deprecated options from app-shell and universal schematics (ac3aff2)
The below options have been removed as they had no effect - `test` and `testTsconfigFileName` have been removed form the universal schematic - `universalProject`, `name`, `outDir`, `root` and `index` have been removed from the app-shell schematic@angular-devkit/build-angular: remove unused server builder options (08062e9)
options `commonChunk` and `vendorChunk` have been removed from the server builder.Note: this change only effects direct @angular-devkit/build-angular users and not the application developers as users will be migrated automatically off these options.
@ngtools/webpack: remove deprecated isSupported method (51de4f7)
`isSupported` method has been removed from `AngularCompilerPlugin` as it has become redundant with peer dependencies.Note: this change only effects direct @ngtools/webpack
users and not the application developers.
Special Thanks
Filipe Silva, Alan Agius, Renovate Bot, Charles Lyding, Greg Magolan, Keen Yee Liau, Doug Parker, Joey Perrott, Walter Werner SCHNEIDER