Jason Jean
|
bc28a16649
|
docs(core): change methodology for ignoring projects (#12956)
|
2022-11-02 23:43:17 +00:00 |
|
Colum Ferry
|
4a4a149bce
|
feat(react): add skipPackageJson flag (#12919)
|
2022-11-02 14:20:56 -04:00 |
|
Victor Savkin
|
90387415e6
|
feat(misc): alias connect-to-nx-cloud to connect
|
2022-11-02 13:40:12 -04:00 |
|
Caleb Ukle
|
3f9909a5fe
|
fix(web): add option to override outputPath for file-server (#12941)
|
2022-11-02 16:49:04 +00:00 |
|
Jason Jean
|
5df5339cb6
|
fix(core): fix missing options from some nx commands (#12944)
|
2022-11-02 16:17:36 +00:00 |
|
Miroslav Jonaš
|
7f7538bb04
|
docs(linter): add example for workspace-rule generator (#12938)
|
2022-11-02 16:35:52 +01:00 |
|
Philip Fulcher
|
b23d8e911b
|
chore(docs): add docs graph component (#12929)
|
2022-11-02 15:23:08 +00:00 |
|
Miroslav Jonaš
|
bf45ae52c8
|
docs(linter): add executor examples (#12906)
|
2022-11-02 11:51:16 +01:00 |
|
Jason Jean
|
145dda709b
|
feat(core): properly passthrough flags unparsed to executors (#12890)
|
2022-11-01 15:05:30 -04:00 |
|
Colum Ferry
|
a5d031482f
|
feat(angular): add webpack-server builder with support for custom webpack config (#12917)
|
2022-11-01 16:07:41 +00:00 |
|
Miroslav Jonaš
|
3c65b02c1b
|
docs(core): fix run-commands example to point to project.json (#12907)
|
2022-10-31 14:00:44 +00:00 |
|
Bastien Sun
|
28620cbf04
|
docs(node): fix minor typo in library creation command example (#12896)
|
2022-10-31 09:29:59 -04:00 |
|
Jack Hsu
|
58b51964ea
|
feat(bundling): add support only bundling in workspace libs, not npm packages (#12852)
|
2022-10-31 09:05:47 -04:00 |
|
Jason Jean
|
17993dbd19
|
docs(misc): fix cli examples documentation (#12891)
|
2022-10-29 03:28:57 +00:00 |
|
Miroslav Jonaš
|
a6d7e220e3
|
cleanup(linter): remove deprecated lint executor (#12889)
|
2022-10-28 23:09:35 +00:00 |
|
Craigory Coppola
|
35dd6c95bc
|
fix(misc): remove -d as alias in generator schema (#12885)
|
2022-10-28 21:17:16 +00:00 |
|
Zachary DeRose
|
d8dc205a93
|
docs(misc): Updates and Fixes to Package-Based tutorial (#12882)
|
2022-10-28 11:27:38 -07:00 |
|
Isaac Mann
|
7e3cafa769
|
docs(angular): ng add warning (#12881)
|
2022-10-28 10:59:01 -04:00 |
|
Benjamin Cabanes
|
ea40631999
|
docs(core): update format docs generation (#12880)
|
2022-10-28 10:54:05 -04:00 |
|
Caleb Ukle
|
9096d41f05
|
fix(testing): cypress 10 migration supports more configuration setups (#12036)
|
2022-10-27 18:03:46 -04:00 |
|
Isaac Mann
|
0f2b89b00e
|
docs(core): clearer update nx guide (#12855)
|
2022-10-27 13:35:41 -04:00 |
|
Rares Matei
|
dee1054b23
|
docs(nx-cloud): update private cloud release notes (#12854)
|
2022-10-27 18:22:52 +01:00 |
|
Vinícius Hoyer
|
91e9726442
|
fix(misc): remove unescaped asterisks on library-types doc (#12759)
|
2022-10-26 12:13:55 -04:00 |
|
Benjamin Cabanes
|
e6054fb938
|
docs(core): cleanup & sort documentation images (#12811)
|
2022-10-25 13:28:09 -04:00 |
|
Brion Mario
|
36783eacf0
|
docs(linter): fix typo in eslint-plugin doc (#12788)
|
2022-10-25 13:08:09 -04:00 |
|
Benjamin Cabanes
|
0fe2b4605b
|
docs(core): add new how caching works schema (#12810)
|
2022-10-25 16:16:27 +00:00 |
|
Emily Xiong
|
386479f7a1
|
feat(expo): depcrecate expo-cli and use @expo/cli instead (#12799)
|
2022-10-25 11:37:12 -04:00 |
|
Benjamin Cabanes
|
d5d8b210dd
|
docs(core): fix typo on task graph execution diagram (#12798)
|
2022-10-24 19:10:42 -04:00 |
|
Juri
|
6c423fa5b7
|
docs(core): update task graph illustration
|
2022-10-25 00:50:39 +02:00 |
|
Benjamin Cabanes
|
b339aab318
|
chore(js): set init generator to hidden (#12794)
|
2022-10-24 20:00:49 +00:00 |
|
Altan Stalker
|
e4c4fe0975
|
fix(nx-cloud): update nx-cloud openapi reference link (#12762)
Co-authored-by: Altan Stalker <ci@nrwl.io>
|
2022-10-21 16:22:27 -07:00 |
|
Rares Matei
|
407ccd592e
|
docs(nx-cloud): update private cloud release notes (#12751)
|
2022-10-21 11:30:12 -07:00 |
|
Leosvel Pérez Espinosa
|
32635992e1
|
docs(angular): recommend using the latest version of nx for the latest version of angular (#12731)
|
2022-10-21 10:27:23 -07:00 |
|
Troy Daniels
|
a011a2e78b
|
docs(nx-cloud): resolves grammar error in get-started.md (#12595)
|
2022-10-21 11:55:47 -04:00 |
|
Caleb Ukle
|
b20c309466
|
docs(testing): add docs for cypress ct in angular and react packages (#12629)
* docs(react): add cypress component testing example files
* docs(angular): add cypress component test example files
|
2022-10-19 19:09:35 +00:00 |
|
Juri
|
96dd7804dd
|
docs(nx-plugin): link videos on plugin creation doc page
|
2022-10-19 19:21:49 +02:00 |
|
Miroslav Jonaš
|
ccc98e3252
|
fix(core): bump nrwl/ci to 0.8 (#12704)
|
2022-10-19 00:59:21 +00:00 |
|
Benjamin Cabanes
|
6520905fc9
|
chore(core): add map.json jsonschema (#12701)
|
2022-10-18 15:30:15 -07:00 |
|
Jack Hsu
|
1f6974f0d6
|
feat(nextjs): add pascal case options for Next.js component generators (#12690)
|
2022-10-18 18:09:56 +00:00 |
|
Juri
|
1f1559378f
|
docs(core): add video to local generator doc
|
2022-10-18 18:19:46 +02:00 |
|
Leosvel Pérez Espinosa
|
cd3578fe4d
|
docs(nextjs): fix application and component generators example filenames (#12656)
|
2022-10-18 09:51:21 +01:00 |
|
Zachary DeRose
|
7175a6d121
|
docs(node): fixing diagram svg (#12645)
|
2022-10-15 15:55:30 -04:00 |
|
Benjamin Cabanes
|
e2caba74f4
|
docs(core): fix schema node tutorial (#12647)
|
2022-10-15 15:55:14 -04:00 |
|
Jack Hsu
|
204c5cb5d8
|
docs(nextjs): add examples to generators (#12638)
|
2022-10-15 12:45:59 +00:00 |
|
Benjamin Cabanes
|
3abaa7feb9
|
docs(core): fix markup react tutorial (#12626)
|
2022-10-14 16:39:08 -04:00 |
|
Benjamin Cabanes
|
230307a313
|
docs(core): fix markup node tutorial (#12625)
|
2022-10-14 16:36:08 -04:00 |
|
Benjamin Cabanes
|
5fc1ce5ae7
|
docs(core): update node tutorial schemas (#12623)
|
2022-10-14 16:33:34 -04:00 |
|
Benjamin Cabanes
|
3622b7e75e
|
docs(core): update node tutorial schemas (#12620)
|
2022-10-14 16:14:41 -04:00 |
|
Benjamin Cabanes
|
aa1cf86607
|
docs(core): update node tutorial schemas (#12619)
|
2022-10-14 16:05:57 -04:00 |
|
Victor Savkin
|
10e626c995
|
cleanup(misc): clean up learn more links
|
2022-10-14 14:15:14 -04:00 |
|