Charles Lyding
bae9d06c7d
fix(@angular/cli): sync webpack stats file content options
2017-08-03 18:05:15 +01:00
Josh Iverson
31c810a07e
docs: fix material install
2017-08-03 18:03:43 +01:00
Filipe Silva
76779b15f8
fix(@angular/cli): update build-optimizer
...
Fix #7114
Fix #7110
Fix #7093
2017-08-03 10:03:21 -07:00
Hans Larsen
23da9064fb
build: use the tar files for dependencies for e2e
...
This adds a new flag to the build script that sets the tar files path as dependencies inside the package.json before tarring the files.
2017-08-02 13:41:06 -07:00
Filipe Silva
92902c6094
fix(@angular/cli): remove -bo alias for --build-optimizer
...
/cc @StephenFluin
2017-08-02 21:25:37 +01:00
Hans Larsen
fb5ee6c3a5
docs: add more badges
2017-08-02 20:56:56 +01:00
JPeer264
2d7a6f2418
fix(@angular/cli): change less variable
2017-08-02 11:53:13 +01:00
JPeer264
260c781642
feat(@angular/cli): support includePaths for less ( closes #7083 )
2017-08-02 11:53:13 +01:00
Justin Grayston
e6844b708b
docs: fix universal dep save flag
...
Closes #7211
2017-08-02 11:47:43 +01:00
Rakhat Jabagin
0007737579
docs: add other possible cases to generate in project readme
2017-08-02 09:29:13 +01:00
Filipe Silva
b98bf2fb97
build: use npm5 instead of yarn
2017-08-01 20:41:48 +01:00
Charles Lyding
e486d17798
refactor(@angular/cli): update TS type dependencies
2017-08-01 09:09:15 +01:00
christian.scharr
70cf514a28
fix(@angular/cli): exclude node_modules while take account for os specific path separators ( #6870 )
2017-07-31 22:51:41 +01:00
Christian Scharr
b32064f5d5
fix(@angular/cli): use relative path instead of regex to exclude node_modules ( #6870 )
2017-07-31 22:51:41 +01:00
Filipe Silva
138f2b8cd3
fix(@angular/cli): show warnings on serve
...
Errors and warnings neet to be printed separately.
Followup to #6989
Fix #7213
2017-07-31 21:17:19 +01:00
Filipe Silva
fb9759d1fd
docs: add SUPPORT.md
...
Just contains the `Got a Question or Problem?` section of `CONTRIBUTING.md`.
See https://github.com/blog/2400-support-file-support for github support.
Didn't add it to `.github` folder because it's more visible outside, like `CONTRIBUTING.md`.
2017-07-31 20:56:04 +01:00
Filipe Silva
5a84026a49
fix(@angular/cli): use 3 uglify passes with build-optimizer
...
PURE comments work best with 3 passes.
See https://github.com/webpack/webpack/issues/2899#issuecomment-317425926 for context and an example.
Thanks to @kzc for highlighting this.
2017-07-31 20:10:27 +01:00
yokots
35c10dfdb1
docs: apps[0].lintFix => defaults.lintFix
2017-07-31 14:51:27 +01:00
cexbrayat
0e4b655254
fix(@angular/cli): change blog link to blog.angular.io
2017-07-31 14:43:30 +01:00
Aliaksei Kuncevic
abe39029a0
fix(@angular/cli): ignore yarn-error.log directory
2017-07-31 14:43:05 +01:00
Mike Brocchi
1c7e7bc66b
fix(@angular/cli): Include missing dependency when ejecting
2017-07-31 14:40:27 +01:00
Charles Lyding
0888e82422
fix(@angular/cli): standardize output path behavior
2017-07-31 13:58:48 +01:00
Kristofer Karlsson
0cc86374d5
docs: Fixed typo in universal story
2017-07-31 13:55:40 +01:00
AntoineC
06f3026042
fix(@angular/cli): add explicit source-map-support dependency ( #7191 )
...
karma plugin relies on source-map-support being a dependency of karma-source-map-support and npm 3+ flat dependency tree.
https://github.com/pnpm/pnpm/issues/863
2017-07-31 11:45:54 +01:00
Filipe Silva
7f6ab5c3f3
release: 1.3.0-rc.3
2017-07-27 12:30:05 -07:00
Filipe Silva
3baba67e50
Support enhanced resolve ( #7169 )
...
* fix(@ngtools/webpack): support enhanced-resolve@3.4.0
Followup to #7123
* fix(@angular/cli): unpin webpack 3.3.0
Followup to #7130
2017-07-27 08:53:04 -07:00
Alex Rickabaugh
3f4722e192
release: 1.3.0-rc.2 (fixed)
2017-07-26 16:14:13 -07:00
Filipe Silva
1ce3fe3f15
release: 1.3.0-rc.2
2017-07-26 14:28:50 -07:00
Juri Strumpflohner
0bb29fae8e
fix(@angular/cli): change blog link to international one
2017-07-26 21:13:15 +01:00
Charles Lyding
a329014ddb
fix(@angular/cli): prevent .cur file inlining
...
IE does not support data URI cursors.
2017-07-26 21:11:17 +01:00
Charles Lyding
bf55bfd044
fix(@angular/cli): remove deprecated json-loader
2017-07-26 21:10:57 +01:00
Charles Lyding
4fe36f4e46
refactor(@angular/cli): remove magic-string console message
2017-07-26 21:10:00 +01:00
Jason Jean
44e9d9e506
fix(@ngtools/webpack): fix duplicate LAZY_ROUTE_MAP exports ( #7107 )
2017-07-26 12:47:49 -07:00
Filipe Silva
2a526914f0
docs: add universal rendering
...
Add doc file for https://github.com/angular/angular-cli/wiki/stories-universal-rendering
/cc @alxhub
2017-07-25 20:51:07 +01:00
Filipe Silva
c26a5f774c
fix(@angular/cli): pin webpack to 3.3.0
...
Webpack is updating to `enhanced-resolve@3.4.0` (16bf0b6f26
) but the CLI cannot do so yet (see #7123 ).
This PR pins `webpack@3.3.0` until we are able to update to `enhanced-resolve@^3.4.0`.
2017-07-25 20:26:25 +01:00
Filipe Silva
dbc7959503
fix(@ngtools/webpack): pin enhanced-resolve
...
See https://github.com/angular/angular-cli/issues/7113 and https://github.com/webpack/enhanced-resolve/issues/98 for context.
This should be unpinned when a real fix is found.
2017-07-24 11:13:43 -07:00
Filipe Silva
f584267a8f
ci: use headless chrome on travis
2017-07-23 10:38:00 +01:00
Filipe Silva
4661cab654
ci: use chrome on travis
2017-07-23 10:38:00 +01:00
Charles Lyding
2f68d53cc7
refactor: general dependency update
2017-07-22 12:53:03 +01:00
Hans Larsen
c4430bc894
release: v1.3.0-rc.0
2017-07-21 15:26:46 -07:00
Filipe Silva
7b9fc285e3
feat(@angular/cli): support TypeScript 2.4
...
This PR doesn't change new projects to use 2.4 since I have seen some reports of possible problems in `@angular/*`.
Instead, it:
- removes the dependency restrictions on <2.3
- bumps related dependencies to the minimum that supports 2.4 (`rxjs@^5.4.2`, `ts-node@~3.2.0`)
- builds the CLI itself using 2.4
So if you want to install ts 2.4 in your new project, the CLI itself won't stop you.
Fix #6827
2017-07-21 15:55:43 -04:00
Hans Larsen
61b4e2202f
feat(@angular/cli): rewrite stats output to properly show the asset size
...
This is a feature in principle; the output is changed. The stats themselves dont though.
2017-07-21 14:42:55 -04:00
FrozenPandaz
6f23636323
feat(@angular/cli): add ability to build bundle for node and export lazy route map
2017-07-20 15:01:25 -07:00
Filipe Silva
7d8f54a82c
fix(@ngtools/webpack): allow Angular 5.0.0
2017-07-20 13:40:06 -04:00
Christian Liebel
d5d0b07812
feat(@angular/cli): update standard library to es2017
...
ECMAScript 2017 was released at the end of June. Standard library support for ES 2017 is around in TypeScript for quite a while now. Even `typescript@~2.0.0` which is used by the Angular 2 template supports a subset of ES 2017. Hence, it seems reasonable to update to the latest standard library version.
2017-07-19 16:04:16 -04:00
Michael Kühnel
35c89a5647
refactor: Change ejection message
2017-07-19 16:02:30 -04:00
Lukas Elmer
e970cb1c71
docs(@angular/cli): link to latest karma doc
2017-07-19 15:58:49 -04:00
jnizet
6ca6a5e92b
fix(@angular/cli): fix doc command to work with new angular.io
...
- change the URL for the API search
- use google search when --search option is true, since angular.io doesn't have a search page anymore
- improve the help and doc of the doc command
2017-07-19 15:57:15 -04:00
Hans Larsen
6015f078ba
test: fix typings for utils/fs.ts
2017-07-19 15:51:22 -04:00
Filipe Silva
826c634090
feat(@angular/cli): add flag to control chunk naming
...
Followup to #6881
Allow controlling chunk naming via the `--named-chunks` flag, which can be set on `.angular-cli.json` as well.
Defaults to true in development, false in production.
2017-07-19 13:53:07 -04:00