Colin Ogoo
3a2c56f21a
fix(nx): swap deprecated --app flag to --project in docs ( #1603 )
2019-07-24 09:46:08 -04:00
Jason Jean
14d8280748
enhancement(nx): improve webpack output
2019-07-23 19:38:41 -04:00
ben
52885744d9
docs(about-nx): remove unreleated video
2019-07-22 17:29:23 -04:00
Brandon Roberts
6516176b65
feat(nx): update to NgRx 8 and add schematics support for creators and entities
...
Move addUpdateTask util function to @nrwl/workspace to run updates from @nrwl/angular migrations
Run update migration to latest version for NgRx if installed
2019-07-17 14:42:54 -04:00
Victor Savkin
c16f250136
feat(nx): implement global nx cli to remove the need to use yarn nx
2019-07-10 17:53:47 -04:00
Victor Savkin
518d91d0ad
docs(nx): update readme
2019-07-10 17:47:43 -04:00
Bucky Maler
1f5f0c2933
feat(testing): add findRelatedTests option to jest builder
...
closes #1527
2019-07-08 20:01:28 -04:00
Thomas
83311ae3fb
fix(nx): fix typo in nx and cli documentation
2019-07-08 20:00:25 -04:00
Thomas
429e25b07d
docs(nx): fix wrong command for express app in documentation ( #1556 )
2019-07-08 12:29:08 -05:00
Victor Savkin
7b00b920aa
feat(nx): delegate to cli when command is not recognized
2019-07-07 21:48:56 -04:00
Sven Röttering
dc556bd377
feat(testing): adding jest option testPathPattern
...
IntelliJ Idea passes this option to jest when running tests directly in the IDE.
2019-07-07 19:03:45 -04:00
Bucky Maler
83c15590d3
fix(nx): make target a required option when running affected npm script
2019-07-07 18:53:15 -04:00
Jason Jean
7a95983169
docs(nx): add docs for updating nx
2019-07-03 19:00:23 -04:00
Brian Martin
7a7ab9f231
feat(testing): adding jest options for colors, reporters, verbose, coverage, coverageReporters, and
2019-07-03 18:58:05 -04:00
Victor Savkin
ccd5854a98
docs(nx): update docs for web components and react
2019-06-25 13:09:33 -04:00
Jason Jean
6dd7353636
feat(testing): rework how typescript is loaded into cypress
2019-06-24 12:12:06 -04:00
Sebastián Guevara
3aa7500546
docs(nx): add a guide on using lazy loading
2019-06-21 18:29:47 -04:00
Victor Savkin
5b4127eb8f
feat(docs): scope docs
2019-06-19 17:13:32 -04:00
ben
b98a6f5cfa
chore(doc): update video link
2019-06-15 19:15:23 -04:00
Peter Blazejewicz
7815a5943e
docs(nx): add note about debugging Jest on Windows ( #1450 )
...
fix #1425
2019-06-04 22:56:27 -04:00
Victor Savkin
872e969fe4
fix(nx): update docs to fix ci
2019-06-04 19:12:54 -04:00
Jack Hsu
57fe219c03
feat(react): add routing support to react app, lib, and component schematics
...
* `--routing` for app, lib, component generates component with default
`<Route>` and `<Link>`
* `--parentRoute` for feature lib adds its routes to the specified
component (by path)
2019-05-31 12:54:57 -04:00
Sajid Ali Mudassar
319c86d93b
fix typo in generating Angular application command
2019-05-31 08:56:39 -04:00
Benjamin Cabanes
9d563850a7
docs(api): add dependency graph images ( #1408 )
2019-05-28 18:29:15 -04:00
Jason Jean
3035c14ce0
docs(nx): add migration guide for nx7 to nx8
2019-05-28 12:10:47 -04:00
Sumanth Chinthagunta
92b71d3e1c
fix(docs): fix tutorial mistakes
2019-05-25 01:48:45 -04:00
Jason Jean
19c0439004
docs(nx): update guides ( #1382 )
2019-05-24 17:45:12 -04:00
Jason Jean
5f404f4596
docs(nx): update getting started guides
2019-05-23 11:57:15 -04:00
Jason Jean
d1457ab4f5
docs(nx): update tutorial documentation
2019-05-23 08:57:54 -04:00
Jason Jean
4d000d93d1
docs(nx): update fundamental guides
2019-05-23 08:56:10 -04:00
Jack Hsu
0923dab318
feat(react): adds and updates React schematics with more options
...
- Added component schematic that adds to existing project.
* Supports CSS-in-JS styles, functional components, etc.
- Lib and app schematics now support new style, funtional components options (same as component)
2019-05-22 17:06:46 -04:00
Jason Jean
a5351c9d36
feat(nx): set default collection on ngadd
2019-05-21 09:01:29 -04:00
ben
84deb16d11
feat(scripts): documentation upgrade
...
Follow the new package architecture.
The generation of the documentation has been improved, new helper
functions have been added to handle the new architecture.
2019-05-13 22:31:32 -04:00
Victor Savkin
7d5fdcd1d3
feat(nx): support passing args to run-commands builder
2019-05-07 18:33:41 -04:00
David
5318f00298
fix(schematics): print additional error info with --verbose flag in affected command
2019-05-01 23:09:49 -04:00
Christoph Krüger
0ef6c35a77
docs(nx): fixed typos
...
fixed typos of issues #1295 and #1296
2019-04-30 09:28:15 -04:00
ben
a5bc37c60d
feat(docs): document deep builder object properties
2019-04-28 15:06:50 -04:00
Benjamin Cabanes
ca57cf29d8
fix(docs): general typos ( #1277 )
2019-04-18 16:12:08 -04:00
Jason Jean
625b2837a8
refactor(testing): separate jest to @nrwl/jest
2019-04-16 13:10:49 -04:00
Suraj
9ee487d20f
docs(nx): fixed typo in getting started guide ( #1265 )
...
Fixed typo in Tooling & Automation section in Nx and Angular CLI article
2019-04-16 10:28:14 -04:00
Jason Jean
7e0b4a0066
refactor(frontend): separate react into separate collection
2019-04-16 08:37:55 -04:00
ben
41b915bf75
feat(builders): expose clearCache to Jest builder
...
This exposes the `clearCache` option from Jest to Nx. You can now easily
clear Jest's default cache directory while running your tests.
2019-04-15 21:45:54 -04:00
MSakamaki
ed1d69fdd4
docs(nx): fix typo on tutorial
...
Tutorial is abort because there is no export in Todo interface, fix it
2019-04-14 14:45:36 -04:00
Alexei Domratchev
c1aaed5c69
feat(testing): support for vscode-jest integration
2019-04-03 11:39:17 -04:00
hmagrini
8428182ed5
feat(node): add --host option when inspecting a node process
2019-03-19 20:43:42 -04:00
Victor Savkin
800e09f308
docs(nx): add nx in enterprises guide
2019-03-19 20:41:48 -04:00
Victor Savkin
fc9af4d0b9
docs(nx): add --ignore-existing to all npx commands
2019-03-19 20:35:04 -04:00
Jason Jean
8e1f6d631c
docs(nx): minor fixes to react guide ( #1168 )
2019-03-13 15:52:47 -04:00
amorgulis
0d45058fab
Fixed typos. ( #1170 )
...
docs(nx): fixed typos
BLANK LINE
Changed `and you will the following` to `and you will see the following`.
2019-03-13 13:31:24 -04:00
Victor Savkin
cc1344a6b8
docs(nx): a few clarifications in the angular+react guide
2019-03-13 09:04:23 -04:00