612 Commits

Author SHA1 Message Date
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
Jack Hsu
36e1d40784
feat(nextjs): support building and serving production server (#2792) 2020-04-04 14:57:08 -04:00
Brandon Roberts
49d8ce1297 feat(angular): update Angular libraries to version 9.1.0 2020-03-31 11:25:30 -04:00
Jo Hanna Pearce
9ad9b2eb34
feat(testing): add option to use babel-jest rather than ts-jest (#2722) 2020-03-30 07:15:33 -04:00
Jonathan Cammisuli
0ad6f91ff8 feat(testing): update Jest and its dependencies to v25 2020-03-29 11:31:20 -04:00
Jack Hsu
27f523493e
feat(nextjs): add support for custom next config and optimize style enhancer usages (#2727)
Related #2490
2020-03-26 21:16:09 -04:00
Jason Jean
aeb0bdcb4e feat(core): enable caching by default 2020-03-26 17:14:17 -04:00
Victor Savkin
ed85bc57c3 fix(core): run-one runner doesn't handle --help 2020-03-26 10:12:36 -04:00
Jo Hanna Pearce
5452dfa510 fix(core): move setMaxWorkers responsibility to runCLI 2020-03-25 09:06:20 -04:00
Jack Hsu
7225d29773
feat(react): add support for css modules for SASS/SCSS files (#2719)
Closes #2406
2020-03-24 22:20:09 -04:00
Jason Jean
9a8c95a1ef fix(misc): exit 1 for errors in workspace-schematics 2020-03-23 13:04:30 -04:00
Michael Lancaster
2d02777c9a feat(core): add web:build support for environment variables 2020-03-23 16:26:11 +00:00
Jo Hanna Pearce
9e5f06ceb2 fix(core): remove schematic warns on missing project 2020-03-23 11:35:33 +00:00
Jason Jean
44907274ee
WIP fix(repo): fix e2e tests (#2702) 2020-03-20 18:19:40 -04:00
Victor Savkin
2c42431130 feat(core): rewrite path mappings when buildings apps 2020-03-19 21:41:03 -04:00
Victor Savkin
0b7535ae92 feat(core): improve outputs when using --parallel and --with-deps 2020-03-18 18:14:50 -04:00
Wes Grimes
bb12d7c6d6 feat(core): nx list enhancements and cleanup 2020-03-18 17:51:39 -04:00
Jo Hanna Pearce
d834e79dc4
feat(core): add remove schematic (#2484)
* feat(core): add remove schematic

* fix(core): update remove schematic to use project graph
2020-03-18 11:07:25 +00:00
Victor Savkin
1c2eedf9cb cleanup(core): refactor e2e tests for workspace 2020-03-13 11:20:12 -04:00
Victor Savkin
cfccd51a7b fix(repo): fix test-create-nx-workspace command 2020-03-12 17:28:09 -04:00
Victor Savkin
798abe4b33 fix(core): fix the handling of --prod by run-many and affected 2020-03-12 17:11:14 -04:00
Victor Savkin
b780a1b585 feat(core): switch to use tasks-runner-v2 by default 2020-03-09 12:01:20 -04:00
Victor Savkin
f0ca8394d5 fix(core): fix the ordering of unrelated tasks
Closes #2599
2020-03-04 17:26:44 -05:00
Victor Savkin
115a1abd75 fix(core): use default configuration when the provided one is not available 2020-03-04 16:31:19 -05:00
Rares Matei
d37fc66bc7
feat(react): add option to stop generation of components or styles (#2568)
ISSUES CLOSED: 2184
2020-03-03 14:44:10 -05:00
Jay Bell
a39587a350
feat(nest): implement nest lib schematic (#2540) 2020-03-02 11:20:45 -05:00
Victor Savkin
ff6b434548 feat(core): add ability to run targets against project's deps 2020-02-28 16:42:38 -05:00
Brandon Roberts
cd52fce6b4 fix(angular): update Protractor E2E spec files to generate a passing test 2020-02-28 15:17:36 -05:00
Rares Matei
ddde8af6db
fix(linter): outputFile at non-existing directory path throws
ISSUES CLOSED: 2567
2020-02-28 09:42:52 +00:00
Victor Savkin
618ebff5ab fix(repo): temporary disable supportUi 2020-02-26 15:12:48 -05:00
Jonathan Cammisuli
7828b67745 fix(node): do not include directories when finding assets 2020-02-26 14:46:54 -05:00
Victor Savkin
90879eb469 feat(core): add ability to skip cache 2020-02-25 16:38:43 -05:00
Rares Matei
9d163551a2
feat(linter): add standalone nx linter (#2462) 2020-02-25 15:24:33 -05:00
Jonathan Cammisuli
cbd5d4c426 fix(node): set tsconfig target to es2015 for nest apps
ISSUES CLOSED: #1283
2020-02-25 15:15:14 -05:00
Jack Hsu
a433035eca
chore(react): update web/react dependencies and clean up npm warnings (#2547) 2020-02-25 11:03:58 -05:00
Max Koretskyi
9b2e07026d
Remove dependency on Angular specific tools from @nrwl/web (#2543)
cleanup(react): remove dependency on Angular specific tools from @nrwl/web
2020-02-25 08:57:56 -05:00
Victor Savkin
224dba38bc feat(repo): split e2e tests into 4 groups 2020-02-24 15:01:12 -05:00
Jack Hsu
df4004cd0e
fix(nextjs): fix SVG import for generated Next app (#2545) 2020-02-24 10:13:13 -05:00
Rares Matei
bdaf29841c
feat(react): provide only umd & esm bundles when packaging (#2524)
* feat(react): provide only umd & esm bundles when packaging

* fix(react): print output error only once when bundling
2020-02-24 10:10:52 -05:00
Victor Savkin
f94470f6bc Release 9.0.2 2020-02-20 11:37:36 -05:00
Victor Savkin
49168c10e3
feat(react): rework react buildable libraries to read deps from dist (#2513) 2020-02-20 11:00:13 -05:00
Victor Savkin
f006593583 fix(repo): temporary disable cypress run in new.test.ts 2020-02-19 12:42:26 -05:00
Victor Savkin
16e90b321a fix(core): add debug info to tests to troubleshoot flaky tests 2020-02-18 21:13:42 -05:00
Victor Savkin
3fb502463f feat(core): check for npm vulnerabilities when creating a new workspace 2020-02-18 17:10:23 -05:00
Victor Savkin
dd598e215d fix(core): update create-nx-workspace to perform unit testing and linting 2020-02-16 12:50:12 -05:00
Victor Savkin
d02f6bdacb fix(repo): update create-nx-workspace to set registry correctly 2020-02-09 16:48:38 -05:00
Victor Savkin
01575f8b3c feat(repo): add a command to test create-nx-workspace 2020-02-06 15:17:29 -05:00