Hans
75d682b271
refactor(@angular/cli): use smart default instead of overwriting args
2018-09-06 07:37:48 -07:00
Hans
1b5c0082ef
feat(@angular-devkit/core): add levenshtein distance utility
2018-09-06 07:37:48 -07:00
Hans
0b84c1d4b0
feat(@angular-devkit/core): move findTypes in utility and export
2018-09-06 07:37:48 -07:00
Hans
4a25d7c9b4
test: get-set deprecation should check stderr now
2018-09-06 07:37:48 -07:00
Hans
189563d277
refactor(@angular/cli): rename getset command to deprecated
2018-09-06 07:37:48 -07:00
Hans Larsen
39b4cc030b
build: fix RxJS invalid typings
2018-08-30 16:49:31 -07:00
clydin
7e63dd791b
build: limit rxjs to 6.2.x due to a defect in 6.3.0 ( #12048 )
2018-08-30 15:33:31 -07:00
Adrian Moos
247b20d37a
style(@schematics/angular): fix typo and English in environment.ts ( #12023 )
2018-08-30 13:47:15 -07:00
Alan Agius
b0897c0306
fix(@schematics/angular): better error message when finding only routing modules ( #11994 )
...
Closes #11961
2018-08-30 13:46:52 -07:00
Filipe Silva
41d20873b1
fix(@angular-devkit/build-angular): remove workaround for uglify-es ( #12033 )
...
Fix https://github.com/angular/angular-cli/pull/11996#issuecomment-416514015
2018-08-29 09:27:39 -07:00
Alan Agius
a2342b6a75
feat(@angular-devkit/build-angular): remove inlining of assets in css ( #12027 )
...
BREAKING CHANGE: Assets under 10Kib are not longer inlined in css
2018-08-29 09:27:21 -07:00
clydin
67e32a8f25
fix(@angular-devkit/build-angular): improve bundle size value parsing ( #12026 )
...
Fixes #12013
2018-08-29 09:26:52 -07:00
clydin
9af2368481
ci: continue even if lint or validate fail ( #12011 )
2018-08-29 09:26:30 -07:00
Charles Lyding
fd6bba38a0
fix(@angular/cli): properly type config command value option
2018-08-29 09:25:56 -07:00
Charles Lyding
e0882a7549
fix(@angular-devkit/core): make workspace projects field not required
...
It has a default which makes the required aspect void.
Global files also do not have projects.
2018-08-29 09:25:56 -07:00
Charles Lyding
e177849f44
fix(@angular/cli): correct update command packages option type
2018-08-29 09:25:56 -07:00
Charles Lyding
d299ef7ff7
fix(@angular-devkit/core): correctly resolve schema references
2018-08-29 09:25:56 -07:00
Charles Lyding
cdbc1988f2
feat(@angular-devkit/schematics): allow schematic rules to control interactivity
2018-08-29 09:25:56 -07:00
Charles Lyding
489f0e9055
feat(@angular/cli): initialize a console prompt provider for schematics
2018-08-29 09:25:56 -07:00
Charles Lyding
516f52e3dd
feat(@angular-devkit/core): initial prompt provider json schema support
2018-08-29 09:25:56 -07:00
Charles Lyding
4207a15c4f
fix(@angular-devkit/core): make smart default work with default/required
2018-08-29 09:25:56 -07:00
Charles Lyding
2dcf0b9901
refactor(@angular-devkit/core): cleanup ajv initialization
2018-08-29 09:25:56 -07:00
Alan Agius
7eb080362f
fix(@angular-devkit/build-angular): only collect coverage from files under sourceRoot
( #11974 )
...
In some cases when having libraries within the workspace this is causing a `Maximum call stack size exceeded`, Also for libraries coverage should be collected with the respective `ng test`
Closes #11934
2018-08-28 13:50:25 -07:00
Alan Agius
7f67c64be1
fix(@angular-devkit/build-angular): fixes cors issues with karma ( #11970 )
...
Checking the stack trace in the issue one can noticed that the paths for the components are being served via the `webpack://` protocol which is causing a `cors` issue between `http` and `webpack` protocol
This PR removed the `webpack` protocol from the `devtoolModuleFilenameTemplate`
Closes #11966
2018-08-28 13:10:43 -07:00
Cédric Exbrayat
3f94b2d8ba
feat(@schematics/angular): remove useless import for Ivy ( #11874 )
...
Using cli `6.2.0-beta.2` with the new `experimentalIvy` flag leads to:
ERROR in src/app/app.module.ts(1,1): error TS6133: 'BrowserModule' is declared but its value is never read.
2018-08-28 13:10:18 -07:00
Dmitry Teplov
8b7fa047d7
docs: fix generate library skip-install desc ( #11998 )
2018-08-27 18:12:30 -07:00
Alan Agius
1730c79b99
fix(@angular-devkit/build-angular): exclude .map
files from budget … ( #12012 )
...
* fix(@angular-devkit/build-angular): exclude `.map` files from budget calculations
Closes #11999
2018-08-27 18:12:04 -07:00
Hans
62e72fea38
fix(@angular-devkit/architect): explicitly type functions
...
Closes : #11992
2018-08-27 18:11:07 -07:00
Alex Eagle
02bfde50d6
docs: add install instructions to pull a snapshot build ( #11988 )
...
Would like to point users here when they ask why their bug was closed but the problem is still visible in `@latest`
2018-08-27 10:28:21 -07:00
clydin
d55deb9282
build: add bazel TS library for node tasks ( #12008 )
2018-08-27 10:27:44 -07:00
Filipe Silva
907fedc0b8
feat(@angular-devkit/build-angular): use terser instead of uglify-es ( #11996 )
...
Should help bring down prod build times, @SanderElias reported a ~60% reduction on his project.
Should fix #9340 .
2018-08-27 10:26:30 -07:00
ajspera
c66f831a07
fix(@angular-devkit/build-angular): load style source maps inline so they work ( #11729 )
...
without this, the way styles are into the DOM breaks the default sourcemap option
postcss-loader option docs
https://github.com/postcss/postcss-loader#inline
fixes #9099
2018-08-27 10:24:26 -07:00
Yi Qi
0535e2b738
feat(@angular/cli): allow schematic command to specify the default colletion.
2018-08-24 15:02:44 -07:00
Eaton
03c4296c1b
docs: fix broken links to angular.io ( #11811 )
...
docs: fix broken links to angular.io
2018-08-23 13:54:32 -07:00
Hans
6eef637e0a
release: v6.2.0-rc.0
v6.2.0-rc.0
2018-08-23 12:34:03 -07:00
Yi Qi
545db0651f
fix(@angular/cli): fix typing issue in google3
2018-08-23 11:44:02 -07:00
Charles Lyding
d202480a17
build: update/cleanup tslint rules & fix errors
2018-08-23 11:35:34 -07:00
Charles Lyding
a9e25fffae
fix(@schematics/angular): ensure non-evergreen IE browsers are excluded
2018-08-23 10:36:53 -07:00
Charles Lyding
6f38c77e05
feat(@angular-devkit/build-angular): support dart-sass for SASS/SCSS
2018-08-23 10:34:43 -07:00
Alan Agius
2d8443629e
fix(@angular-devkit/build-angular): build should not hash lazy styles
...
When having `optimize` enabled the chunk Id doesn't match the bundle name, this we should use the chunk name instead
Closes #11772 and Closes #11704
2018-08-23 10:31:41 -07:00
Filipe Silva
f1f987b523
build: remove marker internal from function
...
It stops the function from being imported in the unit test.
2018-08-22 16:36:10 -07:00
Filipe Silva
9b7d076e2b
fix(@angular-devkit/schematics): correctly resolve absolute windows paths
2018-08-22 16:36:10 -07:00
Filipe Silva
9720077a4b
build: make resolution logic compatible with Bazel
2018-08-22 16:36:10 -07:00
Filipe Silva
f08ec443ff
build: re-enable missing bazel tests
2018-08-22 16:36:10 -07:00
Filipe Silva
1c8e506eed
build: preserve symlinks for rules_nodejs
2018-08-22 16:36:10 -07:00
Filipe Silva
a20495becb
build: add bazel absolute path fixes
2018-08-22 16:36:10 -07:00
Filipe Silva
2393ab9aba
build: simplify bazel dependencies
2018-08-22 16:36:10 -07:00
Filipe Silva
33270c5905
build: update rules_nodejs to include windows fixes
2018-08-22 16:36:10 -07:00
Filipe Silva
37c5b842a0
build: include rxjs dependency needed for bazel local repo
2018-08-22 16:36:10 -07:00
Filipe Silva
6b14f2aba8
test(@schematics/update): add bazel tests
2018-08-22 16:36:10 -07:00