James Henry
87e6d9dc77
chore(core): refactor createProjectGraph to be async, deprecate sync usage
2021-07-14 14:58:16 -04:00
Zachary DeRose
84f80c8f9c
fix(nxdev): fixing sidbar appearance with anchored links ( #6365 )
...
* fix(nxdev): fixing sidbar appearance with anchored links
* fix(nxdev): fixing when linkText is null
2021-07-14 13:49:23 -04:00
Martin Gansler
fe7ab82d91
feat(core): add the target project name to the environment variables ( #5886 )
2021-07-14 11:47:26 -04:00
vsavkin
0fd5af9fff
fix(nxdev): broken links on home pages
2021-07-14 11:44:57 -04:00
Colum Ferry
8b1f812c85
fix(angular): change mfe naming convention to use host
...
Previously, naming convention of consuming applications for MFEs was `shell`.
Change it to match Webpack Module Federation's naming convention of calling it `host`.
BREAKING CHANGE:
The `mfeType` options have changed from `shell | remote` to `host | remote`.
2021-07-14 10:40:14 +01:00
vsavkin
485eaae702
docs(misc): wrong header styles
2021-07-13 15:17:40 -04:00
vsavkin
37460f9844
docs(misc): minor tweaks in the docs
2021-07-13 15:08:38 -04:00
vsavkin
08dfc9d554
docs(misc): minor tweaks
2021-07-13 14:57:07 -04:00
vsavkin
d6e3bcf6db
chore(nxdev): update docs
2021-07-13 14:54:48 -04:00
vsavkin
9cacfb8307
docs(misc): tweaks to the intro and monoreo guides
2021-07-13 14:25:14 -04:00
vsavkin
22c7643370
feat(repo): refine the readme
2021-07-12 13:57:31 -04:00
Kirils L
cb3440a7af
fix(nxdev): fix serving ( #6333 )
2021-07-12 17:35:33 +00:00
Jason Jean
9c3d798ecc
fix(testing): fix getting jest config from tree when require is used ( #6322 )
2021-07-12 15:06:24 +00:00
Huynh Ninh Binh
ec1ab55f80
fix(devkit): module of classname should be capitalized when generated with special characters in a directory ( #6283 )
...
ISSUES CLOSED : #6281
2021-07-12 10:51:03 -04:00
Zachary DeRose
56a2f5dbf3
docs(misc): Using Tailwind CSS with React Guide ( #6183 )
...
* docs(misc): Install Tailwind for Web/React/Next.js Apps Guide
* fix(react): addressing PR comments
* fix(misc): updating map.json with new doc name
* fix(misc): updating map.json to match master
2021-07-12 10:44:47 -04:00
Daniel
8aee6cbc57
fix(core): make sanitizePath cross-platform ( #6308 )
2021-07-10 12:15:31 -06:00
Zachary DeRose
41234db93b
fix(testing): fixing migration and interop with move generator ( #6323 )
...
* fix(testing): fixing move tests and functionality
* fix(testing): fixing migration to no-op if getJestProjects() is already being used
* fix(misc): rming console.log statements
2021-07-09 23:22:55 +00:00
Zachary DeRose
2524fdbc3d
feat(testing): Using getJestProjects() out of the box ( #5900 )
...
* feat(testing): updating nx to use getJestProjects() itself
* feat(testing): using getJestProjects() for new workspaces
* feat(testing): accomodating for getJestConfig() when adding new project
* feat(testing): migration for updating the base jest.config.js
* testing...
* fix(testing): fixing formatting in tests and bumping to next version
* fix(testing): fixing broken tests
* fix(testing): fixing test for jest init
* fix(testing): removing unnecessary test in jest project
* fix(testing): updating remove generator to work with jest utility fn
* fix(testing): fixing line break on package.json
* fix(testing): fixing import statement
* fix(testing): using AST to update the jest config contents
* fix(testing): fixing snapshot tests
* fix(testing): fixing describe to 12.6
* fix(testing): adding back in import statement to jest.config.js
* fix(testing): updating generated docs
2021-07-09 16:32:01 -04:00
Jason Jean
033579712f
fix(core): include dependencies of projects which do not have a target ( #6309 )
2021-07-09 16:30:15 -04:00
Jason Jean
d35d03e55e
chore(repo): update nx to 12.6.0-beta.0 ( #6266 )
2021-07-09 18:44:59 +00:00
Benjamin Cabanes
481e8963d1
docs(core): Enhanced interpolation link function ( #6318 )
2021-07-09 14:38:12 -04:00
Colum Ferry
5a31e56564
docs(angular): fix minor issues with Nx Console docs and icon loading ( #6295 )
2021-07-09 12:46:50 -05:00
Juri Strumpflohner
1670199115
fix(core): adjust logger to avoid errors when the passed object is not a string ( #6320 )
2021-07-09 17:41:39 +00:00
Miroslav Jonaš
b9d76693b9
chore(repo): update remaining jest dependencies to v27 ( #6296 )
2021-07-09 19:06:15 +02:00
Kirils L
267557e8d6
cleanup(nextjs): change manual dependency migration to use packageJsonUpdates ( #6319 )
2021-07-09 16:25:17 +00:00
Kirils L
651b0d1f95
feat(core): migrations can add packages as dev dependencies ( #6287 )
2021-07-09 11:08:41 -04:00
vsavkin
6df137fc16
cleanup(repo): readme refinements
2021-07-09 10:45:23 -04:00
Katerina Skroumpelou
cfff767b12
fix(core): update root jest config with move generator ( #6313 )
...
ISSUES CLOSED : #6303
2021-07-09 09:30:09 -04:00
Katerina Skroumpelou
dbb74c6c67
feat(storybook): story generator takes into account actions ( #6302 )
2021-07-09 11:06:16 +02:00
Jack Hsu
63d9c578a3
docs(core): fix preview images and refactored out WORKSPACE_ROOT environment variable ( #6311 )
2021-07-09 04:19:02 +00:00
vsavkin
9bbfbddabf
fix(repo): adjust the language in the readme
2021-07-08 20:46:47 -04:00
Craigory V Coppola
23e21d0995
fix(core): project.json split should be remembered if all projects utilize it ( #6180 )
2021-07-08 23:35:57 +00:00
Craigory V Coppola
1d1dd49210
fix(node): assets should be copied when building with --watch ( #5863 )
2021-07-08 17:21:35 -04:00
Craigory V Coppola
651ba3649c
fix(core): project.json files are not being used with wrapAngularDevkitSchematic ( #6276 )
...
ISSUES CLOSED : #6271 #6272
2021-07-08 17:18:18 -04:00
Kirils L
434e2915f0
feat(nextjs): support next 11 ( #6131 )
2021-07-08 11:48:54 -04:00
Craigory V Coppola
442e4fc6a1
chore(repo): convert to project json format ( #6286 )
2021-07-08 11:36:35 -04:00
Benjamin Cabanes
9b37cccf7f
docs(core): Get started flavoured videos ( #6300 )
2021-07-08 10:19:07 -04:00
Juri Strumpflohner
c5a881d338
fix(nextjs): wrong deprecation message for createGlobPatternsOfDependentProjects ( #6299 )
2021-07-08 14:04:33 +00:00
Colum Ferry
526f783130
docs(angular): fix quote mark in karma docs ( #6294 )
2021-07-08 11:52:42 +01:00
Miroslav Jonaš
c1e708f410
fix(repo): remove stale tags ( #6291 )
2021-07-08 11:53:00 +02:00
Colum Ferry
757e02d75c
docs(angular): cleanup some minor issues in docs ( #6267 )
2021-07-08 09:12:09 +01:00
Jason Jean
549e18b234
fix(core): fix distributed task execution hash conflicts between run and cache ( #6289 )
2021-07-07 20:32:10 -04:00
Jack Hsu
801dad4da9
fix(web): fix stylePreprocessorOptions option ( #6265 )
2021-07-07 13:29:51 -04:00
Altan Stalker
a4e0452a80
fix(core): add @nrwl/nx-cloud to report package list ( #6279 )
2021-07-06 19:51:48 -04:00
Leosvel Pérez Espinosa
4433e21e24
docs(misc): highlight executors and generators required options ( #6231 )
2021-07-06 14:29:57 -04:00
Jason Jean
4c20634937
Revert "fix(core): include dependencies of projects which do not have a target ( #6245 )" ( #6270 )
...
This reverts commit cbc0160953d48778e9dbfe01ef5c5f5e247d2b37.
2021-07-06 14:25:51 -04:00
Brandon
eef0db73bf
docs(core): cleanup tutorials ( #6268 )
...
* docs(core): cleanup tutorials
* chore: review fix
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2021-07-06 13:07:59 -04:00
Jack Hsu
4b859493ea
feat(web): add migration generator for webpack 5 ( #6232 )
2021-07-06 12:21:20 -04:00
Benjamin Cabanes
cbcf95938b
docs(core): logo image backward compatibility with older releases ( #6255 )
2021-07-06 11:09:25 -04:00
Jason Jean
f534d97a2b
fix(core): safely handle when tasksRunnerOptions are not defined ( #6252 )
2021-07-06 10:55:43 -04:00