Releases: angular/angular-cli
Releases · angular/angular-cli
v10.0.1
Commits
@angular-devkit/build-angular (0.1000.1) | ||
| Commit | Description | Notes |
|
|
show warning when using non global locale data | |
|
|
match allowed dependencies against the package name | |
|
|
use copy-on-write asset processing for non-watch builds | |
|
|
update copy-webpack-plugin to 6.0.3 | |
|
|
don't dedupe linked modules |
[Closes #18021] |
|
|
don't dedupe modules without a name or version |
[Closes #17967] |
|
|
emit formatted stats.json file | |
@angular/cli (10.0.1) | ||
| Commit | Description | Notes |
|
|
resolve external schematics from workspace root |
[Closes #18083] |
@schematics/angular (10.0.1) | ||
| Commit | Description | Notes |
|
|
migrate tsconfig.base.json module and target options |
[Closes #18073] |
|
|
split browserslist IE entries and provide better comments |
[Closes #18032] |
|
|
don't error out on blank JSON files during migrations | |
@schematics/schematics (0.1000.1) | ||
| Commit | Description | Notes |
|
|
replaced removed `runner.runSchematic` with `runner.runSchematicAsync` |
[Closes #18062] |
Special Thanks
Alan Agius, Charles Lyding, Minko Gechev
v10.0.0
Commits
@angular-devkit/architect (0.1000.0) | ||
| Commit | Description | Notes |
|
|
temporary workaround for TS bug with UMDs | |
@angular-devkit/build-angular (0.1000.0) | ||
| Commit | Description | Notes |
|
|
rebase relative stylesheet assets when using preprocessors | |
|
|
provide webpack support for resolving via Yarn PnP | |
|
|
change tslint default formatter to stylish | |
|
|
show warnings when depending on CommonJS. | |
|
|
disable CSS `calc` optimizations |
[Closes #16910] [Closes #16875] [Closes #17890] |
|
|
update copy-webpack-plugin to version 6 |
[Closes #17858] |
|
|
dedupe duplicate modules | |
|
|
add link when displaying commonJS usage warnings | |
|
|
the path to `source_file_utils` changed in v10.0.0 | |
|
|
ensure webpack tilde resolve behavior for stylesheet resources | |
|
|
retain css declarations order when using `extractCss` and `@import` rule |
[Closes #9475] |
|
|
don't show commonjs usage for webpack-dev-server utils | |
@angular-devkit/build-optimizer (0.1000.0) | ||
| Commit | Description | Notes |
|
|
use TypeScript 3.6 | |
@angular-devkit/schematics (10.0.0) | ||
| Commit | Description | Notes |
|
|
add module_name and data files | |
@angular/cli (10.0.0) | ||
| Commit | Description | Notes |
|
|
throw error when specified project does not exist |
[Closes #17682] |
|
|
add missing `experimentalRollupPass`in CLI schema | |
|
|
downgrade pacote to 9.5.12 |
[Closes #17314] [Closes #16615] |
@ngtools/webpack (10.0.0) | ||
| Commit | Description | Notes |
|
|
don't emit unused file warning for`.ngtypecheck.ts` | |
|
|
remove internal markers | |
|
|
export VirtualFileSystemDecorator type | |
@schematics/angular (10.0.0) | ||
| Commit | Description | Notes |
|
|
add tslint no-any and typedef rules when in strict mode | |
|
|
add solutions style tsconfig structure |
[Closes #17493] [Closes #8138] |
|
|
generate new projects us... | |
v8.3.28
Commits
@angular-devkit/build-angular (0.803.28) | ||
| Commit | Description | Notes |
|
|
update terser-webpack-plugin to 3.0.3 |
[Closes #17912] |
Special Thanks
Keen Yee Liau, Alan Agius
v9.1.9
Commits
@angular-devkit/build-angular (0.901.9) | ||
| Commit | Description | Notes |
|
|
update terser-webpack-plugin to 3.0.3 |
[Closes #17912] |
Special Thanks
Doug Parker, Charles Lyding, Alan Agius
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