1755 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
Victor Savkin
cb378416da
feat(repo): change release script not to upload assets to github (#2973) 2020-05-08 14:48:06 -04:00
Philip Fulcher
f10807e81c
docs(angular): adding screenshot to migration doc (#2971) 2020-05-08 14:31:39 -04:00
Philip Fulcher
06c35fa71d
fix(core): fix directory grouping on dep-graph (#2972) 2020-05-08 13:55:02 -04:00
Jonathan Cammisuli
4095d21d20
feat(core): add npm dependencies to package.json for publishable libs (#2879) 2020-05-08 13:54:00 -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
Tobias Wittwer
b569302d4a
chore(core): nx plugin submission @twittwer/compodoc (#2949)
Co-authored-by: Jonathan Cammisuli <jon@cammisuli.ca>
2020-05-06 12:39:55 -04:00
Michael Kriese
69faaed32d
fix(core): fix path for secondary entrypoints (#2498)
Related to #1765
2020-05-06 10:40:17 -05:00
Jonathan Cammisuli
69f8145524
cleanup(core): format plugins json 2020-05-06 08:43:00 -04:00
ZachJW34
42739b0157
chore(core): nx plugin submission @nx-plus/docusaurus (#2923)
Co-authored-by: Jonathan Cammisuli <jon@cammisuli.ca>
2020-05-06 08:32:00 -04:00
Bram Borggreve
fcc07820bb
fix(nest): remove the default main file from @nrwl/node:lib (#2920) 2020-05-05 19:17:48 -04:00
Brandon
5eca6d5187
feat(angular): update NgRx libraries to 9.1.0 (#2929)
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2020-05-05 19:16:18 -04:00
Jason Jean
bbf3fe07b6
feat(angular): update angularjs to 1.7.9 (#2947) 2020-05-05 19:10:38 -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
Maurizio Vitale
b6713d3914
chore(core): nx plugin submission [@angular-custom-builders/lite-serve] (#2723) 2020-05-01 13:25:29 -04:00
James Spivey
434a288e39
fix(react): fix console log during unit test (#2938) 2020-05-01 10:40:44 -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
Jason Jean
c4e33123fd
feat(core): add hash details to the task object (#2943) 2020-04-30 11:17:48 -04:00
Juri Strumpflohner
4341328dd4
fix(storybook): only install the necessary package dependencies (#2886) 2020-04-30 10:07:36 -04:00
Jack Hsu
adc7b78303
feat(nextjs): use flat structure for page schematic (#2939) 2020-04-29 21:26:39 -04:00
James Spivey
5cd5b7da86
fix(core): change chunkify length to 50 to prevent windows crashes (#2913)
Issue 2362 requests a length of 50 as 70 was still causing issues
this pr addresses that by reducing
the length to 50

ISSUES CLOSED: #2362
2020-04-29 01:11:04 -04:00
Max Koretskyi
b55a1a96dd
fix(nx-plugin): remove function copyNodeModules from ensureNxProject to prevent @nrwl modules ov (#2931)
The function `copyNodeModules` deletes a plugin inside `node_modules/@nrwl` if it's being developed
under `@nrwl` workspace. The function runs as part of `ensureNxProject` and is safe to remove as
@nrwl related modules will be installed as dependencies from npm.
2020-04-29 01:10:00 -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
Rares Matei
9b585cb3b8
feat(core): update prettier to 2.0.4 (#2885) 2020-04-28 23:10:10 -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
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