855 Commits

Author SHA1 Message Date
Brian Pilati
fb597589cc style(@angular/cli): Alphabetized the keys for the angular:component properties object 2018-05-16 09:01:48 -04:00
Charles Lyding
48296d21b3 test: partial lint rule upgrade and fixes 2018-05-15 09:37:54 -04:00
Charles Lyding
e54213e488 refactor(@angular/cli): remove resolve dependency 2018-05-14 16:38:03 -04:00
Charles Lyding
8b3cada6ea refactor(@angular/cli): remove silent-error dependency 2018-05-14 16:38:03 -04:00
Hans
00d92493a7
release: v6.0.1 2018-05-10 10:59:50 -07:00
Filipe Silva
b9c40eef3c fix(@angular/cli): fix PWD in cygwin
Fix https://github.com/angular/angular-cli/issues/10232
2018-05-10 10:22:16 -07:00
Tim
325baa69c6 fix(@angular/cli): add closing single quote
add closing quote to architect command error message
2018-05-10 10:22:04 -07:00
Filipe Silva
c9a46eb520 fix(@angular/cli): clean up architect options
Fix https://github.com/angular/angular-cli/issues/10699
2018-05-10 10:42:54 -04:00
Filipe Silva
89242be2f8 fix(@angular/cli): fix ng doc not working
Fix https://github.com/angular/angular-cli/issues/10633
2018-05-04 14:03:02 -07:00
Hans Larsen
b23aba96ea release: 6.0.0 2018-05-03 12:49:00 -07:00
Hans Larsen
080b3592dc release: 6.0.0-rc.10 2018-05-02 14:44:46 -07:00
Mike Brocchi
6141e6ff92 fix(@angular/cli): Update in project logic
fixes #10594
2018-05-02 12:49:37 -07:00
Charles Lyding
73a1588e9a fix(@angular/cli): mark get/set deprecation command as hidden 2018-05-02 10:46:27 -07:00
Mike Brocchi
fbcefe535c fix(@angular/cli): Correct reading of camel-cased defaults
fixes #10371
based upon PR #10570
2018-05-02 10:29:41 -07:00
Cyrille Tuzi
062faaaa7d fix(@angular/cli): allow strings for assets in schema 2018-05-02 10:26:43 -07:00
Hans Larsen
b509d61812 release: 6.0.0-rc.9 2018-05-01 17:02:44 -07:00
Hans Larsen
ecb575966a fix(@angular/cli): dont install if the package is resolved
Even if it should be saved. The assumption is that if it is present it is
in the package.json
2018-05-01 16:50:13 -07:00
Hans Larsen
3773787302 fix(@angular/cli): add support for passing version to ng add 2018-05-01 16:50:13 -07:00
Hans Larsen
729d407fa1 fix(@angular/cli): save package on ng add
Before it was the job of the ng-add schematic to save the package. Now we do
it automatically. This is more expected (and works without ng-add schematics
if the user want to use "ng add moment" for example).
2018-05-01 16:50:13 -07:00
Mike Brocchi
91362bfbd1 fix(@angular/cli): Update yargs-parser dependency 2018-05-01 11:31:52 -07:00
Charles Lyding
ceeb292a29 refactor(@angular/cli): remove chalk dependency 2018-05-01 10:24:36 -07:00
Charles Lyding
894e008730 fix(@angular/cli): migrate legacy global config when present 2018-04-30 22:54:04 -07:00
Mike Brocchi
591343292b fix(@angular/cli): Update package manager logic to include v1.* global configuration 2018-04-30 21:10:26 -07:00
Mike Brocchi
6ccf465468 fix(@angular/cli): Update project root determination
fixes #10513
2018-04-30 21:10:26 -07:00
Filipe Silva
0add4c91c1 docs: add workspace docs 2018-04-30 19:06:58 -07:00
Mike Brocchi
dd97a7f135 fix(@angular/cli): Show deprecation warning for get/set commands
fixes #10558
2018-04-30 18:22:18 -07:00
Charles Lyding
e997a25ecd fix(@angular/cli): properly set multi-target command flag 2018-04-30 17:01:47 -07:00
Alan Agius
7211c1a00e fix(@angular/cli): update several config warning messages 2018-04-30 16:31:07 -07:00
Charles Lyding
9cdf0f5f7e fix(@angular/cli): correct malformed schema syntax 2018-04-30 15:28:21 -07:00
Charles Lyding
f15af9f662 build: basic command wiki documentation tool 2018-04-30 15:03:12 -07:00
Cyrille Tuzi
518ff63be0 fix(@angular/cli): allow strings for assets in schema 2018-04-29 19:25:21 -07:00
Cyrille Tuzi
9617fbaedf fix(@angular/cli): defaultProject in right place in schema 2018-04-29 07:12:05 -07:00
Hans Larsen
c7088901b7 release: 6.0.0-rc.7 2018-04-27 21:32:48 -07:00
Charles Lyding
250dce96a2 fix(@angular/cli): correct package manager option logic 2018-04-27 20:43:08 -07:00
Filipe Silva
3c0a546c18 fix(@angular/cli): fix windows project root 2018-04-27 18:30:21 -07:00
Charles Lyding
5c6aa87868 fix(@angular/cli): make schema properly support configuration options 2018-04-27 17:30:04 -07:00
Charles Lyding
0330a4952c fix(@angular/cli): check CWD for current project name 2018-04-27 17:29:45 -07:00
Hans Larsen
2d341281fc fix(@angular/cli): show a simpler command for ng update
And use validate instead of run() ot change the options which is more correct.
2018-04-27 17:29:09 -07:00
Hans Larsen
a47676bd8a fix(@angular/cli): show a nicer error if packages does not support schematics
Does not show a better error if there are schematics but ng-add isnt found. That will
simply show "schematics ng-add not found" or something alike, which is fine here.

fixes #10467
2018-04-27 11:19:37 -07:00
Mike Brocchi
0fc72bbcd4 fix(@angular/cli): Add smart default provider for default project 2018-04-27 10:54:58 -07:00
Mike Brocchi
329e23088c fix(@angular/cli): Update project detection logic and rename global config file
fixes #10453
2018-04-27 10:53:53 -07:00
Filipe Silva
06bba06ea8 fix(@angular/cli): use default project for single target commands
Fix https://github.com/angular/angular-cli/issues/10352
2018-04-26 15:21:54 -07:00
Filipe Silva
3ca350fba7 fix(@angular/cli): use workspace.getProjectByPath 2018-04-26 15:21:54 -07:00
Filipe Silva
f91e346e37 fix(@angular/cli): use rxjs 6 final 2018-04-26 15:21:54 -07:00
Hans Larsen
7c7c350d4e fix(@angular/cli): if using ng update @angular/cli only, add migrate and from
Fix #10439
2018-04-25 15:14:15 -07:00
Charles Lyding
c7ff6522d5 fix(@angular/cli): avoid errant migrate message on postinstall 2018-04-25 14:01:01 -07:00
Hans Larsen
4006366dff fix(@angular/cli): fix levenshtein distance 2018-04-25 11:16:13 -07:00
Hans Larsen
b062aa4e22 release: 6.0.0-rc.6 2018-04-24 20:56:34 -07:00
Charles Lyding
e27f2a9110 fix(@angular/cli): update schema to include sourceRoot property 2018-04-24 17:39:37 -07:00
Hans Larsen
08623d5fe7 fix(@angular/cli): show the ng update message even on ng update
All commands that allow a missing workspace will show the message if the
angular workspace isnt up to date. It will not stop the process though.

Fix #10250
2018-04-23 18:08:25 -06:00