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
Victor Savkin
863274da65
docs(core): remove the about docs page
2020-03-26 16:26:32 -04:00
Brandon
930e559d1c
docs(angular): add overview page for Nx plugin for Angular ( #2730 )
2020-03-26 15:57:04 -04:00
Jonathan Cammisuli
1375c7c4d0
docs(docs): add overview docs for Node plugin ( #2724 )
2020-03-26 15:26:27 -04:00
Jonathan Cammisuli
80c4ad713c
docs(docs): add express overview document ( #2729 )
2020-03-26 15:25:11 -04:00
Victor Savkin
4ef43ee9cb
feat(docs): update tutorials
2020-03-26 14:52:16 -04:00
Victor Savkin
4f11202c0f
Release 9.1.4
2020-03-26 10:13:31 -04:00
Victor Savkin
ed85bc57c3
fix(core): run-one runner doesn't handle --help
2020-03-26 10:12:36 -04:00
Victor Savkin
5ab3521fdc
docs(core): clean up cli docs
2020-03-25 17:22:17 -04:00
Victor Savkin
d91813a9b0
Release 9.1.3
2020-03-25 09:35:13 -04:00
Victor Savkin
52a055c7dd
fix(repo): update yarn.lock
2020-03-25 09:34:34 -04:00
Bradley Zeggelaar
172c3a57c9
fix(angular): changes the styleext setting of the component schematic to style
...
the styleext setting to define the component style extension was removed in Angular 9.
ISSUES CLOSED : #2475
2020-03-25 09:11:07 -04:00
Isaac Mann
8e8e21e393
docs(docs): why nx?
2020-03-25 09:06:33 -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
Jack Hsu
975bd49af0
fix(react): change default browserslist so IE11 is support (via "not dead" query) ( #2718 )
...
Closes #2209
2020-03-24 21:34:55 -04:00
czaplej#26
edbadee252
feat(react): update styled-components ( #2663 )
...
`update to 5.0.1`
2020-03-24 16:08:38 -04:00
Sam Coenen
7de5dc0483
fix(storybook): fix an invalid dependency version for @babel/core ( #2666 )
...
Fixes #2665
2020-03-24 14:33:20 -04:00
Brandon
06a2766624
docs(core): add docs for shared Nx commands ( #2711 )
...
* docs(core): add docs for shared Nx commands
* chore(docs): add alias to run command for nx commands
2020-03-23 16:05:43 -04:00
Isaac Mann
0820ecfaaa
docs(docs): reorg and adding placeholders
2020-03-23 15:16:24 -04:00
Philip Fulcher
93ace19659
fix(core): improve performance of project filtering on dep-graph
...
Also includes:
bug fix related to showing/hiding the 'Show Affected' button
bug fix to use
'root' rather than 'sourceRoot' to determine directory
2020-03-23 13:05:10 -04:00
Jason Jean
9a8c95a1ef
fix(misc): exit 1 for errors in workspace-schematics
2020-03-23 13:04:30 -04:00
Michael Lancaster
e08888ae55
docs(core): add env vars documentation
2020-03-23 16:26:11 +00:00
Michael Lancaster
2d02777c9a
feat(core): add web:build support for environment variables
2020-03-23 16:26:11 +00:00
Mitko Tschimev
051069b7de
chore(core): nx plugin submission nx-deploy-it
2020-03-23 09:11:36 -04:00
Jo Hanna Pearce
9e5f06ceb2
fix(core): remove schematic warns on missing project
2020-03-23 11:35:33 +00:00
Jason Jean
9f1ca1c162
fix(node): remove directory prompt from node apps
2020-03-21 17:06:37 -04:00
Jason Jean
44907274ee
WIP fix(repo): fix e2e tests ( #2702 )
2020-03-20 18:19:40 -04:00
Emilio Martinez
4fb025bd41
fix(core): filter webpack warnings only instead of full output ( #2697 )
...
Remedies an issue where the entire webpack output would be filtered-out if any part of it contained a warning to be ignored.
Additionally, this adds one more warning filter to suppress a `license-webpack-plugin` warning emitted when a license isn't found in a third-party.
Closes #2696
2020-03-20 16:20:46 -04:00
Florian Tischler
417ff21aac
fix(testing): cypress cannot be started in chrome headless mode ( #2683 )
2020-03-20 15:10:19 -04:00