1135 Commits

Author SHA1 Message Date
Colum Ferry
73d8967a2b
feat(angular): remove mfe-remote alias in favour of remote (#9832) 2022-04-14 11:11:46 +01:00
Jason Jean
bfbe8fcb21
fix(core): remove @nrwl/workspace when adding nx to monorepo (#9813) 2022-04-13 14:40:24 -04:00
James Henry
46e7b4d49c
chore(core): improve help output for generators and executors (#9800) 2022-04-12 14:05:55 -04:00
Benjamin Cabanes
77553ecc6e
docs(core): update mfe guide link (#9808) 2022-04-12 14:55:51 +00:00
Katerina Skroumpelou
ad0002586b
feat(storybook): removing support for Storybook 5 (#9380) 2022-04-12 16:58:20 +03:00
Colum Ferry
9396db03c3
docs(angular): hide mfe options from the app generator (#9798) 2022-04-12 11:39:24 +00:00
Craigory Coppola
e4e5c3b63b
chore(repo): relocate types from migrate.ts (#9790) 2022-04-11 13:33:54 -04:00
Caleb Ukle
b3d59bdcc5
docs(core): Add example of using global scripts for jest and nx libraries (#9483)
* docs(testing): add example on how to use ts path aliases within jest global setup/teardown

Jest global setup/teardown scripts run before path aliaes are mapped, so the path resigstration must
happen in the userland global scripts that are set to run
initially the thought of doing this within
the jest executor was thought, but this will provide an inconsistent way to running tests if the
tests are run via an editor plugin or calling `jest` directly; therefore, it's deferred to register
the paths within userland files that are needing the paths to be registered in order to allow for
proper handling (cleanup) and not to overcall unneeded features when global scripts are not in use
for those not using the feature.

ISSUES CLOSED: #8709

* cleanup(testing): test the usage of jest global scripts to ensure no regressions

streamline e2e jest project testing and update global tests to test global functions are working as
intended
2022-04-11 13:51:29 +00:00
Chau Tran
3e94d4cb3a
fix(js): add init generator placeholder (#9777) 2022-04-11 08:47:08 -05:00
Thomaz Capra
2fe18186c7
docs(nxdev): fix typo in micro frontend (#9774)
Co-authored-by: Thomaz Capra <x190823@bcpcorp.net>
2022-04-11 09:31:51 -04:00
Juri
9f1802c45d docs(linter): add link to module boundaries blog post 2022-04-11 10:38:37 +02:00
Colum Ferry
5b105b1a0e
fix(angular): add application schema options to mfe-remote (#9752) 2022-04-08 15:32:00 +00:00
Colum Ferry
409f000cbe
fix(angular): add application schema options to mfe-host (#9751) 2022-04-08 14:47:50 +00:00
Leosvel Pérez Espinosa
96db3c51c4
docs(misc): render values correctly (#9712) 2022-04-08 09:45:51 -04:00
Miroslav Jonaš
7c7e415fff
docs(core): remove obsolete nx cloud default value from docs (#9747) 2022-04-08 12:40:31 +01:00
Leosvel Pérez Espinosa
a64bba9980
feat(linter): add cacheStrategy, rulesdir and resolvePluginsRelativeTo flags to eslint executor (#9709) 2022-04-07 15:49:44 +01:00
Colum Ferry
9562ad2bab
docs(angular): add dynamic federation guide for mfes (#9604) 2022-04-07 15:45:53 +01:00
Colum Ferry
751e80b63e
docs(angular): update mfe guide (#9500)
* Revert "Revert "docs(angular): update the mfe guide (#9478)" (#9492)"

This reverts commit 1903f018c952f7c46c362f2e63a16e11c46aa279.

* docs(angular): fix guide to use mfe.config.js
2022-04-07 15:45:33 +01:00
Zachary DeRose
b5ce8bbfaf
docs(angular): updating script changes per Nx updates (#9715)
* docs(angular): updating script changes per Nx updates

* docs(angular): update youtube link
2022-04-06 11:36:48 -07:00
Zachary DeRose
05de3906c1
docs(angular): migration from nx console section added (#9691)
* docs(angular): migration from nx console section added

* docs(angular): adjusting video dimensions

* docs(angular): moving from nx console section to bottom
2022-04-05 14:15:42 -07:00
Miroslav Jonaš
1755094bf7
docs(core): cleanup nx commands help after yargs update (#9694) 2022-04-05 23:05:06 +02:00
Victor Savkin
48769dc4bb
cleanup(core): remove NX_INVOKED_BY_RUNNER (#9693) 2022-04-05 16:58:13 -04:00
Benjamin Cabanes
3d101dbbf6
docs(core): add core-tutorial link on intro (#9690) 2022-04-05 18:13:16 +00:00
Katerina Skroumpelou
9579aec307
feat(storybook): add projectBuildConfig as an option in generator (#9655)
Co-authored-by: Colum Ferry <cferry09@gmail.com>
2022-04-05 16:16:25 +00:00
Colum Ferry
e42069b5ec
fix(angular): add --module option to component generator (#9684) 2022-04-05 15:37:08 +01:00
Craigory Coppola
14674a113d
docs(misc): fix missing link on nx and yarn/lerna page (#9685) 2022-04-05 14:00:22 +00:00
Miroslav Jonaš
edda7b424b
chore(repo): update orb version (#9683) 2022-04-05 15:31:47 +02:00
Nicholas Cunningham
12f0f195d2
feat(react): add support for MFEs (#9413)
* feat(react): Add MFE  Generator for Host and Remote Apps
Host generator will be able use the mfe-remote generator when remotes are passed into the CLI for the mfe-host command

* docs(react): React Documentation Update

Co-authored-by: Nicholas Cunningham <nico@Nicholass-MacBook-Pro.local>
Co-authored-by: Nicholas Cunningham <ndcunningham>
2022-04-04 15:44:18 -04:00
William Neely
af37fe9125
docs(devkit): name is returned unmodified (#9418)
the docs for the names function say that the name is modified to hyphenated case but it's actually returned unmodified
2022-04-04 14:40:41 +00:00
Kalarrs Topham
f9223817b3
feat(node): add support for async webpack configuration (#9641) 2022-04-01 22:48:31 +00:00
Alexander Escamilla
0182c6d9c8
Fixed type in actions$: Actions (#9622) 2022-04-01 20:48:56 +00:00
Katerina Skroumpelou
96e0a6e86f
docs(core): add missing periods to storybook schemas (#9635) 2022-03-31 12:22:50 -04:00
Craigory Coppola
9f054adbb6
docs(core): update generator options link to params.ts (#9634) 2022-03-31 15:37:10 +00:00
Leosvel Pérez Espinosa
18776f6764
feat(angular): update ng-add generator so the migration result is more aligned with new nx workspaces (#9630) 2022-03-31 16:30:06 +01:00
Miroslav Jonaš
15d8222200
feat(nxdev): add types to CLI docs (#9607) 2022-03-31 10:15:49 +02:00
Allan Juan
84dbd4324f
docs(testing): fix cypress headed/headless modes description (#9591) 2022-03-30 19:41:28 -05:00
Colum Ferry
e22bdd01c2
feat(angular): expose storybook component story generator (#9606) 2022-03-30 14:16:26 -04:00
Jason Jean
1bc2298b19
fix(testing): remove default testTimeout value which overrides the jest config (#9616) 2022-03-30 15:47:02 +00:00
Miroslav Jonaš
1d64428a53
docs(core): remove dangling backtick from name description (#9612) 2022-03-30 14:16:46 +00:00
Colum Ferry
b952d0c755
docs(angular): fix schema for host application (#9602) 2022-03-30 12:59:57 +00:00
Colum Ferry
0312fde127
docs(angular): fix guide formatting (#9603)
* docs(angular): fix guide formatting

* docs(angular): fix formatting

Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>

Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2022-03-30 13:34:38 +01:00
Miroslav Jonaš
95523d5d2f
docs(core): cross-link create-nx-workspace api docs from nx-setup (#9601) 2022-03-30 12:11:35 +02:00
Benjamin Cabanes
fa1bda4b26
docs(nxdev): add mfe wording convention (#9598) 2022-03-29 20:55:16 +00:00
Colum Ferry
39666c5d45
docs(angular): change title in navbar of mfe guide (#9597) 2022-03-29 15:30:04 -04:00
Miroslav Jonaš
9e06020575
feat(core): toggle additional prompts in CNW with a flag (#9546)
* feat(core): toggle additional prompts in CNW with a flag

* feat(repo): handle cli params with yargs

* feat(core): add docs generation

* chore(repo): add colors

* fix(core): migrate to yargs 17.x

* fix(core): update markup generation
2022-03-29 14:00:07 -04:00
Colum Ferry
5378128851
feat(angular): add dynamic federation support to mfe generator (#9551) 2022-03-29 16:45:19 +01:00
Juri
3c6f88065a docs(core): fix some typos 2022-03-29 16:17:01 +02:00
Craigory Coppola
e3251d28ef
docs(nx-plugin): document local plugin functionality (#9564) 2022-03-29 09:56:25 -04:00
Leosvel Pérez Espinosa
6d52820d28
docs(angular): remove incremental builds preset from the webpack-browser executor (#9578) 2022-03-29 09:58:52 +01:00
swuendri
0ad3eb34cb
feat(core): add option importPath to workspace remove library (#9486)
Co-authored-by: Sven Wuendrich <sven.wuendrich@ottogroup.com>
2022-03-28 15:28:28 -04:00