2192 Commits

Author SHA1 Message Date
Fabian Gosebrink
ccf39eb063 chore(core): nx plugin submission @offeringsolutions/nx-protractor-to-cypress 2020-04-08 13:22:54 -04:00
Jonathan Cammisuli
7c45f981fe
fix(testing): correct spelling of jest-preset-angular for migrations (#2818) 2020-04-06 18:28:20 -04:00
Jack Hsu
36e1d40784
feat(nextjs): support building and serving production server (#2792) 2020-04-04 14:57:08 -04:00
Noriyuki Shinpuku
40ebe4dd7a
fix(core): fix source map generation for production build (#2808)
ISSUES CLOSED: #2802
2020-04-04 14:01:18 -04:00
James Henry
97c607a638
fix(core): runtime support for outputPath array on run-commands builder (#2807) 2020-04-04 14:00:26 -04:00
Devin Shoemaker
8299c456cf
feat(core): add nx-plugin to list of default packages to be migrated (#2782)
nx-plugin is currently not migrated with the `nx migrate latest` command. Including this in the list of default packages will result in more expected behavior with less maintenance for the end user.
2020-04-03 14:28:03 -04:00
Jason Jean
7ba0b1f199 Release 9.2.2 2020-04-03 10:45:40 -04:00
Jason Jean
33dc84672e fix(react): fix build options being overwritten by undefined se… (#2798) 2020-04-02 16:47:15 -04:00
Jack Hsu
5e9a583d7c fix(nextjs): next config is generated correctly for styled-components and @emotion/styled (#2799) 2020-04-02 16:37:34 -04:00
Jason Jean
4e4bd6d764
fix(misc): skip jest and cypress configuration when generating… (#2743) 2020-04-02 12:49:55 -04:00
Jason Jean
efae1694cc
cleanup(misc): refactor how installs are added during schematics (#2788) 2020-04-02 12:41:08 -04:00
Santosh Yadav
8549b84f6a docs(react): fix nextjs doc (#2787) 2020-04-02 12:11:01 -04:00
Jason Jean
f5c9651e06
fix(core): return single level roots as is without slicing (#2789) 2020-04-02 10:47:06 -04:00
Rares Matei
567ddc8238
fix(nextjs): import node_sass only for scss styles (#2797) 2020-04-02 15:21:11 +01:00
Rares Matei
ff699abba1
fix(nextjs): add missing node-sass dependency when creating a new app with sass (#2795)
ISSUES CLOSED: 2574
2020-04-02 08:12:37 -04:00
Jack Hsu
d71d799142
fix(nextjs): fix app generation so the correct style module is added and installed (#2791) 2020-04-01 23:55:28 -04:00
Jason Jean
3a8748a872
fix(angular): extend angular version range to anything higher t… (#2785) 2020-04-01 17:16:09 -04:00
Jason Jean
30a69625d6
fix(testing): add migration for jest to migration.json (#2786) 2020-04-01 16:35:08 -04:00
Victor Savkin
0254e0ebc6 Release 9.2.1 2020-03-31 17:46:18 -04:00
Victor Savkin
70a64c1776 fix(misc): minor misc fixes 2020-03-31 17:45:01 -04:00
Jason Jean
ecd5feb972 Release 9.2.0 2020-03-31 14:14:01 -04:00
Jonathan Cammisuli
b85b8afe3c fix(testing): add migration for Jest 25 2020-03-31 13:49:19 -04:00
Jason Jean
121197640e Release 9.2.0-beta.2 2020-03-31 11:48:15 -04:00
Jonathan Cammisuli
f89cefa44a
docs(docs): clean up custom commands guide between react and angular (#2776) 2020-03-31 11:41:09 -04:00
Devin Shoemaker
e0a50ec34d docs(docs): fix grammar in @nxtend/ionic-react description
This change makes the description of the @nxtend/ionic-react Nx plugin grammatically consistent with the other plugins.
2020-03-31 11:25:48 -04:00
Brandon Roberts
49d8ce1297 feat(angular): update Angular libraries to version 9.1.0 2020-03-31 11:25:30 -04:00
Jason Jean
e5578076ed fix(testing): fix cypress headless mode for some versions 2020-03-31 11:24:54 -04:00
Brandon Roberts
26994fb090 docs(angular): update links for Angular plugin 2020-03-31 11:23:33 -04:00
Victor Savkin
e17fcdca0f docs(core): fix links + minor changes 2020-03-30 15:38:20 -04:00
Benjamin Cabanes
0f3d14f43f
fix(docs): update ng for nx in documentation (#2763) 2020-03-30 14:39:01 -04:00
Victor Savkin
6e9fb0efa0 docs(core): clean up generated docs 2020-03-30 13:08:41 -04:00
Rares Matei
30282b9353 fix(core): ensure dep graph is regenerated when root files change 2020-03-30 16:43:27 +01: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
Victor Savkin
295225a8a7 docs(core): clarify cli docs 2020-03-29 14:52:15 -04:00
Jason Jean
670a5f9084 fix(storybook): add install after adding @nrwl/storybook 2020-03-29 11:33:39 -04:00
Jason Jean
8caff7fcde fix(core): add -d as alias for --dryRun for tao generate 2020-03-29 11:33:19 -04:00
Jason Jean
1cc18a7704 feat(node): add memory limit option 2020-03-29 11:32:53 -04:00
Jonathan Cammisuli
0ad6f91ff8 feat(testing): update Jest and its dependencies to v25 2020-03-29 11:31:20 -04:00
Jason Jean
09c4654ae9 fix(misc): add formatting to all migrations 2020-03-29 11:30:59 -04:00
Isaac Mann
5f0886add9
docs(docs): storybook plugin overview (#2746)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-03-27 16:56:40 -04:00
Isaac Mann
be326609cb
Plugin overview (#2742)
* docs(docs): remove migration articles from menu

* docs(docs): plugins-overview

* docs(docs): link to nx plugins overview

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-03-27 15:20:53 -04:00
Jonathan Cammisuli
7dd63866ae
docs(docs): update map.json with Jest, Cypress and Nx Plugin overviews (#2737)
* docs(testing): add overview docs for cypress and jest

* docs(nx-plugin): add overview docs to map
2020-03-27 11:38:50 -04:00
Brandon
b5015015ae
docs(react): add overview to Nx plugins for Next.js, React and Web (#2736)
* docs(react): add overview for Nx plugins for Next.js, React and Web

* Update docs/shared/next-plugin.md

* Update docs/shared/react-plugin.md

* Update docs/shared/react-plugin.md

* Update docs/shared/web-plugin.md

Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2020-03-27 10:41:29 -04:00
Victor Savkin
c4c10bde6c docs(core): minor changes to shared guides 2020-03-27 10:23:23 -04:00
Isaac Mann
ce56206373
docs(misc): add CLI overview page and misc docs updates (#2734)
* docs(docs): remove migration articles from menu

* docs(nest): fix typo

* docs(docs): fix typo in e2e docs

* docs(docs): cli-overview

Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2020-03-27 06:45:19 -05: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
Jonathan Cammisuli
762bbc1d7b
docs(docs): add nest overview doc (#2732) 2020-03-26 20:26:23 -04:00
Jason Jean
aeb0bdcb4e feat(core): enable caching by default 2020-03-26 17:14:17 -04:00
Brandon Roberts
7029bddb43 docs(misc): update resources page for Angular and React 2020-03-26 17:10:51 -04:00
Victor Savkin
28f29988a8 docs(core): add guides on caching and incremental builds 2020-03-26 17:03:50 -04:00