Katerina Skroumpelou
26627e3441
fix(storybook): pass tsConfiguration option from framework generators to storybook ( #10837 )
2022-06-21 19:35:46 +00:00
Alexis CHAPPRON
1d8369b646
fix(react-native): remove trailing "/" in generated .gitignore ( #10827 )
...
This "/" ended up being added in root .gitignore file, adding the whole project as "ignored".
2022-06-21 10:24:15 -04:00
Jack Hsu
3d526098a4
fix(nextjs): storybook generator properly supports nextjs apps ( #10816 )
2022-06-21 10:08:54 +03:00
Dylan Andersen
8cae2c9eca
docs(core): fix links to nx tutorials ( #10763 )
...
Co-authored-by: Dylan Andersen <dylan@joinhandshake.com@Dylans-MBP.attlocal.net>
2022-06-16 10:54:22 -04:00
Emily Xiong
e00dc75e94
fix(detox): change detox to compiling dependency to fix android with react native 0.68 ( #10701 )
2022-06-13 13:01:25 -04:00
Emily Xiong
cce43db1f9
feat(react-native): upgrade metro to 0.71.1 and react-native-config to 1.4.6 ( #10700 )
2022-06-13 12:57:22 -04:00
Craigory Coppola
15c04b099e
chore(repo): enable eslint plugin checks ( #10666 )
2022-06-09 18:04:06 -04:00
Mauz
9d04d932f9
fix(react-native): replace incorrect ignore paths for pods ( #10634 )
...
ISSUES CLOSED : #10633
2022-06-08 10:51:12 -04:00
Emily Xiong
e493611b1f
fix(react-native): use appsDir when generating app ( #10606 )
2022-06-07 15:40:26 -04:00
Emily Xiong
df613814cd
fix(react-native): rename blacklistRE to blockList in metro.config.js ( #10607 )
2022-06-07 10:58:27 -04:00
Emily Xiong
d038b70a87
feat(react-native): upgrade metro to 0.71.0 ( #10598 )
2022-06-07 10:57:58 -04:00
Craigory Coppola
4d7e5ba29a
chore(misc): remove defaultCollection from generators ( #10601 )
2022-06-06 20:03:46 +00:00
Katerina Skroumpelou
1de896f3e8
feat(storybook): choose to generate ts config ( #10572 )
...
ISSUES CLOSED : #10394
2022-06-03 15:31:18 +00:00
Katerina Skroumpelou
d48a709f88
fix(storybook): dont generate stories for stories ( #10570 )
...
ISSUES CLOSED : #10286
2022-06-03 13:53:40 +00:00
Hamid Abdalrahman
9ad5c48183
Enabling dynamic gradle tasks on andriod-build command ( #10276 )
...
* feat(react-native): add option to override default gradle task
* feat(react-native): add option to override default gradle task
* feat(react-native): add option to override default gradle task desc
* feat(react-native): add option to override default gradle task
Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
2022-06-02 19:00:57 +00:00
Victor Savkin
e491c6f738
feat(core): make nx.json optional
2022-05-31 15:35:28 -04:00
Victor Savkin
3d97203b1e
chore(repo): migrate to nx@14.2.0-beta.1
2022-05-30 20:10:02 -04:00
Jason Jean
04985be149
chore(repo): switch publishing to use lerna ( #10293 )
2022-05-20 00:35:47 +00:00
Emily Xiong
5192b09eec
feat(react-native): upgrade react-native to 0.68.2 ( #10380 )
2022-05-18 16:09:21 -04:00
Emily Xiong
0bee59727e
feat(react-native): upgrade metro to 0.70.3 ( #10307 )
2022-05-18 18:11:42 +00:00
Victor Savkin
6351413b98
fix(core): preserve dash casing when passing args to executors
2022-05-17 14:48:53 -04:00
Phillip Barta
0cc7042beb
chore(repo): updated dependency fs-extra to ^10.1.0 ( #9985 )
2022-05-06 17:56:19 -04:00
Jason Jean
e4cccfc14d
chore(repo): update nx to 14.1.1 ( #10132 )
2022-05-04 15:27:43 +00:00
Katerina Skroumpelou
a74ed0ecfc
fix(storybook): include all react exports for story generation ( #10030 )
2022-04-29 08:20:56 -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
869edb798b
fix(react-native): add migration script to change the main tag to className ( #9957 )
2022-04-26 11:55:00 -04:00
Emily Xiong
d439d4b20a
feat(react-native): upgrade metro version to 0.70.2 ( #9961 )
2022-04-26 11:54:05 -04:00
Jason Jean
4f99b77e42
chore(repo): update nx to 14.0.2 ( #9974 )
2022-04-23 18:06:01 +00:00
Caleb Ukle
88971468db
fix(testing): pass --js flag to jest generators ( #9965 )
2022-04-22 22:43:59 -04:00
Caleb Ukle
39331d1e17
feat(testing): move jest config to .ts files ( #9854 )
...
* feat(testing): move jest config to .ts
move jest config and preset to ts files
ISSUES CLOSED : #8344
* fix(testing): update tests for jest.config.ts changes
update tests broken by renaming jest fils to ts files
2022-04-21 17:58:40 +00:00
Emily Xiong
2f41eb07c1
cleanup(core): update the docs to be inline with nx 14 ( #9851 ) ( #9872 )
...
Co-authored-by: Victor Savkin <mail@vsavkin.com>
2022-04-21 12:42:45 -04:00
Jason Jean
cb7fb22bca
feat(core): remove @types/node from default workspace ( #9853 )
...
Signed-off-by: Jason Jean <jasonjean1993@gmail.com>
2022-04-20 12:43:23 -04:00
Emily Xiong
367e95a3c0
bugfix(react-native): change the metro-resolver to run tsconfig path resolver first ( #9876 )
2022-04-19 10:44:16 -04:00
James Henry
46e7b4d49c
chore(core): improve help output for generators and executors ( #9800 )
2022-04-12 14:05:55 -04:00
Emily Xiong
1358fbf263
feat(storybook): upgrade @storybook/react-native version to ^6.0.1-beta.5 ( #9657 )
...
- also move the toggle-storybook.tsx to src/storbyook folder rather than .storybook
2022-04-04 11:36:36 +03:00
Emily Xiong
bc31273a37
fix(react-native): change openURLInBrowser to Linking.openURL for react native web ( #9482 )
2022-04-03 02:11:16 -04:00
Victor Savkin
428106f6be
cleanup(core): create more meaningful file structure in nx package ( #9621 )
2022-03-31 09:07:22 -04:00
Jack Hsu
b02beb551b
feat(react): update to react 18 ( #9613 )
2022-03-30 17:48:37 +00:00
Miroslav Jonaš
3b21f4dfea
fix(core): switch from appRootPath to workspaceRoot ( #9600 )
2022-03-30 09:15:20 -04:00
Benjamin Cabanes
6f0cc00ee1
docs(core): add description to react-native package ( #9536 )
2022-03-25 17:06:33 -04:00
Benjamin Cabanes
6dae32cc3a
docs(nxdev): support packages schemas metadata & discoverability ( #9383 )
2022-03-24 12:00:06 -04:00
Victor Savkin
d4b5c30eba
cleanup(core): remove the indirection left after inlining ta… ( #9469 )
2022-03-23 22:18:17 -04:00
Emily Xiong
95704f1357
feat(react-native): add interactive schema option ( #9373 )
2022-03-23 09:58:43 -04:00
Emily Xiong
dad4a259b5
chore(react-native): add examples to react native and detox schema ( #9434 )
2022-03-23 09:58:28 -04:00
Emily Xiong
3627c3a38c
feat(react-native): upgrade metro-resolver to 0.69.1 ( #9381 )
2022-03-17 13:46:01 -04:00
Emily Xiong
615bd73c59
bugfix(react-native): add ENTRY_FILE relative to PROJECT_DIR in iOS shell script ( #9222 )
2022-03-16 13:03:37 -04:00
Victor Savkin
48a5d19b68
feat(core): add a migration to replace nrwl/cli and nrwl/tao with nx
2022-03-14 20:45:51 -04:00
Victor Savkin
6f038e7a4a
feat(core): reorganize packges to consolidate all cli-related code in nx
2022-03-14 16:42:51 -04:00
Victor Savkin
4e9375f5f4
chore(repo): update the version of nx
2022-03-11 10:40:40 -05:00
Jason Jean
94687e993c
chore(repo): ensure license file exists for all published packages ( #9274 )
2022-03-10 18:33:06 -05:00