622 Commits

Author SHA1 Message Date
Jack Hsu
57fe219c03 feat(react): add routing support to react app, lib, and component schematics
* `--routing` for app, lib, component generates component with default
  `<Route>` and `<Link>`

* `--parentRoute` for feature lib adds its routes to the specified
  component (by path)
2019-05-31 12:54:57 -04:00
Jason Jean
b5d487a929 fix(nx): fix path quotes in create-nx-workspace 2019-05-31 12:53:55 -04:00
João Dias
66bea562bd feat(nx): do not add jasmine-marbles by default 2019-05-31 12:50:16 -04:00
Jason Jean
1b3f5840aa fix(nx): run angular migration in separate process 2019-05-31 11:25:30 -04:00
Jason Jean
6baca41f94 fix(nx): fix nx8 @angular/core migration incompatibility 2019-05-30 18:47:43 -04:00
Jason Jean
ba5df218ea fix(nx): fix nx8 migration 2019-05-29 12:59:28 -04:00
Jason Jean
2cd4a72fe7 feat(nx): update to angular 8 2019-05-29 11:57:54 -04:00
Victor Savkin
1975a9f83f feat(nx): simplify the upgrade from Nx 7 to Nx 8 by making @nrwl/schematics extend @nrwl/angular 2019-05-28 15:18:27 -04:00
Jason Jean
678750b98f fix(nx): set generated app to default app if none is set 2019-05-28 12:11:22 -04:00
Jason Jean
0730dcc8d5 fix(backend): update express error handling 2019-05-28 12:11:10 -04:00
Jason Jean
3035c14ce0 docs(nx): add migration guide for nx7 to nx8 2019-05-28 12:10:47 -04:00
Jason Jean
b0866f6241 fix(testing): jest should depend directly on devkit packages 2019-05-27 10:21:06 -04:00
Jason Jean
25941de018 feat(nx): improve readme which gets generated for a new project 2019-05-27 10:20:07 -04:00
Jason Jean
df23cba0e1 feat(nx): target es2015 by default for all applications 2019-05-27 10:19:47 -04:00
Jason Jean
9eb6bc4af3 fix(frontend): update lint rules added to tslint when generating an angular project 2019-05-27 10:18:03 -04:00
Jason Jean
eebee9ab0b fix(testing): fix cypress on windows 2019-05-27 10:17:40 -04:00
Jason Jean
03cd539560 feat(backend): update nest in 8.0 migration 2019-05-27 10:16:50 -04:00
Jason Jean
2958f503f7 fix(frontend): fix react component for apps 2019-05-27 10:16:32 -04:00
Victor Savkin
c3fc1fd95e feat(nx): reorder presets (#1380) 2019-05-25 01:49:17 -04:00
Sumanth Chinthagunta
d757a6964c fix(frontend): fix styles default 2019-05-25 01:48:45 -04:00
Jason Jean
4ead996320
fix(frontend): fix react style (#1391) 2019-05-25 01:07:33 -04:00
Jason Jean
87e4491032 fix(frontend): remove e2e target from original angular generated app 2019-05-23 14:49:02 -04:00
Jason Jean
43af1cd878 feat(frontend): add differential loading for web apps 2019-05-23 11:57:23 -04:00
Victor Savkin
3910be25d9 feat(nx): default base to master 2019-05-23 11:26:34 -04:00
Jason Jean
2f9116ff39 fix(frontend): fix default collection 2019-05-23 08:56:18 -04:00
Nick Favero
cf5ebf59d7 feat(nx): add in spec option for Cypress Builder
Add in spec option to angular.json so it can be passed to they cypress builder
2019-05-23 08:55:28 -04:00
Victor Savkin
4bce6f7ddd feat(angular): add angular-ivy preset 2019-05-22 18:04:34 -04:00
Jack Hsu
0923dab318 feat(react): adds and updates React schematics with more options
- Added component schematic that adds to existing project.
    * Supports CSS-in-JS styles, functional components, etc.
- Lib and app schematics now support new style, funtional components options (same as component)
2019-05-22 17:06:46 -04:00
Jason Jean
d72db4d05b feat(nx): use dynamic imports for lazy-loading 2019-05-22 17:04:22 -04:00
Jason Jean
416ba048ea feat(nx): update angular to v8-rc.4 2019-05-21 12:11:38 -04:00
Victor Savkin
f007ca9d17 fix(nx): make distribution ivy-friendly 2019-05-21 11:51:40 -04:00
Jason Jean
a5351c9d36 feat(nx): set default collection on ngadd 2019-05-21 09:01:29 -04:00
Jason Jean
2d4d735d94 fix(nx): run migrations for beta versions 2019-05-21 08:58:33 -04:00
Jason Jean
ff729156b3 fix(nx): extend @nrwl/workspace collection and cleanup inconsistencies 2019-05-17 19:56:26 -04:00
Victor Savkin
d73c10ae54 fix(nx): make presets work on windows 2019-05-16 13:43:52 -04:00
Victor Savkin
1055f6e4de fix(jest): remove a union type from schema in favour of number
Not all tools in the ecosystems handle union types
2019-05-16 10:04:16 -04:00
Victor Savkin
ca947d4674 fix(nx): make jest-project and cypress-project private 2019-05-16 10:04:16 -04:00
Victor Savkin
87b0f1b7d9 fix(nx): use custom task runner for presets 2019-05-16 10:04:16 -04:00
Jason Jean
4bf61ed695 fix(backend): require in source-map-support during execute 2019-05-15 11:02:13 -04:00
Jason Jean
f070ce7b9f fix(nx): include typescript in the create-nx-workspace sandbox 2019-05-15 11:01:18 -04:00
Jason Jean
a7fa8bff3a enhancement(nx): stop prompting for npmScope 2019-05-15 11:00:45 -04:00
Nick Favero
9618413020 feat(nx): add in env option for Cypress Builder
Add in env property to cypress builder that can be set from the angular.json in the options section
2019-05-13 22:34:12 -04:00
Jason Jean
109b203b75
feat(nx): add angular migrations for v8 (#1335) 2019-05-13 11:04:01 -04:00
Jason Jean
9f27459c64
chore(nx): update versions of angular related deps to latest RC + small fixes (#1338) 2019-05-13 10:53:01 -04:00
Jason Jean
b6170bdb17 feat(nx): update angular to v8 (#1334)
feat(nx): update angular to v8
2019-05-10 12:09:47 -04:00
Victor Savkin
7d5fdcd1d3 feat(nx): support passing args to run-commands builder 2019-05-07 18:33:41 -04:00
Jason Jean
857ee73142 fix(frontend): tsconfig paths resolution 2019-05-07 15:35:04 -04:00
Gustavo Perdomo
cdb6a238b9 feat(nest): update to nestjs 6 2019-05-07 15:33:29 -04:00
arjunyel
e370733925 fix(nx): remove tslint no-use-before-declare (#1267) 2019-05-06 11:03:48 -06:00
Victor Savkin
a82a19372f fix(nx): reenable ng-add 2019-05-04 16:58:20 -04:00