Katerina Skroumpelou
0bacdf3181
feat(storybook): allow users to init storybook with more frameworks ( #6491 )
...
ISSUES CLOSED : #5985
2021-07-23 15:32:12 +02:00
Katerina Skroumpelou
a4020b03c6
fix(storybook): when migrating to 12.1 do not throw if project has no targets ( #6490 )
...
ISSUES CLOSED : #6128
2021-07-23 15:56:11 +03:00
James Henry
fedcfc4725
fix(core): ensure cache pathMappings always exist
2021-07-23 08:40:43 -04:00
Miroslav Jonaš
a9afb97307
docs(core): fix broken links and add missing latest prefix ( #6471 )
2021-07-23 08:16:54 -04:00
Leosvel Pérez Espinosa
f087146c55
fix(misc): make workspace tsc executor to handle dependencies ( #6475 )
2021-07-23 09:43:50 +01:00
Kirils L
1655f4b6dd
docs(nextjs): separate vercel deployment guide ( #6482 )
2021-07-22 20:35:22 -04:00
Benjamin Cabanes
84e510ef48
docs(core): tiles have text-center on mobile ( #6484 )
2021-07-23 00:17:34 +00:00
Jason Jean
b0b7b7fb7a
chore(nxdev): undo changes to previous version of documentation
2021-07-22 14:38:06 -04:00
Jason Jean
99513bbaa0
chore(nxdev): update latest version documentation to v12.6.0 ( #6476 )
2021-07-22 14:34:48 -04:00
Benjamin Cabanes
a92286b4f7
docs(core): use createGlobPatternsForDependencies for tailwindcss config ( #6477 )
2021-07-22 14:30:39 -04:00
Jason Jean
1160bbe4b0
Release 12.6.0
2021-07-22 14:02:01 -04:00
Benjamin Cabanes
2f44b0ac37
docs(core): Add feature list ( #6460 )
2021-07-22 12:58:30 -04:00
Victor Savkin
0bdd53ad93
feat(core): speed up ts module resolution ( #6474 )
2021-07-22 16:16:25 +00:00
Jack Hsu
b41a1ea4b2
docs(nextjs): update overview and guide ( #6462 )
2021-07-22 10:41:32 -04:00
Miroslav Jonaš
1ca34f9669
chore(repo): split angular e2e tests into core and extensions ( #6470 )
2021-07-22 15:46:23 +02:00
Leosvel Pérez Espinosa
f3b5ffc165
fix(core): handle directories with lots of files when reading the workspace files ( #6469 )
2021-07-22 13:36:25 +01:00
Leosvel Pérez Espinosa
0af1780b81
fix(core): improve run-commands dx for ready-when ( #6448 )
2021-07-22 09:17:22 +01:00
Miroslav Jonaš
9326742442
fix(core): fix wrong create-nx-workspace tutorial link ( #6428 )
2021-07-22 09:31:10 +02:00
James Henry
91cfe5d927
chore(core): run-commands executor schema supports descriptions alongside commands
2021-07-21 20:38:12 -04:00
Craigory V Coppola
729d83997f
fix(angular): generated ngrx facade tests should pass ( #6458 )
2021-07-21 23:27:57 +00:00
Jason Jean
491bdd8dfb
fix(gatsby): change migration version for gatsby 3.10 ( #6459 )
2021-07-21 23:11:22 +00:00
Miroslav Jonaš
6d25d204c3
fix(core): move generator should respect non-relative extends parts ( #6427 )
...
* fix(core): move generator should respect non-relative extends parts
* fix(core): fix broken test
2021-07-21 18:42:50 -04:00
Colum Ferry
3e6a3158be
feat(angular): add an serve-mfe target to host app ( #6444 )
2021-07-21 21:58:56 +00:00
Emily Xiong
c8bd620b6d
feat(gatsby): update gatsby to version 3.10.0 ( #6449 )
...
- add webpack5 for gatsby as default init
2021-07-21 15:31:22 -04:00
Jason Jean
6f37066d3a
chore(repo): fix version field in the package.json ( #6455 )
2021-07-21 19:23:10 +00:00
Jason Jean
0326be4dae
fix(angular): change version of angular migrations so they run during beta ( #6454 )
2021-07-21 17:58:00 +00:00
Leosvel Pérez Espinosa
202c89c130
feat(core): support project and target specific env files when running a task ( #6453 )
2021-07-21 18:44:59 +01:00
Kirils L
d53e25a611
fix(core): caching individual files ( #6445 )
2021-07-21 12:15:31 -04:00
Craigory V Coppola
a1ccc87a07
docs(misc): documentation headers should include collectionName for searchability ( #6451 )
...
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
2021-07-21 11:40:59 -04:00
Leosvel Pérez Espinosa
9044a8f869
cleanup(misc): rename collection.json to generators.json ( #6442 )
2021-07-21 11:42:43 +01:00
Colum Ferry
f5587dc984
fix(angular): broken buildable libs importPath calculation ( #6429 )
...
Buildable libs with Angular Lib generator were broken due to additional `/` in the `importPath`.
2021-07-21 09:29:21 +01:00
Craigory V Coppola
2e36b20841
fix(node): no output for package executor watch mode ( #6440 )
...
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
2021-07-20 18:35:16 -04:00
Juri Strumpflohner
18c368173c
fix(core): path comparison across OS for getProjectNameFromDirPath ( #6433 )
...
ISSUES CLOSED : #6406
2021-07-20 22:17:16 +02:00
Benjamin Cabanes
66851cc0f1
docs(core): enable back paragraphs tags ( #6435 )
2021-07-20 18:07:59 +00:00
Jason Jean
2249c89c5a
chore(repo): update nx to 12.6.0-beta.10 ( #6434 )
2021-07-20 17:52:49 +00:00
James Henry
f76a33f5bb
chore(core): add readCachedProjectGraph and deprecate previous utility ( #6385 )
...
* chore(core): add readCachedProjectGraph and deprecate previous utility
* chore(core): whitespace
* chore(core): explicitly use type ProjectGraphCache
* chore(core): fix typo
2021-07-20 11:44:48 -04:00
Jason Jean
9c3c296d89
fix(angular): fix generating apps with protractor ( #6422 )
2021-07-20 11:02:31 -04:00
Jason Jean
253fd683f9
fix(core): ensure overrides are not parsed as head and base for affected ( #6424 )
2021-07-20 11:01:52 -04:00
Miroslav Jonaš
8c3276f3a0
docs(core): fix outdated references to ng in react and angular ( #6426 )
...
* docs(core): fix outdated references to ng in react and angular
* Update docs/angular/examples/react-and-angular.md
Co-authored-by: Brandon <robertsbt@gmail.com>
Co-authored-by: Brandon <robertsbt@gmail.com>
2021-07-20 14:25:31 +02:00
Colum Ferry
227eed9172
feat(angular): generate entry module for remote mfes ( #6403 )
2021-07-20 12:00:00 +01:00
Zachary DeRose
f0dbfb0e0c
fix(testing): fixing formatting on root jest.config migration ( #6418 )
...
* fix(testing): fixing formatting on root jest.config migration
* fix(test): rm console.log
2021-07-19 18:54:20 +00:00
Craigory V Coppola
a7220261c0
fix(misc): move generator should support project.json files ( #6402 )
2021-07-19 14:26:48 -04:00
Miroslav Jonaš
0f250ff4a9
chore(repo): remove cypress package from e2e default packages ( #6416 )
2021-07-19 15:56:08 +02:00
Jason Jean
fe34edfdb9
fix(react): ensure version of webpack is updated when running migrate-to-webpack-5 ( #6401 )
2021-07-18 15:48:06 -04:00
Jason Jean
971941d4b3
chore(repo): update nx to 12.6.0-beta.9 ( #6404 )
2021-07-16 21:02:24 -06:00
vsavkin
0e52c43665
feat(core): store file deps and only reanalyze changed files
2021-07-16 20:21:45 -04:00
Jason Jean
90921aabf1
fix(repo): fix running e2e tests locally with npm 7 ( #6400 )
2021-07-16 22:04:09 +00:00
Jason Jean
7de111c25b
feat(core): update typescript to 4.3 ( #6397 )
2021-07-16 17:29:03 -04:00
Jason Jean
b2c818101a
chore(repo): update nx to 12.6.0-beta.8 ( #6399 )
2021-07-16 17:21:38 -04:00
Colum Ferry
bea5ed458d
feat(angular): upgrade angular to ~12.1.0 ( #6390 )
2021-07-16 18:44:16 +00:00