Releases: angular/angular-cli
Releases · angular/angular-cli
v10.0.0-rc.5
Commits
@angular/cli (10.0.0-rc.5) | ||
Commit | Description | Notes |
|
throw error when specified project does not exist |
[Closes #17682] |
@schematics/angular (10.0.0-rc.5) | ||
Commit | Description | Notes |
|
only generate `package.json` under `app` in strict applications | |
|
add links to generated app package.json files | |
|
add links to generated tsconfig files | |
Special Thanks
Alan Agius, Doug Parker, Kishan Gajera
v10.0.0-rc.4
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