3317 Commits

Author SHA1 Message Date
Marvin Luchs
b26e626251 test(schematics): revert changes to test of relatively importing the same library (#1227) 2019-04-05 17:17:04 -04:00
Victor Savkin
7cc6d11b02 Release 7.8.0 2019-04-05 16:02:00 -04:00
Marvin Luchs
5daffc3cc7 test(schematics): add test for relatively importing src directory of another library 2019-04-04 13:57:15 -04:00
Marvin Luchs
dd1a7f5c3a style(schematics): update formatting of nxEnforceModuleBoundariesRule 2019-04-04 13:57:15 -04:00
Marvin Luchs
97457a2c30 fix(schematics): normalize path in findTargetProject
findTargetProject returns OS-specific paths which may not match the paths in projectNode.files. To
fix this, the path needs to be normalized the same way as it is done in
isRelativeImportIntoAnotherProject. Also, per default when an import points to a directory, "index"
should be added as a potential import file candidate.
2019-04-04 13:57:15 -04:00
Jason Jean
5137c182a7 fix(testing): warn on type checking errors 2019-04-04 13:27:44 -04:00
Jason Jean
360e5794cc Revert "feat(node): set externalDependencies to none for production builds"
This reverts commit c2fc63d9c8103a1600b0867c05cf2335ca0934ac.
2019-04-03 16:11:23 -04:00
Jason Jean
1dfe26dade enhancement(nx): remove @types/yargs from @nrwl/schematics dependencies 2019-04-03 11:40:52 -04:00
Jason Jean
417863da9d fix(nx): fix app generation for names which match builder properties 2019-04-03 11:40:35 -04:00
Jason Jean
259f662063 fix(nx): handle unnormalized names for project generation 2019-04-03 11:40:08 -04:00
Alexei Domratchev
c1aaed5c69 feat(testing): support for vscode-jest integration 2019-04-03 11:39:17 -04:00
Hot Pixel Group
256d83c3f9 refactor(nx): modifies log for NestJS apps to reflect global prefix (#1201)
Clears confusion from console.log on NestJS apps when bootstrapped

re #1132
2019-04-01 14:23:33 -04:00
Mathieu Paquette
753c8e0e2a docs(readme): fix typos in README (#1214) 2019-04-01 10:55:36 -04:00
John Collom
5e470ca42f feat(schematics-cli): add multiple selection support for prompts
adds check for `multiselect` in prompt definition
(per PromptDefinition interface from @angular-devkit)
2019-03-19 20:45:28 -04:00
hmagrini
8428182ed5 feat(node): add --host option when inspecting a node process 2019-03-19 20:43:42 -04:00
Victor Savkin
800e09f308 docs(nx): add nx in enterprises guide 2019-03-19 20:41:48 -04:00
Jason Jean
3cf84eca24 enhancement(nx): optimize affected to strip sourcecode down to imports/exports 2019-03-19 20:41:22 -04:00
Victor Savkin
fc9af4d0b9 docs(nx): add --ignore-existing to all npx commands 2019-03-19 20:35:04 -04:00
Victor Savkin
3d0e7867e0 Release 7.7.2 2019-03-18 09:49:38 -04:00
Victor Savkin
3277b9d208 fix(nx): migration fails when ngrx is not in package.json 2019-03-18 09:48:54 -04:00
Victor Savkin
95830f9965 Release 7.7.1 2019-03-14 09:21:10 -04:00
ben
1a5049acc9 chore(readme): add book banner back 2019-03-14 09:19:15 -04:00
Jason Jean
18c870c962 fix(nx): minify production web bundles 2019-03-14 09:19:01 -04:00
Jason Jean
8e1f6d631c
docs(nx): minor fixes to react guide (#1168) 2019-03-13 15:52:47 -04:00
amorgulis
0d45058fab Fixed typos. (#1170)
docs(nx): fixed typos
BLANK LINE
Changed `and you will the following` to `and you will see the following`.
2019-03-13 13:31:24 -04:00
Victor Savkin
cc1344a6b8 docs(nx): a few clarifications in the angular+react guide 2019-03-13 09:04:23 -04:00
Victor Savkin
2f9f0c70a7 Release 7.7.0 2019-03-13 08:57:46 -04:00
Victor Savkin
7626b583b6 docs(nx): minor changes to the angular+react guide 2019-03-13 08:56:46 -04:00
Rodolfo Beccari de Oliveira
d93d5a0dfb docs(nx): fix sentence on 'Developing Like Google' section
Changing 'Nx supports two types of **projects**: applications from libraries' to 'Nx supports two
types of **projects**: applications and libraries.'
2019-03-13 08:46:38 -04:00
Victor Savkin
704a9877a5 docs(nx): add react guide 2019-03-12 19:46:16 -04:00
ben
fe31f9e0a1 chore(libs): bump nx logo dimensions 2019-03-12 18:22:48 -04:00
Emerson Jair
c82cfe4692 feat(docs): fix typo in run-commands 2019-03-12 18:22:21 -04:00
Jason Jean
1dacfefbaf fix(testing): do not generate serializers for non-angular apps 2019-03-12 11:27:33 -04:00
mrmeku
69709110c6 feat(cypress): enable parallelization 2019-03-11 17:14:56 -04:00
Jason Jean
bd9301f5c8
style(nx): remove unncessary console.logs (#1158) 2019-03-11 16:12:48 -04:00
Jason Jean
0c0788880d
feat(nx): add appropriate favicons for different frameworks (#1157) 2019-03-11 16:12:37 -04:00
Jason Jean
7d599269e7
fix(nx): remove extension from export in lib index for react libs (#1156) 2019-03-11 16:10:31 -04:00
Jason Jean
345170a890
fix(testing): fix jest typings version (#1155) 2019-03-11 16:10:15 -04:00
Jason Jean
268fe36ab6 fix(testing): support loading css 2019-03-11 13:30:26 -04:00
Jason Jean
04c6966f25 fix(nx): install ts-jest for non-angular apps 2019-03-11 13:30:26 -04:00
Jason Jean
132bf47dbe feat(testing): update to jest v24 2019-03-11 13:30:26 -04:00
ben
7e776f3f9c chore(tools): documentation properties sorted 2019-03-11 11:05:47 -04:00
ben
a84d6715a4 feat(builders): support Cypress exit option
Support the `exit` option to keep (or not), Cypress open after all tests run.

resolve #1119
2019-03-11 11:05:29 -04:00
Jason Jean
37c71706b4 fix(nx): format ng-new projects 2019-03-11 11:04:30 -04:00
Jason Jean
460d2d7dff fix(nx): remove extract-i18n target from non-angular apps 2019-03-11 11:03:50 -04:00
ben
5bc181cb3e chore(libs): update nx logo for workspace 2019-03-11 11:03:07 -04:00
Jason Jean
938eb1970e fix(nx): add zone.js as a dependency of builders 2019-03-11 11:02:41 -04:00
Jason Jean
2a94649d41 feat(nx): add js and jsx support to builders and affected 2019-03-11 11:01:28 -04:00
Jason Jean
a34eb17c47 fix(nx): remove es5BrowserSupport from non-angular apps 2019-03-11 10:15:55 -04:00
Jason Jean
98e83f92bd feat(nx): add framework react for libs 2019-03-11 10:15:18 -04:00