Victor Savkin
821fc07723
chore(repo): format fixes
2022-05-03 14:35:18 -04:00
Victor Savkin
16c61b7001
chore(repo): update the warning on when to remove npx cache
2022-05-03 14:35:18 -04:00
Daniel Grant
a68120a35b
fix(js): .swcrc path should be customizable ( #10118 )
...
Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
2022-05-03 13:41:52 -04:00
Leosvel Pérez Espinosa
b381e383c4
fix(angular): add missing alias for the component generator ( #10038 )
2022-04-28 12:19:14 +01:00
Craigory Coppola
99fcb7873e
feat(nx-plugin): add --includeHasher option to generate hasher boilerplate ( #9891 )
...
Co-authored-by: James Henry <james@henry.sc>
2022-04-27 12:44:48 -04:00
Emily Xiong
6e72dc6c12
feat(react-native): add upgrade-native generator to upgrade native code ( #9925 )
2022-04-26 14:31:59 -04:00
Caleb Ukle
88971468db
fix(testing): pass --js flag to jest generators ( #9965 )
2022-04-22 22:43:59 -04:00
Caleb Ukle
fca85ca482
fix(testing): add missing --js support for jest generators ( #9959 )
...
* fix(testing): add ts-node as devDep
* fix(testing): add missing --js option for jest generators
2022-04-22 14:49:40 -04:00
Jonathan Cammisuli
c1c5f0b57d
feat(misc): add application x-type for host and remote generators ( #9954 )
2022-04-22 14:42:25 +00:00
Miroslav Jonaš
d27563ba1e
fix(core): improve generated workflows ( #9921 )
2022-04-21 12:55:02 +02:00
Miroslav Jonaš
ec0f4b4173
fix(core): handle failed CI workflows in CNW CLI ( #9915 )
2022-04-20 20:46:13 -04:00
Colum Ferry
991efef5e5
feat(angular): serve static for remotes ( #9911 )
2022-04-20 21:49:26 +00:00
Miroslav Jonaš
5fe8d84396
feat(core): add CI generation to create-nx-workspace ( #9611 )
2022-04-20 14:51:15 -04:00
Jack Hsu
e32932d267
feat(react): add ability to serve remote apps in dev or static mode ( #9893 )
2022-04-20 12:27:49 -04:00
Jack Hsu
586501aa35
chore(react): update MFE language to module federation ( #9888 )
2022-04-19 20:48:49 +00:00
Leosvel Pérez Espinosa
cfaedc8181
feat(angular): support migrating angular cli workspaces with library projects ( #9885 )
2022-04-19 16:18:26 +01:00
Emily Xiong
a0045b3b8e
bugfix(detox): fix typo option for test to be reuse ( #9874 )
2022-04-19 10:42:52 -04:00
Colum Ferry
4b846e8dc9
feat(angular): add module-federation-dev-server builder ( #9843 )
2022-04-14 15:39:15 -04:00
Colum Ferry
e1f64a3896
feat(angular): remove mfe-host alias in favour of host ( #9834 )
2022-04-14 12:42:02 +01:00
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
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
Chau Tran
3e94d4cb3a
fix(js): add init generator placeholder ( #9777 )
2022-04-11 08:47:08 -05: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
a64bba9980
feat(linter): add cacheStrategy, rulesdir and resolvePluginsRelativeTo flags to eslint executor ( #9709 )
2022-04-07 15:49:44 +01: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
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
Katerina Skroumpelou
96e0a6e86f
docs(core): add missing periods to storybook schemas ( #9635 )
2022-03-31 12:22:50 -04: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
Colum Ferry
b952d0c755
docs(angular): fix schema for host application ( #9602 )
2022-03-30 12:59:57 +00:00
Colum Ferry
5378128851
feat(angular): add dynamic federation support to mfe generator ( #9551 )
2022-03-29 16:45:19 +01: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
Katerina Skroumpelou
3c662c2ae2
docs(nxdev): added some presets ( #9552 )
2022-03-28 12:32:06 -04:00
Benjamin Cabanes
63ec62a78f
docs(core): add description to nx-plugin package ( #9539 )
2022-03-25 21:12:25 +00:00
Benjamin Cabanes
6f0cc00ee1
docs(core): add description to react-native package ( #9536 )
2022-03-25 17:06:33 -04:00
Caleb Ukle
c12a647c11
fix(testing): add root karma config if one isn't present when using karma-project generator ( #9485 )
...
when using the karma-project generator directory ensure the karma generator (install deps/root
config) is called if the root karma config isn't present
ISSUES CLOSED : #9234
2022-03-25 21:05:08 +00:00
Benjamin Cabanes
167b57a189
docs(core): add description to linter package ( #9537 )
2022-03-25 17:03:16 -04:00
Benjamin Cabanes
5d28162269
docs(core): add description to jest package ( #9531 )
2022-03-25 16:42:47 -04:00
Benjamin Cabanes
f6126663eb
docs(core): add description to nextjs package ( #9534 )
2022-03-25 20:19:53 +00:00
Benjamin Cabanes
a4da5a19b7
docs(core): add description to node package ( #9533 )
2022-03-25 20:18:29 +00:00
Benjamin Cabanes
24173e5742
docs(core): add description to nest package ( #9532 )
2022-03-25 20:14:01 +00:00
Leosvel Pérez Espinosa
7c0ab03ffb
docs(angular): add missing required property "project" to ng-packagr executor presets ( #9528 )
2022-03-25 19:36:30 +00:00
Benjamin Cabanes
9f41b6e18f
docs(core): add description to express package ( #9530 )
2022-03-25 19:36:16 +00:00
Benjamin Cabanes
ad5c6c3cbe
docs(core): add description to workspace package ( #9527 )
2022-03-25 19:31:34 +00:00