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
f3af8cc085
build: update dev dependencies
2018-05-16 08:21:41 +01:00
Charles Lyding
4790d0c68f
docs: remove circleci and caretaker README badges
2018-05-16 08:21:10 +01:00
Charles Lyding
48296d21b3
test: partial lint rule upgrade and fixes
2018-05-15 09:37:54 -04:00
Deborah Kurata
6a3245a877
docs(@angular/cli): Update Readme with node and npm verisons
2018-05-14 16:45:15 -04:00
Lukas Elmer
b48eda80bd
docs: remove autocomplete story link
2018-05-14 16:40:47 -04:00
Bram Borggreve
ce36c2c9d4
docs: fix link text for ng config
2018-05-14 16:39:21 -04:00
Matjaž Drolc
b8769d8b1b
docs(@angular/cli): fix font-awesome.css path for angular.json
...
The path does not need to go to the parent directory because angular.json
and node_modules are siblings.
2018-05-14 16:38:45 -04:00
Charles Lyding
b4b55d0980
test: license test updates
...
`@webassemblyjs/leb128@1.4.3` is Apache-2.0 but missing license field
2018-05-14 16:38:03 -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
Charles Lyding
c211ca6839
ci: remove circleci usage
2018-05-14 13:30:38 -04:00
Charles Lyding
c8fc0c6c8d
test: disable ng test watch mode in e2e
2018-05-11 11:56:34 +01:00
Charles Lyding
4f350cbfe0
ci: adjust appveyor settings
2018-05-11 11:56:34 +01: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
Charles Lyding
0344563355
docs: add anonymous options and schematics list
2018-05-10 10:21:41 -07:00
Charles Lyding
74bac97ce0
docs: cleanup build command wiki entry for 6.0
2018-05-10 10:21:41 -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
d1732533cd
ci: update doc script to allow sub dirs
2018-05-03 13:15:53 -07:00
Hans Larsen
b23aba96ea
release: 6.0.0
v6.0.0
2018-05-03 12:49:00 -07:00
Hans Larsen
080b3592dc
release: 6.0.0-rc.10
v6.0.0-rc.10
2018-05-02 14:44:46 -07:00
Filipe Silva
d6ea3d6ca3
test: add 1.0 update test
2018-05-02 14:40:54 -07:00
Filipe Silva
a84daeb656
test: add more checks to 1.7 update test
2018-05-02 14:40:54 -07:00
Filipe Silva
70f440377d
test: add 1.0 update project files
2018-05-02 14:40:54 -07:00
Filipe Silva
57439e1053
docs: fix hmr configuration properties
...
Address https://github.com/angular/angular-cli/issues/10438#issuecomment-385888456
2018-05-02 14:39:51 -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
Charles Lyding
7069f13cd8
docs: update wiki command documentation
2018-05-02 10:46:27 -07:00
Charles Lyding
02274c7312
build: update auto-doc to support generate command
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
v6.0.0-rc.9
2018-05-01 17:02:44 -07:00
Hans Larsen
62232e8803
test: add new tests for ng add
2018-05-01 16:50:13 -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
Filipe Silva
05fd09d25b
docs: add schema links for Angular workspace
2018-05-01 16:10:43 -07:00
Mike Brocchi
e9a3aa9ed0
fix(@angular/cli): Remove guard tests that use deprecated module option.
2018-05-01 15:48:38 -07:00
Mike Brocchi
91362bfbd1
fix(@angular/cli): Update yargs-parser dependency
2018-05-01 11:31:52 -07:00
Mike Brocchi
d5afc72805
fix(@angular/cli): Update readme and remove unused code
2018-05-01 10:39:56 -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
Charles Lyding
be87e0b4fb
ci: test against node v10
2018-04-30 21:45: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
Filipe Silva
f320899674
docs: remove dots from 1.x wiki paths
...
They aren't supported.
2018-04-30 19:06:02 -07:00