316 Commits

Author SHA1 Message Date
Isaac Mann
0710040e88
docs(docs): clarify what does nx add to ng cli transition (#2976)
* docs(docs): clarify what does nx add to ng cli transition

* docs(docs): change back to ing verbs

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-05-08 15:31:49 -04:00
Philip Fulcher
f10807e81c
docs(angular): adding screenshot to migration doc (#2971) 2020-05-08 14:31:39 -04:00
Ross Knudsen
41572b3afb
feat(testing): added --showConfig CLI option to Jest package (#2968) 2020-05-08 13:39:07 -04:00
Benedikt Starzengruber
ac6f52a5a5
feat(testing): add --detectOpenHandles to Jest CLI Options (#2969) 2020-05-08 13:26:36 -04:00
Philip Fulcher
120c5c5073
docs(docs): add general and AngularJS migration docs (#2930)
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>

Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2020-05-04 09:41:29 -04:00
Jack Hsu
8e6ad2ffab
feat(react): add assets option for package builder to copy files to output path (#2933) 2020-05-01 09:16:49 -04:00
Juri Strumpflohner
4341328dd4
fix(storybook): only install the necessary package dependencies (#2886) 2020-04-30 10:07:36 -04:00
Jason Jean
e06822da7e
chore(repo): update prettier to v2 (#2934)
this is just for the repo, and not the workspace

Co-authored-by: Rares Matei <matei.rar@gmail.com>
2020-04-29 01:09:37 -04:00
Juri Strumpflohner
c9cac2d57a
fix(react): pass linter option properly to storybook cypress setup (#2903)
* fix(react): pass linter option to cypress storybook setup

* fix(react): add storybook linter defaults
2020-04-28 20:28:54 -04:00
Juri Strumpflohner
a47c24c05f
feat(react): improve storybook schematics (#2831) 2020-04-27 18:47:23 +02:00
Devin Shoemaker
d3b5d1f2b9
feat(nx-plugin): properly implement and honor --unitTestRunner (#2867) 2020-04-27 09:21:39 -04:00
Benjamin Cabanes
125872f91a
fix(docs): fix react nx console link (#2902) 2020-04-23 16:04:17 -04:00
Benjamin Cabanes
4af3900876
docs(core): update documentation map (#2899) 2020-04-23 10:42:45 -04:00
Jonathan Cammisuli
d143f23155
fix(docs): update content urls to new ones (#2897) 2020-04-23 10:37:28 -04:00
Isaac Mann
8a96bde17f
docs(docs): change links from /nx-plugin to /nx-community (#2889)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-04-22 12:52:43 -04:00
Benjamin Cabanes
935f121f9d
feat(docs): show entity type and entity container's type (#2878) 2020-04-21 17:48:42 -04:00
Isaac Mann
6672e569a6
docs(docs): move nx console page under cli (#2881)
* docs(docs): move nx console page under cli

* Update docs/shared/console.md

Co-Authored-By: Brandon <robertsbt@gmail.com>

* docs(docs): update docs/shared/console.md

Co-Authored-By: Brandon <robertsbt@gmail.com>

* docs(docs): update docs/shared/console.md

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
Co-authored-by: Brandon <robertsbt@gmail.com>
2020-04-21 11:54:19 -04:00
Brandon
2eff526907
docs(angular): update docs on using Data Persistence (#2877) 2020-04-20 14:59:41 -04:00
Brandon
8d3b103b6a
docs(core): add schematics overview section (#2854) 2020-04-20 10:18:16 -04:00
Jonathan Cammisuli
c1f1ba393b
docs(nest): include infomation about nest schematics (#2868) 2020-04-20 09:00:25 -04:00
Benjamin Cabanes
be77d15e6e
docs(core): examples generating library (#2872) 2020-04-20 08:11:20 -04:00
Devin Shoemaker
b245d12d67
feat(nx-plugin): add builder schematic (#2769)
This change adds a new schematic that generates a builder for an Nx plugin.
2020-04-16 16:00:49 -04:00
Devin Shoemaker
d385030b4b
feat(nx-plugin): add "schematic" schematic (#2708)
This change adds a new schematic that generates a schematic for an Nx plugin.
2020-04-16 15:08:45 -04:00
Devin Shoemaker
e44af492dd
feat(nx-plugin): add migration schematic (#2692)
This change adds a new schematic that generates a migration for an Nx plugin. The user can specify the version for the migration, and optionally add a custom name, description, and whether or not to include package.json updates.
2020-04-16 15:00:08 -04:00
Isaac Mann
e1512c6f92
docs(docs): add CI section for React (#2862)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-04-16 09:30:55 -04:00
Jack Hsu
82088560c4
feat(nextjs): add page and component schematics to Next (#2810)
* `directory` option for react components will override default lib/app path as well
2020-04-14 22:17:38 -04:00
Isaac Mann
9d20b031bb
docs(docs): add the workspace section for nx.dev (#2832)
* docs(docs): add the workspace section for nx.dev

* Update docs/map.json

Co-Authored-By: Brandon <robertsbt@gmail.com>

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
Co-authored-by: Brandon <robertsbt@gmail.com>
2020-04-09 09:10:44 -04:00
Jack Hsu
36e1d40784
feat(nextjs): support building and serving production server (#2792) 2020-04-04 14:57:08 -04:00
James Henry
97c607a638
fix(core): runtime support for outputPath array on run-commands builder (#2807) 2020-04-04 14:00:26 -04:00
Jason Jean
4e4bd6d764
fix(misc): skip jest and cypress configuration when generating… (#2743) 2020-04-02 12:49:55 -04:00
Santosh Yadav
8549b84f6a docs(react): fix nextjs doc (#2787) 2020-04-02 12:11:01 -04:00
Jonathan Cammisuli
f89cefa44a
docs(docs): clean up custom commands guide between react and angular (#2776) 2020-03-31 11:41:09 -04:00
Devin Shoemaker
e0a50ec34d docs(docs): fix grammar in @nxtend/ionic-react description
This change makes the description of the @nxtend/ionic-react Nx plugin grammatically consistent with the other plugins.
2020-03-31 11:25:48 -04:00
Brandon Roberts
26994fb090 docs(angular): update links for Angular plugin 2020-03-31 11:23:33 -04:00
Victor Savkin
e17fcdca0f docs(core): fix links + minor changes 2020-03-30 15:38:20 -04:00
Benjamin Cabanes
0f3d14f43f
fix(docs): update ng for nx in documentation (#2763) 2020-03-30 14:39:01 -04:00
Victor Savkin
6e9fb0efa0 docs(core): clean up generated docs 2020-03-30 13:08:41 -04:00
Jo Hanna Pearce
9ad9b2eb34
feat(testing): add option to use babel-jest rather than ts-jest (#2722) 2020-03-30 07:15:33 -04:00
Victor Savkin
295225a8a7 docs(core): clarify cli docs 2020-03-29 14:52:15 -04:00
Jason Jean
1cc18a7704 feat(node): add memory limit option 2020-03-29 11:32:53 -04:00
Isaac Mann
5f0886add9
docs(docs): storybook plugin overview (#2746)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-03-27 16:56:40 -04:00
Isaac Mann
be326609cb
Plugin overview (#2742)
* docs(docs): remove migration articles from menu

* docs(docs): plugins-overview

* docs(docs): link to nx plugins overview

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-03-27 15:20:53 -04:00
Jonathan Cammisuli
7dd63866ae
docs(docs): update map.json with Jest, Cypress and Nx Plugin overviews (#2737)
* docs(testing): add overview docs for cypress and jest

* docs(nx-plugin): add overview docs to map
2020-03-27 11:38:50 -04:00
Brandon
b5015015ae
docs(react): add overview to Nx plugins for Next.js, React and Web (#2736)
* docs(react): add overview for Nx plugins for Next.js, React and Web

* Update docs/shared/next-plugin.md

* Update docs/shared/react-plugin.md

* Update docs/shared/react-plugin.md

* Update docs/shared/web-plugin.md

Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2020-03-27 10:41:29 -04:00
Victor Savkin
c4c10bde6c docs(core): minor changes to shared guides 2020-03-27 10:23:23 -04:00
Isaac Mann
ce56206373
docs(misc): add CLI overview page and misc docs updates (#2734)
* docs(docs): remove migration articles from menu

* docs(nest): fix typo

* docs(docs): fix typo in e2e docs

* docs(docs): cli-overview

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-03-27 06:45:19 -05:00
Jonathan Cammisuli
762bbc1d7b
docs(docs): add nest overview doc (#2732) 2020-03-26 20:26:23 -04:00
Brandon Roberts
7029bddb43 docs(misc): update resources page for Angular and React 2020-03-26 17:10:51 -04:00
Victor Savkin
28f29988a8 docs(core): add guides on caching and incremental builds 2020-03-26 17:03:50 -04:00
Victor Savkin
863274da65 docs(core): remove the about docs page 2020-03-26 16:26:32 -04:00