2229 Commits

Author SHA1 Message Date
Juri Strumpflohner
a47c24c05f
feat(react): improve storybook schematics (#2831) 2020-04-27 18:47:23 +02:00
Devin Shoemaker
b1b6b84af9
cleanup(nx-plugin): remove comment in migration test template (#2927) 2020-04-27 12:27:31 -04:00
Jonathan Cammisuli
b4fc65cdf8
fix(react): do not include package.json in libs without publishable flag (#2896) 2020-04-27 10:09:56 -04:00
Bram Borggreve
78a9fee083
fix(nest): tweak generated Nest app (#2918) 2020-04-27 15:22:05 +02:00
Devin Shoemaker
d3b5d1f2b9
feat(nx-plugin): properly implement and honor --unitTestRunner (#2867) 2020-04-27 09:21:39 -04:00
Bram Borggreve
5994a9d068
fix(core): add description to dry-run parameter (#2919) 2020-04-27 14:26:56 +02:00
Jo Hanna Pearce
09baaaa8ba fix(node): add defensive check for architect to node migration 2020-04-27 10:32:49 +01:00
Jo Hanna Pearce
5b1047e9c3 feat(core): improved console output for nx migrate 2020-04-27 10:32:49 +01:00
James Gibson
73d0312be2
feat(core): adds deselect all button to dep-graph (#2912)
Closes #2911

ISSUES CLOSED: 2911
2020-04-24 14:47:28 -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
Jason Jean
7b42285719 Release 9.2.3 2020-04-20 16:20:50 -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
Jo Hanna Pearce
54d06f0fc9
feat(react): upgrade redux toolkit version and generated slice code (#2835) 2020-04-17 11:42:08 -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
Jay Bell
9916b272c2
feat(nest): extend @nestjs/schematics in @nrwl/nest (#2756) 2020-04-16 14:59:33 -04:00
Jason Jean
3bdcc0b012
fix(core): rework where tmp tsconfigs are generated (#2805) 2020-04-16 14:30:49 -04:00
Jack Hsu
c993957bbf
fix(react): add styled-components babel plugin only if it will not conflict with emotion (#2863)
Closes #2845
2020-04-16 14:03:22 -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
Juri Strumpflohner
d9baf7daba
docs: add link to nxcloud when generating a new react/angular a… (#2819)
* docs(angular): add link to nxcloud in generated app

* docs(react): add link to nxcloud in generated app
2020-04-11 22:13:00 +02:00
Nathan Walker
a06c256f04
fix(core): file-utils workspaceFileName now returns proper file… (#2811)
closes https://github.com/nrwl/nx/issues/2253
2020-04-11 21:51:44 +02:00
Jonathan Cammisuli
7c0e27ccb2
chore(core): format plugins.json file (#2841) 2020-04-09 12:44:53 -04:00
Gustavo Perdomo
900704f3c9
chore(core): nx plugin submission [@gperdomor/nx-docker] (#2801)
Co-authored-by: Jonathan Cammisuli <jon@cammisuli.ca>
2020-04-09 12:00:15 -04:00
Brandon
9f0fdac4b5
fix(angular): remove prod tsconfig for non-publishable lib (#2816)
Closes #2765
2020-04-09 10:33:17 -05: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
Juri Strumpflohner
ce32a45ef3
chore(core): fix react tsconfig (#2826) 2020-04-08 17:24:47 -04:00
Juri Strumpflohner
866e631df2
fix(core): adjust nx migrate log (#2814) 2020-04-08 17:24:23 -04:00
Fabian Gosebrink
ccf39eb063 chore(core): nx plugin submission @offeringsolutions/nx-protractor-to-cypress 2020-04-08 13:22:54 -04:00
Jonathan Cammisuli
7c45f981fe
fix(testing): correct spelling of jest-preset-angular for migrations (#2818) 2020-04-06 18:28:20 -04:00
Jack Hsu
36e1d40784
feat(nextjs): support building and serving production server (#2792) 2020-04-04 14:57:08 -04:00
Noriyuki Shinpuku
40ebe4dd7a
fix(core): fix source map generation for production build (#2808)
ISSUES CLOSED: #2802
2020-04-04 14:01:18 -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
Devin Shoemaker
8299c456cf
feat(core): add nx-plugin to list of default packages to be migrated (#2782)
nx-plugin is currently not migrated with the `nx migrate latest` command. Including this in the list of default packages will result in more expected behavior with less maintenance for the end user.
2020-04-03 14:28:03 -04:00
Jason Jean
7ba0b1f199 Release 9.2.2 2020-04-03 10:45:40 -04:00
Jason Jean
33dc84672e fix(react): fix build options being overwritten by undefined se… (#2798) 2020-04-02 16:47:15 -04:00
Jack Hsu
5e9a583d7c fix(nextjs): next config is generated correctly for styled-components and @emotion/styled (#2799) 2020-04-02 16:37:34 -04:00
Jason Jean
4e4bd6d764
fix(misc): skip jest and cypress configuration when generating… (#2743) 2020-04-02 12:49:55 -04:00
Jason Jean
efae1694cc
cleanup(misc): refactor how installs are added during schematics (#2788) 2020-04-02 12:41:08 -04:00
Santosh Yadav
8549b84f6a docs(react): fix nextjs doc (#2787) 2020-04-02 12:11:01 -04:00
Jason Jean
f5c9651e06
fix(core): return single level roots as is without slicing (#2789) 2020-04-02 10:47:06 -04:00