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
Leosvel Pérez Espinosa
acc29e9593
fix(misc): support workspaces using a root tsconfig.json instead of tsconfig.base.json ( #9195 )
...
* fix(misc): support workspaces using a root tsconfig.json instead of tsconfig.base.json
* cleanup(angular): address pr feedback
2022-03-09 11:30:26 -05:00
Emily Xiong
8101df4396
feat(react-native): upgrade react-native to 0.67.3 ( #9215 )
2022-03-08 12:33:09 -05:00
Emily Xiong
abfe9dbc30
bugfix(react-native): ignore dist folder in metro config ( #9214 )
2022-03-08 12:32:45 -05:00
Emily Xiong
5542936f6a
docs(react-native): update react-native and detox readme ( #9157 )
2022-03-08 12:32:32 -05:00
Emily Xiong
38ba36129d
feat(react-native): upgrade react native to 0.67 ( #8935 )
2022-02-14 12:28:29 -05:00
Emily Xiong
19efdfc938
feat(react-native): add storybook to react native ( #8886 )
2022-02-14 10:13:23 -05:00
William Sedlacek
e942a85b1c
feat(react-native): debug option for build-android ( #8702 )
...
* feat(react-native): debug option for build-android
* docs(react-native): debug option
2022-02-07 21:39:31 -05:00
peter
0182df4b9f
fix(react-native): use metro default resolver on tsconfig import ( #8656 )
...
use metro default resolver on tsconfig match result.
it fixes tsconfig paths import with index files
2022-02-07 21:35:16 -05:00
Benjamin Cabanes
0959194ce0
feat(core): update deps ( #8713 )
2022-01-26 22:17:10 -05:00
Victor Savkin
4e474773bf
Revert "feat(core): show dep types in dep graph ( #2760 ) ( #8132 )"
...
This reverts commit 31bb2f36261fdf222e9e8e962227dcd911dfee66.
2022-01-25 15:23:25 -05:00
Isaac Mann
07ebdb36a3
feat(core): add nx graph as alias of nx dep-graph ( #8539 )
...
* feat(core): add nx graph as alias of nx dep-graph
* docs(core): add note about old dep-graph syntax
* cleanup(core): formatting
* feat(core): formatting
* feat(core): formatting
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2022-01-21 11:15:23 -05:00
Phillip Barta
574160ddc4
cleanup(repo): import ignore instead of require ( #8579 )
2022-01-19 10:11:22 -05:00
MaximSagan
31bb2f3626
feat(core): show dep types in dep graph ( #2760 ) ( #8132 )
2022-01-18 10:20:09 -07:00
Emily Xiong
8120d40192
feat(react-native): add react-native-config to support environment variable ( #8485 )
2022-01-13 14:59:41 -05:00
Emily Xiong
2a9e92e054
fix(react-native): add babel.config.json at root for react native project ( #8467 )
...
Co-authored-by: Rares Matei <matei.rar@gmail.com>
2022-01-12 14:16:12 -05:00
Emily Xiong
8fdec37525
fix(react-native): add test-setup to exclude in tsconfig for react native ( #8429 )
2022-01-11 09:12:06 -05:00
Emily Xiong
9b6d5773f9
feat(react-native): upgrade react native to 0.66.4 ( #8400 )
2022-01-11 09:09:13 -05:00
Emily Xiong
bda1a76b72
fix(react-native): update typing for svg in react native ( #8399 )
2022-01-11 09:08:19 -05:00
Emily Xiong
549b272158
docs(react-native): add overview page for react native and detox ( #8451 )
2022-01-11 09:06:47 -05:00
Phillip Barta
e57cef0901
cleanup(repo): use devkit instead of devkit reexports from workspace ( #7773 )
2021-12-21 21:06:31 +00:00