2641 Commits

Author SHA1 Message Date
James Henry
2d70eb048f
feat(core): switch nx release changelog to offline first with CHANGELOG.md files (#19327) 2023-10-03 11:58:42 -04:00
Isaac Mann
d97a8d2661
docs(core): update dte image (#19411) 2023-10-03 08:35:58 -07:00
Zachary DeRose
02148893ba
docs(misc): http to https for discord links (#19053) 2023-10-02 15:01:41 -04:00
Alice Kile
ca96565070
docs(nx-dev): use correct package name (#19086) 2023-10-02 15:01:19 -04:00
Wayne Maurer
02675074f6
docs(core): fix solidjs instructions for deleting files (#19087) 2023-10-02 14:58:41 -04:00
Rares Matei
b351efb72f
docs(nx-cloud): update release notes (#19251) 2023-10-02 14:57:40 -04:00
Benny Neugebauer
190bc8b707
docs(core): replace Github with GitHub (#19397) 2023-10-02 14:44:31 -04:00
Nicolas Beaussart
718c6e8906
docs(nx-plugin): made code example for extending project graph match the current api (#19398) 2023-10-01 18:13:44 -04:00
Aiven Song
867a5a81cd
docs(webpack): fix incorrect type for svgr option in withReact example (#19197) 2023-09-28 13:09:44 -04:00
Isaac Mann
971a020419
docs(core): commands link under reference (#19354) 2023-09-27 21:15:12 -04:00
Craigory Coppola
a0ff89258d
cleanup(devkit): export FileMap interface (#19297) 2023-09-27 14:35:12 +00:00
Katerina Skroumpelou
295ea3fb93
feat(vue): storybook configuration generator for vue (#19141) 2023-09-25 13:23:01 -04:00
Isaac Mann
76bc58d407 docs(core): hide private fields in docs 2023-09-23 18:53:14 +02:00
Tim Fisher
a49a84e753
feat(core): add NX_IGNORE_CYCLES environment variable (#18708) 2023-09-22 22:37:03 -04:00
Isaac Mann
d1fe398ea0
docs(core): packages to api (#19281) 2023-09-22 14:24:35 -04:00
Isaac Mann
d1310e3c39
docs(core): remove old react example (#19259) 2023-09-21 08:28:05 -04:00
Jason Jean
53a327715b
feat(repo): remove projectNameAndRoot nx.json option (#19218) 2023-09-21 08:15:38 -04:00
Isaac Mann
51d2fac1de
docs(core): add typescript packaging recipes (#19262) 2023-09-20 16:55:49 -04:00
Isaac Mann
892fd4bea1 docs(core): use standalone components 2023-09-20 22:50:39 +02:00
Isaac Mann
17ef721782 docs(core): use standalone components 2023-09-20 22:50:39 +02:00
Isaac Mann
f47bcab31a docs(core): fix links 2023-09-20 22:50:39 +02:00
Isaac Mann
6f754db84d docs(core): update angular monorepo tutorial 2023-09-20 22:50:39 +02:00
Isaac Mann
1024a77ef6 docs(core): fix links 2023-09-20 22:50:39 +02:00
Isaac Mann
9fd7e2ae38 docs(core): angular-monorepo tutorial 2023-09-20 22:50:39 +02:00
Juri
2ad50e97a9 docs(core): rename example repos menu item 2023-09-20 18:33:23 +02:00
James Henry
6b16230499
fix(core): support dry-run on nx release publish (#19228) 2023-09-20 08:57:13 -04:00
Rares Matei
584cb19a21
docs(nx-cloud): saml auth fix audience URI for eu cluster (#19151) 2023-09-20 08:52:42 -04:00
James Henry
7f8368ca16
fix(core): allow parallel and output-style on publish target (#19242) 2023-09-20 09:38:27 +00:00
Craigory Coppola
f213976281
feat(core): include non-project files on fileMap and filesToProcess (#19217) 2023-09-19 21:46:01 -04:00
Juri Strumpflohner
64c410d99d
docs(core): add section to point to building generators/executors (#19215)
Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
2023-09-18 23:35:23 +02:00
James Henry
9116c29c18
feat(core): initial implementation of nx release (#19110)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-09-18 15:11:44 -04:00
Colum Ferry
11fcb8f2d4
feat(react): switch default to typescript configuration for module federation (#19031) 2023-09-18 17:11:38 +01:00
Zack DeRose
0ec1bddab4 docs(misc): splitting up videos for the changelog 2023-09-18 17:52:10 +02:00
Zack DeRose
9e8287ad1d docs(misc): changelog 16.8 content 2023-09-18 17:52:10 +02:00
Riccardo Di Maio
fcf5b9cec3
docs(core): Typo fix (#19205) 2023-09-17 07:40:31 -04:00
Miroslav Jonaš
d87826eea2
docs(linter): add missing properties to the dep-checks docs (#19125) 2023-09-15 11:53:31 +03:00
Isaac Mann
d5f87f79bd
docs(core): turborepo recipe (#19124) 2023-09-14 12:10:52 -07:00
MaxKless
abf3ac6c8f
fix(node): set x-dropdown in app generator to enable autocomplete in console (#19105) 2023-09-14 14:02:45 -04:00
Alice Kile
993b6fd295
docs(nx-dev): correctly format declaration file extension reference (#19088) 2023-09-14 13:54:04 -04:00
Juri
799ae13d74 docs(angular): update Nx and Angular CLI page with more details and video embed 2023-09-14 14:29:07 +02:00
Craigory Coppola
de2824a450
feat(devkit): add method for tree-aware glob search (#19128) 2023-09-13 17:39:45 -04:00
Jack Hsu
188dc8f2f0
feat(core): hide vue preset options from create-nx-workspace (#19155) 2023-09-13 17:18:04 -04:00
Juri Strumpflohner
7975950a8c
docs(core): update Nx Console screenshot (#19153) 2023-09-13 16:30:37 -04:00
Jack Hsu
769974b45a
feat(vue): init, app, component and lib generators (#19130)
Co-authored-by: Katerina Skroumpelou <sk.katherine@gmail.com>
2023-09-13 15:05:10 -04:00
Isaac Mann
6a847190af docs(core): review fixes 2023-09-13 20:04:51 +02:00
Isaac Mann
8c74687d4a docs(core): added more sections 2023-09-13 20:04:51 +02:00
Isaac Mann
bef6e8f8d8 docs(core): react-monorepo tutorial 2023-09-13 20:04:51 +02:00
MaxKless
f639883786
docs(core): add examples for runtime & env inputs (#19129) 2023-09-12 13:29:04 -04:00
Craigory Coppola
f2e20c81b6
cleanup(core): adjust create dependencies context (#19070)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-09-12 09:01:32 -04:00
Craigory Coppola
228393724c
feat(devkit): update parseTargetString to allow referencing targets on the current project (#19109) 2023-09-11 16:58:03 -04:00