NejcZdovc
60382f6370
docs(misc): Fixes typo for browserslistrc
...
Resolves #10230
2022-05-10 16:32:25 -04:00
Nick Mazuk
00ee173544
docs(nx-plugin): add :plugin to local plugin generator target ( #10226 )
2022-05-09 23:25:59 -04:00
James Garbutt
99252cccfa
fix(react): aliases should be an array in schematics ( #10198 )
2022-05-09 23:58:51 +00:00
Jack Hsu
6e10769e04
docs(core): add information about tree-shaking to module federation guide ( #10217 )
2022-05-09 14:52:16 +00:00
Colum Ferry
e7074617be
fix(angular): module federation generation should match react ( #10214 )
2022-05-09 15:31:57 +01:00
Stian Morsund
eb4243bc87
feat(angular): add flag for skipping the postinstall script in relevant generators ( #10208 )
2022-05-09 12:48:41 +01:00
Madison Bullard
cce5bfebc0
docs(misc): fix grammar in git history doc ( #10079 )
2022-05-06 18:10:32 -04:00
Benjamin Cabanes
3eb2955245
docs(nxdev): show overview on package list view ( #10189 )
2022-05-06 15:48:44 -04:00
Daniel Grant
63006b791a
fix(js): .swcrc path option should follow existing conventions ( #10127 )
...
Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
2022-05-06 13:46:13 -04:00
Leosvel Pérez Espinosa
5c94d6222f
fix(angular): add missing skipImport option to the component generator ( #10167 )
2022-05-06 08:57:20 +01:00
Jack Hsu
7da1913812
docs(nxdev): update module federation guide ( #10176 )
2022-05-05 21:07:31 -04:00
Victor Savkin
53460849a2
feat(core): introduce an explicit variable for deciding on how output is printed
2022-05-05 17:22:22 -04:00
Juri Strumpflohner
e8be46986d
docs(nxdev): adjust syntax highlighting lang for javascript & typescript ( #10152 )
2022-05-05 09:33:00 -04:00
Daniele Tortora
664df0e849
feat(js): add --includeBabelRc flag for @nrwl/js:library generator ( #8793 , #8600 ) ( #10055 )
...
* fix(js): fix(js): adding missing babelrc for tsc compiled libraries
ISSUES CLOSED : #8600 , #8793
ISSUES CLOSED : #8600 , #8793
* feat(js): adds the --skipBabelConfig flag to prevent .babelrc file generation
ISSUES CLOSED : #8600 , #8793
ISSUES CLOSED : #8600 , #8793
* feat(js): adds the --includeBabelRc flag to the library generator
adds the --includeBabelRc flag to the library generator, and a mechanism to automatically detect the
nrwl/web plugin, which requires auto-generation of the babelrc even when not explicitly set by the
user
ISSUES CLOSED : #8600 , #8793
2022-05-04 10:58:34 -05:00
Jason Jean
e4cccfc14d
chore(repo): update nx to 14.1.1 ( #10132 )
2022-05-04 15:27:43 +00:00
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
Victor Savkin
e6738abc9f
feat(misc): move run-commands executor to nx
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
Miroslav Jonaš
899e0caac8
feat(core): switch cnw ci option to be single-select ( #10007 )
...
* feat(core): switch cnw ci option to be single-select
* chore(repo): enforce cache renewal
* chore(repo): revert cache renewal
* fix(core): fix tests
* fix(core): fix enquirer limitation with falsy values
2022-05-02 16:01:34 +02:00
Benjamin Cabanes
fd8ba12db4
docs(core): update getting-started links to caching section ( #10095 )
2022-05-02 13:42:51 +00:00
Victor Savkin
cb8bf523ff
chore(repo): update cloud to 1403 ( #10070 )
2022-04-30 13:21:55 -04:00
Alex Hayton
053aecb765
docs(core): fix a typo in circleci docs ( #10074 )
2022-04-29 21:41:22 +00:00
Jason Jean
be07d75e91
docs(node): fix node tutorial typo ( #10077 )
2022-04-29 21:35:36 +00:00
Jack Hsu
b31be80c02
docs(core): fix typos in RN guide ( #10046 )
2022-04-28 17:52:00 +00:00
Jack Hsu
1519960a87
docs(core): update env var guide ( #10045 )
2022-04-28 13:34:22 -04:00
Chau Tran
fcc6197425
docs(js): add docs about publishable tag ( #10016 )
...
* docs(js): add docs about publishable tag
* docs(js): rewrite publishable section in nx-and-typescript to allow the consumers to actually follow instead of using placeholder name
2022-04-28 09:55:54 -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
Jack Hsu
8ab9257c50
docs(core): update MFE guide ( #10032 )
2022-04-27 20:10:06 +00: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
Jack Hsu
984a3abca9
docs(core): add MFE guide ( #10022 )
2022-04-27 15:39:20 +00:00
winwangqi
50205fe9b4
docs(core): fix typo ( #10005 )
2022-04-26 17:26:37 -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
Emily Xiong
275a07daae
docs(react-native): add react native v0.68 migration guide ( #9958 )
2022-04-26 11:54:29 -04:00
James Henry
13807d3a81
chore(core): remove deprecated with-deps, NxJsonProjectConfiguration + operators ( #9947 )
2022-04-26 10:55:24 -04:00
Benjamin Cabanes
f7efef433c
docs(nxdev): fix internal module federation link ( #9996 )
...
Fixes #9990
2022-04-25 19:27:53 +00:00
Adam Gardner
2cde4fb839
docs(nxdev): documentation for tailwind.config.js ( #9970 )
...
Fixing the join statement by adding *
2022-04-25 12:23:20 -04:00
Victor Savkin
5bc53e09f2
docs(misc): minor improvements in the module federation guide
2022-04-25 11:04:56 -04:00
Caleb Ukle
88971468db
fix(testing): pass --js flag to jest generators ( #9965 )
2022-04-22 22:43:59 -04:00
Giora Guttsait
90f9591279
docs: add closing string template backtick in code block ( #9963 )
2022-04-22 22:46:48 +00: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
Jack Hsu
d5468f74d2
docs(core): update module federation guide ( #9952 )
2022-04-22 09:43:50 -04:00
Jack Hsu
21d5dd13f3
docs(core): module federation docs ( #9932 )
2022-04-21 18:04:36 -04:00
Miroslav Jonaš
d27563ba1e
fix(core): improve generated workflows ( #9921 )
2022-04-21 12:55:02 +02:00
Victor Savkin
4990d050ae
cleanup(core): update the docs to be inline with nx 14 ( #9851 )
2022-04-20 20:58:47 -04: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