1278 Commits

Author SHA1 Message Date
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
Jason Jean
ed546337f1 feat(nx): add generic task execution 2019-10-08 15:00:54 -04:00
Jack Hsu
34a887a93f
fix(web): use legacy decorators so they work with TypeScript. (#1928)
Closes #1908
2019-10-08 12:05:30 -04:00
Jo Hanna Pearce
b962b09ac6 feat(nx): add new nx list command which enables simpler schematic discovery 2019-10-08 10:59:38 -04:00
Zachary Williams
e9a6b20537 fix(angular): correctly add provider to module if last element was object literal
addProviderToModule incorrectly added the desired provider if the last element in the providers
array was an object literal
2019-10-07 10:48:13 -04:00
ben
936801df9d docs(nx): add course screenshot 2019-10-07 10:42:42 -04:00
Brian McDaniel
4759311de3 fix(angular): ng add @nrwl/angular should run schematics 2019-10-07 10:36:44 -04:00
Victor Savkin
1aa255cd65 fix(nx): dep-graph vizualiation should only highlight an edge when both nodes are affected 2019-10-07 10:34:56 -04:00
Jo Hanna Pearce
1d377eac29 feat(nx): add report function to @nrwl/workspace which lists versions of select packages 2019-10-04 17:16:02 -04:00
Jason Jean
98fc5e00bb refactor(nx): refactor affected to produce affected metadata 2019-10-03 13:47:47 -04:00
Victor Savkin
1d6d6db8ca Release 8.6.0 2019-10-03 10:40:39 -04:00
Victor Savkin
3516890ec6 feat(nx): add a flag to run affected:libs and affected:apps without pretty formatting 2019-10-02 17:54:38 -04:00