Skip to content

Releases: angular/angular-cli

v10.1.0-next.3

v10.1.0-next.3 Pre-release
Pre-release

Choose a tag to compare

@dgp1130 dgp1130 released this 31 Jul 20:43

Commits

@schematics/angular (10.1.0-next.3)

Commit Description Notes
generate projects using jasmine-core 3.6.x
update codelyzer to stable version
show info message when depending on `rxjs-compat`

@schematics/schematics (0.1001.0-next.3)

Commit Description Notes
await expect result in full schematic test
generate new schematics using TypeScript 3.9


Special Thanks

Renovate Bot, Charles Lyding, Alan Agius, Doug Parker, dependabot[bot], Tom Dutton, Keen Yee Liau, Joey Perrott

v10.0.5

Choose a tag to compare

@dgp1130 dgp1130 released this 31 Jul 20:32

Commits

@schematics/angular (10.0.5)

Commit Description Notes
show info message when depending on `rxjs-compat`

@schematics/schematics (0.1000.5)

Commit Description Notes
await expect result in full schematic test


Special Thanks

Charles Lyding, Doug Parker, Alan Agius, Joey Perrott

v10.1.0-next.2

v10.1.0-next.2 Pre-release
Pre-release

Choose a tag to compare

@kyliau kyliau released this 22 Jul 20:30

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

Choose a tag to compare

@kyliau kyliau released this 22 Jul 20:25

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

Choose a tag to compare

@kyliau kyliau released this 22 Jul 20:36

Commits

@angular-devkit/core (9.1.12)

Commit Description Notes
update `ajv` to `6.12.3`


Special Thanks

Alan Agius, Keen Yee Liau

v8.3.29

Choose a tag to compare

@kyliau kyliau released this 22 Jul 20:44

Commits

@angular-devkit/build-angular (0.803.29)

Commit Description Notes
update copy-webpack-plugin to 6.0.3

@angular-devkit/core (8.3.29)

Commit Description Notes
update `ajv` to `6.12.3`


Special Thanks

Alan Agius, Keen Yee Liau

v10.1.0-next.1

v10.1.0-next.1 Pre-release
Pre-release

Choose a tag to compare

@kyliau kyliau released this 15 Jul 20:28

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

Choose a tag to compare

@kyliau kyliau released this 15 Jul 20:27

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

v10.1.0-next.0 Pre-release
Pre-release

Choose a tag to compare

@dgp1130 dgp1130 released this 09 Jul 21:02

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

Choose a tag to compare

@dgp1130 dgp1130 released this 09 Jul 21:00

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