Releases: angular/angular-cli
Releases · angular/angular-cli
v6.1.0-rc.3
We reverted a PR that had a detected issue (see #11587). We will investigate and fix it either in the next patch or minor.
Commits
@ngtools/webpack
Commit |
Description |
Notes |
 |
don't add resource sourcemap to parent compilation |
Closes #9980 |
Special Thanks
Hans Larsen, Charles Suttie, Filipe Silva, banjankri
v6.1.0-rc.1
Commits
@angular-devkit/architect
Commit |
Description |
Notes |
 |
unsubscribe on timeout in runTargetSpec |
|
 |
always clear TestProjectHost on restore |
|
@angular-devkit/build-angular
Commit |
Description |
Notes |
 |
update node-sass |
|
 |
add missing deploy-url to server |
Closes #11426 |
 |
downgrade sass-loader to 6.0.7 |
|
 |
update minimum copy-webpack-plugin version |
Closes #9230 |
 |
add all current TSLint default formatters to schema |
|
 |
revert to webpack 4.9.2 |
|
 |
pass in ContextElementDependency to ngtools/webpack |
|
 |
update webpack types |
|
 |
use webpack 4.11.1 |
|
 |
Allow less-loader to use webpack resolver |
|
@angular-devkit/build-optimizer
Commit |
Description |
Notes |
 |
support object literal methods |
|
@angular-devkit/build-webpack
Commit |
Description |
Notes |
 |
support minor versions of webpack 4.x |
|
@angular-devkit/build_angular
Commit |
Description |
Notes |
 |
use webpack 4 hooks for karma plugin |
|
@angular-devkit/core
Commit |
Description |
Notes |
 |
propagate node host delete errors |
|
 |
ensure full path is renamed for memory host |
|
 |
detect ambiguous projects with path discover |
|
 |
remove circular dependencies |
|
 |
when two projects are the same, pick the first declared |
|
@angular-devkit/schematics
Commit |
Description |
Notes |
 |
implement HostTree specific filtering |
|
 |
support VirtualTree/HostTree interop |
|
 |
ensure renamed files do not exist |
|
 |
support filtering a HostTree |
|
 |
fix declaring multiple aliases |
Closes #11389 |
 |
avoid piping input multiple times when calling rules |
|
@angular/cli
Commit |
Description |
Notes |
 |
add all current TSLint default formatters to schema |
|
 |
use default project when project path is ambiguous |
|
 |
Fix double setting of the path options for new |
Closes #11025 |
 |
support entry component |
|
 |
Fix removal of non-schematic options |
|
 |
allow override of configuration for ng run |
Closes #10569 |
 |
handle raw strings in config command |
|
 |
Fix config command setting number values |
Closes #10900 |
 |
support codeFrame format with ng lint |
|
 |
Fix parsing of new options |
Closes #10802 |
 |
fix PWD in cygwin |
Closes #10232 |
 |
add closing single quote |
|
 |
clean up architect options |
Closes #10699 |
 |
fix ng doc not working |
Closes #10633 |
 |
Update in project logic |
Closes #10594 |
 |
mark get/set deprecation command as hidden |
|
 |
Correct reading of camel-cased defaults |
[Cl... |
Read more
v6.1.0-rc.0
Commits
@angular-devkit/build-angular
Commit |
Description |
Notes |
 |
revert to webpack 4.9.2 |
|
 |
pass in ContextElementDependency to ngtools/webpack |
|
 |
update webpack types |
|
 |
use webpack 4.11.1 |
|
 |
Allow less-loader to use webpack resolver |
|
@angular-devkit/build-webpack
Commit |
Description |
Notes |
 |
support minor versions of webpack 4.x |
|
@angular-devkit/core
Commit |
Description |
Notes |
 |
remove circular dependencies |
|
 |
when two projects are the same, pick the first declared |
|
@angular/cli
Commit |
Description |
Notes |
 |
Fix double setting of the path options for new |
Closes #11025 |
@angular/pwa
Commit |
Description |
Notes |
 |
Fix JSON parsing |
|
@ngtools/webpack
Commit |
Description |
Notes |
 |
allow passing in the right ContextElementDependency class |
Closes #6417 |
@schematics/angular
Commit |
Description |
Notes |
 |
use es2015 modules overall |
|
 |
allow ServiceWorker to work with baseHref |
Closes #8515 |
 |
Fix JSON parsing |
Closes #10880 |
 |
Fix root path for e2e projects during update |
|
@schematics/update
Commit |
Description |
Notes |
 |
support npm auth bearer tokens |
|
 |
allow beta versions to be valid peer |
|
angular_devkit
Commit |
Description |
Notes |
 |
stop blocking karma after compilation error |
|
Misc
Commit |
Description |
Notes |
 |
typo fix for error logging |
|
Special Thanks
Hans Larsen, Filipe Silva, Mike Brocchi, George Kalpakas, Alex Eagle, Ferdinand Malcher, Vincent Pizzo, Nico Jansen, Christian Hagendorn, Charles Lyding, Brenden
v6.1.0-beta.0
Bug Fixes
- @angular/cli: Fix config command setting number values (8e69b3b), closes #10900
- @angular/cli: Fix removal of non-schematic options (7ed03dd)
- @angular/cli: handle raw strings in config command (4e53bfd)
- @angular/cli: support codeFrame format with ng lint (8563099)
Features
- @angular/cli: allow override of configuration for ng run (d250874), closes #10569
v6.0.7
6.0.7 (2018-05-30)
Bug Fixes
- @angular/cli: Fix config command setting number values (6d80c49), closes #10900
- @angular/cli: Fix removal of non-schematic options (255a665)
- @angular/cli: handle raw strings in config command (9269905)
- @angular/cli: support codeFrame format with ng lint (4f9fd9f)
6.0.5
Unfortunately, due to some issue found after doing the 6.0.4 release, we were forced to rollback. This release is the same as 6.0.3.
v6.0.2
Bug Fixes
- @angular/cli: Fix parsing of new options (0820650), closes #10802
6.0.1
6.0.1 (2018-05-10)
Bug Fixes
- @angular/cli: add closing single quote (325baa6)
- @angular/cli: clean up architect options (c9a46eb)
- @angular/cli: fix ng doc not working (89242be)
- @angular/cli: fix PWD in cygwin (b9c40ee)