Releases: angular/angular-cli
Releases · angular/angular-cli
v10.1.0-next.2
Commits
@angular-devkit/build-angular (0.1001.0-next.2) | ||
| Commit | Description | Notes |
|
|
mark rxjs add imports as having side effects | |
|
|
avoid ES module assumption for vendor files |
[Closes #18284] |
|
|
flatten child compilation errors and warnings |
[Closes #18231] |
@schematics/angular (10.1.0-next.2) | ||
| Commit | Description | Notes |
|
|
remove reference to tsconfig.spec.json in tsconfig.json when minimal=true | |
@schematics/schematics (0.1001.0-next.2) | ||
| Commit | Description | Notes |
|
|
generate new schematics using TypeScript 3.9 | |
Special Thanks
Renovate Bot, Alan Agius, Vlad Tansky, Charles Lyding, Keen Yee Liau, dependabot[bot], Pete Bacon Darwin, Amit Bublil
v10.0.4
Commits
@angular-devkit/build-angular (0.1000.4) | ||
| Commit | Description | Notes |
|
|
mark rxjs add imports as having side effects | |
|
|
avoid ES module assumption for vendor files |
[Closes #18284] |
|
|
flatten child compilation errors and warnings |
[Closes #18231] |
@angular-devkit/core (10.0.4) | ||
| Commit | Description | Notes |
|
|
update `ajv` to `6.12.3` | |
@schematics/angular (10.0.4) | ||
| Commit | Description | Notes |
|
|
remove reference to tsconfig.spec.json in tsconfig.json when minimal=true | |
@schematics/schematics (0.1000.4) | ||
| Commit | Description | Notes |
|
|
generate new schematics using TypeScript 3.9 | |
Special Thanks
Alan Agius, Vlad Tansky, Charles Lyding, Keen Yee Liau, Pete Bacon Darwin, Amit Bublil
v9.1.12
v8.3.29
v10.1.0-next.1
Commits
@angular-devkit/build-angular (0.1001.0-next.1) | ||
| Commit | Description | Notes |
|
|
suppress warning for CommonJS templateUrl and styleUrl | |
|
|
don't emit empty warnings |
[Closes #18231] |
|
|
wrap ES5 differential loading bundles | |
@schematics/angular (10.1.0-next.1) | ||
| Commit | Description | Notes |
|
|
remove async test helper function from component schematic | |
|
|
consecutive blank lines in routing.module.ts | |
|
|
keep tslint rules ordered | |
|
|
don't add e2e tsconfig reference in solution tsconfig |
[Closes #18190] |
Special Thanks
Renovate Bot, Charles Lyding, Keen Yee Liau, Alan Agius, Sachin Grover, Cédric Exbrayat
v10.0.3
Commits
@angular-devkit/build-angular (0.1000.3) | ||
| Commit | Description | Notes |
|
|
suppress warning for CommonJS templateUrl and styleUrl | |
|
|
don't emit empty warnings |
[Closes #18231] |
|
|
wrap ES5 differential loading bundles | |
@schematics/angular (10.0.3) | ||
| Commit | Description | Notes |
|
|
consecutive blank lines in routing.module.ts | |
|
|
don't add e2e tsconfig reference in solution tsconfig |
[Closes #18190] |
Special Thanks
Alan Agius, Keen Yee Liau, Charles Lyding, Sachin Grover
v10.1.0-next.0
Commits
@angular-devkit/build-angular (0.1001.0-next.0) | ||
| Commit | Description | Notes |
|
|
update copy-webpack-plugin to 6.0.3 | |
|
|
update copy-webpack-plugin to version 6 |
[Closes #17858] |
@angular-devkit/schematics-cli (0.1001.0-next.0) | ||
| Commit | Description | Notes |
|
|
only show prompts in TTY terminals | |
@ngtools/webpack (10.1.0-next.0) | ||
| Commit | Description | Notes |
|
|
add ngcc initial run check | |
|
|
only process dependent packages with NGCC | |
@schematics/angular (10.1.0-next.0) | ||
| Commit | Description | Notes |
|
|
emit declaration maps for local library builds |
[Closes #17888] |
Special Thanks
Renovate Bot, Alan Agius, Charles Lyding, Keen Yee Liau, Doug Parker, dependabot[bot]
v10.0.2
Commits
@angular-devkit/build-angular (0.1000.2) | ||
| Commit | Description | Notes |
|
|
remove non-global locale import warning | |
|
|
show child compilation errors |
[Closes #17565] |
@ngtools/webpack (10.0.2) | ||
| Commit | Description | Notes |
|
|
don't elide used imports for transformed ShorthandPropertyAssignment |
[Closes #18149] [Closes #17347] |
@schematics/angular (10.0.2) | ||
| Commit | Description | Notes |
|
|
provide more context on offending invalid JSON file | |
|
|
validate project name before prompts |
[Closes #14994] |
Special Thanks
Alan Agius, Doug Parker, Kishan Gajera, Simon Kurtz, mgechev