Jack Hsu
12ee3bce97
feat(web): add generateIndexHtml option to web build executor ( #5843 )
2021-05-31 14:33:01 +00:00
Noriyuki Shinpuku
a14924b809
feat(react): generate library with strict mode by default ( #5720 )
2021-05-31 10:16:15 -04:00
Isaac Mann
a5f9d8c485
Docs custom builders ( #5583 )
...
* docs(nxdev): use nx devkit in custom executor docs
* docs(nxdev): add missing run-many api docs
* docs(nxdev): apply suggestions from code review
Co-authored-by: Brandon <robertsbt@gmail.com>
* docs(core): move child-process section to the end
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
Co-authored-by: Brandon <robertsbt@gmail.com>
2021-05-28 19:37:53 +00:00
James Henry
a3c08a9153
feat(linter): do not set eslint parserOptions.project by default ( #5798 )
2021-05-28 13:35:34 +00:00
Leosvel Pérez Espinosa
1f93ebb47a
cleanup(angular): migrate karma-project generator to nx devkit ( #5822 )
2021-05-28 14:08:04 +01:00
Leosvel Pérez Espinosa
55b37ceeeb
cleanup(angular): migrate karma generator to nx devkit ( #5821 )
2021-05-28 11:21:16 +01:00
Brandon Roberts
d9513d63a0
docs(misc): update consistency for root files, generators, and executors
2021-05-27 13:29:04 -04:00
vsavkin
a6680cf387
docs(misc): fixed typo in workspace generator docs
2021-05-27 11:19:28 -04:00
Benjamin Cabanes
42c0ed8266
docs(core): change why monorepo title ( #5806 )
2021-05-27 09:55:55 -04:00
Jack Hsu
aaad6f041a
cleanup(storybook): add some stricter types for the storybook executor ( #5805 )
...
Co-authored-by: Dominik Pieper <dominik@pieper.io>
2021-05-27 13:27:39 +00:00
Leosvel Pérez Espinosa
95ac98406e
cleanup(angular): migrate delegate-build executor to nrwl devkit ( #5758 )
2021-05-24 13:55:49 +01:00
Isaac Mann
cef3dce3a5
docs(angular): devkit code sample ( #5717 )
...
* docs(angular): docs(core): move child-process section to the end
* docs(angular): apply docs changes
* docs(angular): copy paste error
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-05-22 17:10:02 +00:00
Kirils L
92d08f6913
docs(nextjs): suggest installing package as a prod dependency ( #5740 )
2021-05-21 20:05:13 +03:00
Leosvel Pérez Espinosa
3117107725
cleanup(angular): migrate package and ng-packagr-lite executors to nrwl devkit ( #5737 )
2021-05-21 16:50:45 +01:00
Leosvel Pérez Espinosa
d0afa3dd89
feat(angular): add executor which allows to delegate the build to another target ( #5715 )
2021-05-20 12:29:46 +01:00
Leosvel Pérez Espinosa
45f7d77188
feat(angular): generate apps and libs with strict mode on by default ( #5690 )
2021-05-19 11:39:35 +01:00
vsavkin
f82344d63a
chore(repo): refine the tag line
2021-05-18 20:55:40 -04:00
vsavkin
af23cc5d7d
feat(misc): change the nx tag line
2021-05-18 16:07:22 -04:00
Emily Xiong
b8584a6f18
feat(react): add react fast refresh to webpack ( #5612 )
2021-05-18 15:47:18 -04:00
vsavkin
f31b8cb023
docs(misc): replace memoization with caching
2021-05-18 13:43:50 -04:00
Colum Ferry
fa01e90156
Revert "feat(angular): add support for a target Builder ( #4903 )" ( #5684 )
...
* Revert "feat(angular): add support for a target Builder (#4903 )"
This reverts commit a78fe65d81600e2f1b522722b6ce6374b8c652d3.
* chore(angular): disable failing test
2021-05-18 14:14:43 +01:00
Younes Jaaidi
2c811aba73
feat(testing): add testingType option to cypress executor
...
Cf. https://docs.cypress.io/guides/guides/module-api#Options
Closes #5622
2021-05-17 20:59:17 -04:00
Noriyuki Shinpuku
cdb4cdc196
fix(react): fix application template for strict mode ( #5552 )
2021-05-14 12:00:13 -04:00
Jonathan Romano
3d88726a2d
docs(devkit): Fix parameter reference in generator example ( #5646 )
2021-05-13 11:16:27 -04:00
Jonathan Romano
5c1bf742b2
docs(devkit): fix typos ( #5647 )
2021-05-13 11:15:32 -04:00
Miroslav Jonaš
8249519fea
fix(core): add description to commands schema help ( #5634 )
2021-05-12 20:56:58 -04:00
Zachary DeRose
6fdf9d62f9
fix(repo): fixing issue with some options missing from docs ( #5641 )
2021-05-12 17:50:09 -04:00
Leosvel Pérez Espinosa
678818a58b
feat(angular): upgrade Angular to v12.0.0-rc.3 ( #5630 )
...
* feat(angular): upgrade Angular to v12.0.0-rc.3
* feat(angular): target Nx v12.4.0-beta.0 for Angular v12.0.0-rc.0 upgrade
* fix(angular): use defaultConfiguration if no other configuration is passed
* cleanup(angular): sync migration folder name to target version
* fix(repo): creating custom schema flattener for docs
* chore(repo): amend yarn.lock
* feat(angular): update angular storybook to use webpack 5
* fix(angular): add legacy peer deps for angular+jest
* fix(angular): move migrations to 12.3.0-rc.0
Co-authored-by: Zack DeRose <zack.derose@gmail.com>
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-05-12 12:20:12 -04:00
Victor Savkin
67e78dc051
feat(core): add support for custom hashers
2021-05-11 11:17:57 -04:00
Jordan Hall
a78fe65d81
feat(angular): add support for a target Builder ( #4903 )
...
Ability to support incremental builds when using target builders
ISSUES CLOSED : #4896
2021-05-11 14:32:56 +01:00
Naoyoshi Aikawa
c9e79ab84e
feat(core): support .env.local ( #5491 )
...
* feat(core): support .env.local
* fix(core): fix e2e tests for env variables
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-05-04 16:30:03 -04:00
Colin Ogoo
bbd28dc202
docs: fix incorrect reference ( #5527 )
...
docs(devkit): fix incorrect reference to executors
2021-05-04 15:59:52 -04:00
Emily Xiong
efd706ff5f
feat(gatsby): add style-jsx support for gatsby ( #5300 )
...
add style-jsx option for gatsby
add plugin to add _JSXStyle to global
2021-05-03 13:19:32 -04:00
vsavkin
c47b49cea1
chore(repo): update to nx 12-rc1.
2021-05-03 10:58:06 -04:00
Isaac Mann
78dd5c9fb8
docs(nxdev): use nx devkit instead of angular devkit in workspace generator docs ( #5533 )
...
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-05-03 09:58:26 -04:00
Noriyuki Shinpuku
6cb1dc65d0
feat(react): add strict option to react application generator ( #5248 )
2021-05-02 22:01:43 -04:00
Juri Strumpflohner
111a7cfeaf
docs(core): change tsconfig.json to tsconfig.base.json in core concepts docs ( #5514 )
2021-04-30 20:42:11 -04:00
Christopher Dieringer
92a92c4117
feat(testing): support test timeout argv flag ( #5520 )
...
Co-authored-by: c0d01a5 <christopher.dieringer@walmartlabs.com>
2021-04-30 19:10:13 -04:00
Katerina Skroumpelou
6b7b6815c1
feat(storybook): update Angular Storybook to use new Storybook v6 syntax ( #5398 )
2021-04-29 11:02:04 +02:00
Leosvel Pérez Espinosa
bc3ee3e13e
feat(core): add --buildable support to workspace lib ( #5449 )
2021-04-27 13:58:51 +01:00
Jason Jean
5414d21d02
docs(core): add example + incrementally recalculating project graphs ( #5452 )
2021-04-23 16:02:45 -04:00
Vivek
4a5345363b
docs(misc): update READMEs to have alt on <img> tags ( #5306 )
2021-04-22 13:36:00 +00:00
Rares Matei
bd21728255
feat(storybook): infer Cypress project name from app source ( #5404 )
2021-04-22 15:16:49 +02:00
Juri Strumpflohner
106ff9f64b
docs(core): make install step during migrate more evident ( #5397 )
...
ISSUES CLOSED : #5318
2021-04-20 09:58:08 -04:00
Tasos Bekos
5ad1a61a7a
feat(web): support multiple rollupConfig plugins
2021-04-16 08:36:10 -04:00
Jason Jean
d007d37fb4
fix(devkit): add env variable to disable project graph cache ( #5297 )
2021-04-15 10:29:33 -04:00
John Ockenden
71b2f16bc9
docs(angular): docs(angular): specify generator collection when migrating from karma to jest ( #5291 )
...
Unless the user set their default collection to be `@nrwl/jest`, the example commands given in the
documentation won't work
Change the documentation to explicitly specify the collection. This should
make a copy/pasted command work
ISSUES CLOSED : #5286
2021-04-13 15:42:18 -04:00
James Henry
bff5d431c9
feat(core): add --ignoreExistingTsLintConfig option to lint conversion generators ( #5127 )
...
* feat(core): add --discardExistingLintConfig option to lint conversion generators
* fixup! feat(core): add --discardExistingLintConfig option to lint conversion generators
* chore(core): address PR feedback
* fix(linter): properly store defualts for converting tslint to eslint
* fix(linter): fix tests for set defaults
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-04-12 15:40:48 -04:00
Rares Matei
6c4155dac6
feat(storybook): configure Cypress directory ( #5314 )
2021-04-12 14:06:51 +02:00
vsavkin
fe546c0de7
docs(testing): fix docs on how to debug jest tests
2021-04-10 21:17:17 -04:00