575 Commits

Author SHA1 Message Date
Craigory Coppola
285dc39371
feat(core): support targets with colons in the name without quotes (#13938) 2022-12-28 15:18:07 -05:00
Craigory Coppola
f0fbcf116f
chore(misc): unpin module federation utils version (#14041) 2022-12-28 16:46:48 +00:00
Caleb Ukle
663d38bdba
feat(testing): support async webpack config for react component testing (#14037) 2022-12-28 11:17:53 -05:00
Craigory Coppola
96cab72851
fix(misc): temporarily pin module federation ssr utilities version (#14035) 2022-12-27 16:12:23 -06:00
Nicolas Beaussart
1380ddf91f
feat(react): expose setupTailwindGenerator from @nrwl/react (#14029) 2022-12-27 12:16:49 -05:00
Katerina Skroumpelou
6c6fd7ce1d
fix(vite): improve vite configuration (#13978) 2022-12-22 16:56:39 +02:00
Katerina Skroumpelou
77d8ee47f5
fix(storybook): optional-chain typeName (#13951) 2022-12-22 09:45:53 +00:00
Victor Savkin
82fbb98e7d feat(misc): dont generate defaultProject for non standalone workspaces 2022-12-21 09:15:26 -05:00
Colum Ferry
26146690f3
fix(angular): cache server build (#13933) 2022-12-20 16:25:11 -05:00
Nikita Glazov
37dc336a0a
fix(nx/react): wrong svg import processing (#12477) 2022-12-19 15:45:33 -05:00
Benjamin Cabanes
19fd40ddc7
docs(nxdev): refactor docs sources generation and app consumption (#13834) 2022-12-19 18:59:50 +00:00
Jack Hsu
9ac63667b2
fix(react-native): support React Native buildable libs that do not use SVGR (#13909) 2022-12-19 18:09:08 +00:00
Yehuda Goldberg
6a2884297c
fix(react): load svg component in buildable library (#12226) 2022-12-19 15:39:26 +00:00
Jack Hsu
99983e933f
fix(react): default bundler to vite when deprecated buildable option is used (#13857) 2022-12-15 17:11:29 -05:00
Jack Hsu
fdd04ba0a6
feat(react): add cypress e2e for react standalone preset (#13848) 2022-12-15 10:07:06 -07:00
Nicholas Cunningham
70e1aabb09
fix(vite): Failing to build when generated library uses jest (#13797)
Co-authored-by: Nicholas Cunningham <ndcunningham>
2022-12-15 11:32:27 -05:00
Emily Xiong
14c1c16cf8
feat(react): add unit test examples when inSourceTests is passed (#13779) 2022-12-14 23:46:13 -05:00
Katerina Skroumpelou
1ef01f8ccc
feat(testing): cypress vite (#13474) 2022-12-15 04:28:53 +00:00
Jack Hsu
2392b916c4
fix(react): use correct setup for React SSR with module federation (#13822) 2022-12-14 10:37:55 -05:00
Jack Hsu
8df1834f2c
feat(react): add nx.server.ready message from Node process to any potential parent process (#13808) 2022-12-13 23:02:20 -05:00
Colum Ferry
61af68b5b1
fix(react): module-federation-ssr-dev-server should use fork (#13791) 2022-12-13 19:17:23 +00:00
Colum Ferry
8ffa9fdd5f
fix(react): host should use module-federation-ssr-dev-server (#13794) 2022-12-13 13:17:10 -05:00
Colum Ferry
977ff7e21b
fix(react): host generate should include remotes.d.ts for server (#13710) 2022-12-08 13:35:49 +00:00
Colum Ferry
bb32f024cb
feat(react): add module-federation-ssr-dev-server (#13708) 2022-12-08 08:35:42 -05:00
Colum Ferry
62fc986609
fix(react): fix target to use for serve-ssr remote detection (#13709) 2022-12-08 08:32:17 -05:00
Katerina Skroumpelou
6b6ab4e397
chore(vite): fix name of vite executor in test (#13693) 2022-12-07 10:41:48 -05:00
Jason Jean
2c819048bc
fix(angular): fix imports into nx from ng-add (#13645) 2022-12-05 21:05:26 +00:00
Jason Jean
61d7d74378 fix(misc): fix tsconfig file includes 2022-12-05 10:39:03 -05:00
Caleb Ukle
ddc2dca30d
fix(testing): only target files in src/* directory for component testing (#13604) 2022-12-05 10:10:45 -05:00
Victor Savkin
91c19f5c0a
feat(misc): do not generate tsconfig.base.json for simple standalone … (#13605) 2022-12-05 10:07:01 -05:00
Jack Hsu
67c7822ad3
fix(react): add missing style preprocessors when using Vite (#13600) 2022-12-02 21:56:23 +00:00
Dan Roujinsky
3e2b8d987f
fix(react): fix path to CT tsconfig (#13177) 2022-12-02 15:43:57 -06:00
Philip Fulcher
1a3240d651
docs(react): remove Angular references (#13603)
Co-authored-by: Philip Fulcher <philip@Philips-MacBook-Pro.local>
2022-12-02 14:42:03 -07:00
Jonathan Cammisuli
214c6a3175
fix(testing): generate appropriate files when unitTestRunner is vitest without specifying vite as the bundler (#13594) 2022-12-02 12:15:05 -05:00
Jack Hsu
5b7dba1cb7
fix(react): clean-up after dependency removal from @nrwl/react (#13563) 2022-12-02 16:58:07 +00:00
Jonathan Cammisuli
790b0dee13
fix(bundling): add a vite specific readme for react libs when using vite (#13590) 2022-12-02 10:45:45 -05:00
Jonathan Cammisuli
dbc673d74f
fix(testing): remove jest.config.ts from vitest setups (#13586) 2022-12-02 10:17:37 -05:00
Jack Hsu
cded83b2c5
feat(react): remove unnecessary dependencies from @nrwl/react (#13525) 2022-12-01 17:06:32 -05:00
Jack Hsu
08689b03be
fix(react): generate new libs with @nrwl/rollup:rollup instead of @nr… (#13526) 2022-12-01 04:38:36 +00:00
Jack Hsu
5d0f50e424
feat(react): add --bundler=none option for React lib generator if the… (#13511) 2022-11-30 19:48:02 +00:00
Jack Hsu
a9ac43b86f
feat(react): add CRA support to "nx init" (#13488) 2022-11-29 23:20:27 -05:00
Caleb Ukle
74bd0bb00c
feat(testing): support root project generation for jest (#13353)
Co-authored-by: Miroslav Jonas <missing.manual@gmail.com>
2022-11-29 17:03:19 -05:00
Victor Savkin
fe062f42c3 fix(core): deduce layout directory 2022-11-29 16:08:57 -05:00
Jack Hsu
6c59cbbb3b
feat(react): add SSR suppoprt to host generator for module federation (#13416) 2022-11-29 14:49:15 -05:00
Jack Hsu
cf7ad73165
cleanup(bundling): remove unnecessary files and targets for Vite apps… (#13456) 2022-11-28 17:08:37 -05:00
Emily Xiong
662f5413be
feat(react): add minimal flag (#13446) 2022-11-28 13:29:23 -05:00
Jonathan Cammisuli
f0f60fbb94
fix(testing): web and react application fixes for vitest's insourceTests (#13447) 2022-11-28 15:52:39 +00:00
Jack Hsu
8103290470
fix(bundling): place files in the right folders for React Vite apps (#13443) 2022-11-28 15:30:36 +00:00
Katerina Skroumpelou
871f6183d7
fix(bundling): if bundler is vite unitTestRunner is vitest (#13436) 2022-11-28 14:26:15 +02:00
Miroslav Jonaš
9a0db4848f
feat(linter): replace createReactEslintJson with extendReactEslintJson (#13431) 2022-11-28 11:54:30 +01:00