Victor Savkin
5b6edea866
Revert "fix(nx): update style paths. Fixes #1468 "
...
This reverts commit 48dae930abc022865eb77e1b1308b50411013334.
2019-11-04 15:36:08 -05:00
Victor Savkin
ed087959a9
Revert "fix(nx): processing tests config properly on ng-add"
...
This reverts commit d7184dfd5606e49494da8fce340c4711b50b66e7.
2019-11-04 15:35:59 -05:00
Victor Savkin
c23572a8fa
docs(nx): add an example of using --with-deps
2019-11-04 10:46:03 -05:00
Isaac Mann
8b8d30eff1
chore(nx): storybook schematics for react
2019-11-03 16:57:00 -05:00
minijus
49e6a58a03
fix(nx): affected --all should not parse for affected files
...
Closes #1988
2019-11-03 16:56:36 -05:00
Alan Elias
3b92d11f57
docs(web): updated devserver documentation
2019-11-03 16:55:12 -05:00
Alan Elias
e85f56f9e3
fix(web): fixes devserver allowed hosts option schema validation error
...
I removed `enum` to fix `--allowed-hosts` option schema validation error. snum should be removed so
developers have the option to pass whatever they want. it was a mistake from
https://github.com/nrwl/nx/pull/1969 PR.
2019-11-03 16:55:12 -05:00
Mateo Tibaquira
d7184dfd56
fix(nx): processing tests config properly on ng-add
2019-11-03 16:46:07 -05:00
Mateo Tibaquirá
48dae930ab
fix(nx): update style paths. Fixes #1468
2019-11-03 16:46:07 -05:00
Mateo Tibaquirá
2d6194598a
fix(nx): ng-add schematic updated for ng8
2019-11-03 16:46:07 -05:00
Jo Hanna Pearce
44c8d17cdd
feat(nx): add friendlier output when running outside a workspace
2019-11-01 09:35:11 -04:00
Zachary Williams
99bc6df846
fix(nx): parse schema boolean properties as booleans for workspace-schematic
...
fix #1952
2019-10-31 15:58:48 -04:00
George Wilde
e5633969d4
docs(nx): Correct grammar in the contribution guide
2019-10-31 15:43:59 -04:00
George Wilde
9a43b747e0
docs(react): Correct typing errors in React tutorial
2019-10-31 15:43:59 -04:00
Isaac Mann
a0ec1b5e8b
chore(nx): cleanup storybook schematics
...
bump storybook versions to 5.2.5
remove @types/storybook__addon-knobs
chore(nx): remove css-loader package dependency
2019-10-31 15:30:18 -04:00
Bart Duisters
7ef0652bcc
docs(nx): grammar fixes in tutorial application
2019-10-31 15:27:40 -04:00
Victor Savkin
35f20b1382
fix(nx): migrate command should not download migrations for packages that arent installed
2019-10-26 16:07:48 -04:00
Victor Savkin
294224bac4
docs(nx): add description of a potential problem when moving from 7 ot 8
2019-10-23 19:19:16 -04:00
Isaac Mann
c60857a6df
feat(nx): storybook schematics
...
chore(nx): move some schematics into @nrwl/angular
chore(nx): add e2e test
feat(nx): add storybook schematics and builder
test: Add tests
test: remove test
chore: Move some schematics into @nrwl/angular
test: fix tests
chore: Add e2e test
chore: Bump storybook versions
chore: createTestUiLib takes a libName argument
chore: configs extend root config
fix: Remove custom scss loader
feat: add storybook builder
fix: generate documentation and fix linting
chore: Builder tests passing
fix(nx): configuration schematic can run multiple times
feat(nx): component story format
docs(nx): update storybook docs
fix(nx): pin core-js dev dependency to ^2.6.9
chore(nx): fix formatting
chore(nx): match core-js version for web/storybook
chore(nx): remove storybook's angular dependencies
chore(nx): modifyObstructiveCode to false in cypress.json
See: https://github.com/cypress-io/cypress/issues/4042#issuecomment-487562075
chore(nx): storybook tests --no-interactive
chore(nx): add storybook to e2e tests
chore(nx): reorder e2e tests
2019-10-23 17:16:19 -04:00
Victor Savkin
148a8c89e3
Release 8.7.0
2019-10-22 21:11:56 -04:00
Victor Savkin
7109577efb
fix(nx): simplify migrations by always updating all first-party plugins
2019-10-22 21:05:45 -04:00
Jack Hsu
383b17531e
chore(nx): add 8.7.0 migration for @nrwl/workspace
2019-10-22 17:09:25 -04:00
Joshua D. Mentzer
9059a9728b
fix(testing): update jest builder to support testLocationInResults flag
2019-10-21 22:14:29 -04:00
Victor Savkin
2c3327480c
build(nx): split e2e tests into 2 targets
2019-10-21 22:12:36 -04:00
Alan Elias
f3b673e618
feat(web): enable devserver allowed hosts option ( #1969 )
...
* feat(web): enable devserver allowed hosts option
2019-10-21 21:49:36 -04:00
Joshua D. Mentzer
f6ad171450
feat(nx): inclusion and exclusion capability added to nx dep-graph
...
`nx dep-graph --filter=todos-feature-main --exclude=shared-utils` will launch dep graph with all
ancestors and descendants of todos-feature-main and exclude the shared-utils library
fix #1864
2019-10-21 21:46:15 -04:00
Victor Savkin
5b8989f87e
fix(nx): add a message about dep graph server
2019-10-18 16:18:17 -04:00
Jack Hsu
7df0e58043
fix(nx): add support for regexp in allow option of enforce-module-boundaries lint rule
...
Closes #1943
2019-10-18 15:26:08 -04:00
Jack Hsu
930cf40a4a
fix(nx): add outputPath in schema.json for web and node build builders. ( #1959 )
...
Related: #1945
2019-10-17 12:46:34 -04:00
Benjamin Cabanes
3f62cc67bd
chore(nx): add connect course screenshot ( #1958 )
2019-10-17 09:47:02 -04:00
Benjamin Cabanes
c22183331b
chore(nx): bump nestjs version ( #1939 )
2019-10-17 08:54:53 -04:00
Jack Hsu
3a191dd30c
chore(react): update React-related libs ( #1950 )
2019-10-17 08:53:03 -04:00
Victor Savkin
1c7b8dce8c
feat(nx): implement print-affected
...
This allows printing information about affected projects, which is useful in CI.
2019-10-15 16:56:38 -04:00
Daniel Smith
19efc6d5b2
fix(testing): convert testPathPattern to an array
...
Per facebook/jest/#5066, the testPathPattern parameter to the CLI is an array
2019-10-15 15:37:44 -04:00
Peter Blazejewicz
da62415edf
fix(nx): update ESLint types to stable version
...
Closes #1833
2019-10-15 15:35:28 -04:00
Brandon Roberts
eebe9fae38
docs(nx): fix affected help comand
2019-10-15 15:34:34 -04:00
Brandon Roberts
885dfd755f
docs(nx): update Nx CLI guide for web components
...
There doesn't currently exist a component schematic, so there isn't a good
example of setting defaults, or customizing yet
2019-10-15 15:34:34 -04:00
Brandon Roberts
410b490953
docs(nx): fix typo in react guide for Nx CLI
2019-10-15 15:34:34 -04:00
Brandon Roberts
477825db5f
docs(nx): add info about default collections, help, and affected long form
2019-10-15 15:34:34 -04:00
Brandon Roberts
aa4d5a6259
docs(nx): update Nx CLI guide to be more detailed
2019-10-15 15:34:34 -04:00
Jo Hanna Pearce
5a398a6870
feat(nx): add option validation to @nrwl/tao/generate with bonus levenshtein lookup
2019-10-15 15:34:05 -04:00
Jason Jean
01c88fdb5b
fix(nx): handle adding @nrwl/workspace to projects with camel case names
2019-10-15 15:30:51 -04:00
Jo Hanna Pearce
58353a6be8
fix(nx): validate target and configuration in @nrwl/tao/run and provide better errors
2019-10-15 15:30:38 -04:00
Jason Jean
fa675f1194
fix(nx): fix affected logic for app tsconfigs
2019-10-15 15:28:44 -04:00
Brandon Roberts
14a1963475
fix(nx): update TypeScript app configuration for Ivy support
2019-10-15 15:27:43 -04:00
Austin Shoecraft
0f1fa29277
fix(nx): update dep-graph render logic to show full graph
...
adds width attribute to svg on render call based on graph size
fix #1938
2019-10-15 15:27:02 -04:00
tyankatsu
c732fd2f21
refactor(react): upgrade @testing-library/react ( #1905 )
...
* refactor(react): upgrade @testing-library/react
@testing-library/react v.9 doesn't require clean()
close #1855
* chore(react): remove cleanup
* refactor(react): change testingLibraryVersion 8.0.5 to 9.2.0
* refactor(react): update spec
2019-10-15 08:59:32 -04:00
Brandon Roberts
6160cc2324
feat(nx): update usage of facades with NgRx and add better support for barrel exports
2019-10-10 11:30:16 -04:00
David Murdoch
7fc20f4cac
docs(nx): builder missing a hyphen ( #1929 )
2019-10-09 17:57:18 -04:00
ben
cf904fe3c8
docs(nx): update course markup for nx.dev
2019-10-09 14:10:20 -04:00