Isaac Mann
ef8986df47
docs(nxdev): updates
2022-01-08 20:45:53 -05:00
Isaac Mann
3845a55cf9
docs(nxdev): more cleanup
2022-01-08 20:45:53 -05:00
Isaac Mann
eafcb95742
docs(nxdev): cleaning up docs
2022-01-08 20:45:53 -05:00
Victor Savkin
045b713318
chore(repo): bump up nx to next
2022-01-07 21:08:14 -05:00
Benjamin Cabanes
1bd86bde44
docs(nxdev): add hotjar analytics ( #8440 )
2022-01-07 18:28:30 -05:00
Caleb Ukle
baf44ad662
fix(testing): Create root babel config if one isn't present ( #7816 )
...
* fix(testing): create root babel config for babel-jest option
when creating a jest project with babel-jest a root babel.config.json file will be create if one
doesn't exist and babel deps install for allowing jest tests to run successfully
ISSUES CLOSED : #6782
* feat(testing): add migration for missing root babel config
2022-01-07 17:05:32 -05:00
Victor Savkin
b3fb9eef4a
fix(core): correctly print parsing errors when receiving graph from daemon
2022-01-07 16:00:29 -05:00
Phillip Barta
d3bad60e53
chore(repo): removed unused dependency npm-run-all ( #8340 )
2022-01-07 14:10:42 -05:00
Phillip Barta
8abcaab7c3
fix(misc): dont publish jest.config.js files ( #8341 )
2022-01-07 14:10:24 -05:00
Caleb Ukle
240da9a43c
fix(testing): support cypress --tag arg ( #8434 )
...
* fix(testing): fix error with cypress --tag not being parsed
using --tag will now correctly pass the value to the cypress runner. learn more about --tag here
https://docs.cypress.io/guides/guides/command-line#cypress-run-tag-lt-tag-gt
ISSUES CLOSED : #4998
* docs(testing): add --tag option to cypress docs
2022-01-07 11:39:25 -06:00
Victor Savkin
9d5e4e9964
chore(repo): docs changes
2022-01-07 12:20:58 -05:00
Victor Savkin
e6ef4ccc85
docs(misc): fix doc id
2022-01-07 11:19:14 -05:00
Emily Xiong
2d5e169a29
docs(react-native): add react native guide
2022-01-07 10:28:09 -05:00
Victor Savkin
75e6b12535
cleanup(core): remove a level of indirection in neo terminal output
2022-01-06 21:48:32 -05:00
“JamesHenry”
d225319ede
chore(core): neo run-many output life cycle
2022-01-06 20:00:22 -05:00
Benjamin Cabanes
bfe7f63de6
docs(nxdev): show search on homepage ( #8425 )
2022-01-06 22:28:49 +00:00
Benjamin Cabanes
0f9eda24af
docs(tools): remove nxdev release tool ( #8421 )
2022-01-06 22:27:35 +00:00
Benjamin Cabanes
ee5e943083
docs(nxdev): algolia search cleanup from flavour and version props ( #8424 )
2022-01-06 22:26:47 +00:00
Benjamin Cabanes
873982fed8
docs(nxdev): make header Docs link bold only when relevant ( #8423 )
2022-01-06 22:24:09 +00:00
Benjamin Cabanes
7000b3782b
docs(nxdev): remove subfolder from public ( #8419 )
2022-01-06 16:58:49 -05:00
Benjamin Cabanes
2b73b60ad4
docs(nxdev): remove previous version folder & release tooling ( #8418 )
2022-01-06 21:49:01 +00:00
Benjamin Cabanes
a5d9daf343
docs(nxdev): remove flavour and versions patterns from docs ( #8417 )
2022-01-06 20:15:48 +00:00
Benjamin Cabanes
0fea1c8cca
docs(nxdev): remove flavour and versions patterns from docs ( #8416 )
2022-01-06 20:09:01 +00:00
Benjamin Cabanes
0338a14edb
docs(nxdev): sync documentation ( #8415 )
2022-01-06 19:53:23 +00:00
Benjamin Cabanes
be569a7612
docs(nxdev): remove flavoured docs ( #8414 )
2022-01-06 14:45:38 -05:00
Benjamin Cabanes
54a5eb989d
docs(nxdev): ci-overview redirect rule ( #8412 )
2022-01-06 19:20:11 +00:00
Kirils L
4ce7c7aaa8
fix(react): update conflicting eslint plugin versions ( #8376 )
2022-01-06 19:03:38 +00:00
Noriyuki Shinpuku
054d4eb775
fix(nextjs): fix .babelrc for libraries ( #8075 )
2022-01-06 19:03:11 +00:00
Victor Savkin
334c230a35
docs(misc): minor changes in configuration guides
2022-01-06 13:35:05 -05:00
Benjamin Cabanes
de486f8b56
docs(nxdev): temporary image path fix before docs flattening ( #8408 )
2022-01-06 17:40:01 +00:00
Victor Savkin
9b947a5306
docs(misc): add more content to Nx and ... guides
2022-01-06 12:24:12 -05:00
ben
9827b5258c
docs(nxdev): remove flavors and versions
2022-01-06 11:37:40 -05:00
Colum Ferry
6dae831e55
docs(angular): add library change ( #8402 )
2022-01-06 14:13:32 +00:00
Leosvel Pérez Espinosa
ec6209beb9
docs(js): generate missing property in the default docs ( #8401 )
2022-01-06 12:15:03 +00:00
Colum Ferry
8c8b257a3c
feat(angular): add option to skip module creation #7806 ( #8391 )
2022-01-06 11:49:04 +00:00
Leosvel Pérez Espinosa
80f20db51a
fix(angular): fix tailwind css support in libraries using components with inline styles ( #8393 )
2022-01-06 10:17:15 +00:00
Vadim
77529a1770
fix(storybook): apply a webpack tweak for storybook and angular ( #8392 )
...
* fix(storybook): apply a webpack tweak for storybook and angular
- [x] remove html raw-loader from the webpack rules array if storybook is used with angular v13;
the html raw-loader breaks jit compilation when storybook 6.5 aplha is used with angular v13
ISSUES CLOSED : #8360
fix(testing): update storybook generator configuration snapshot
fix(testing): update storybook generator configuration snapshot, use the flag --update-snapshot
fix(testing): update storybook generator configuration snapshot, test affected, update snapshot
* cleanup(storybook): make the webpack tweak for storybook and angular explanation more concise
2022-01-06 11:21:13 +02:00
Chau Tran
22c6ddb73d
fix(js): adjust how to pass information down to swc cli ( #8298 )
2022-01-05 20:28:49 -05:00
Victor Savkin
67cb8cf8cc
docs(misc): rework the content to remove flavours
2022-01-05 16:23:44 -05:00
Victor Savkin
a797760ab5
docs(misc): clean up add nx to monorepo + lerna guides
2022-01-05 13:36:24 -05:00
Colum Ferry
0f50de73d8
fix(angular): mfe migration failing in certain scenarios ( #8384 )
2022-01-05 16:42:23 +00:00
Benjamin Cabanes
8a0010be92
docs(nxdev): flavor selection import cleanup ( #8390 )
2022-01-05 11:09:56 -05:00
Benjamin Cabanes
69c5251c89
docs(nxdev): community page open graph title fix ( #8380 )
2022-01-04 21:11:44 +00:00
Victor Savkin
20f731990c
docs(misc): rework the top section of docs
2022-01-04 14:11:31 -05:00
Zach Gover
ec2944c6c8
chore(nextjs): removed deprecated target ( #8237 )
2022-01-04 16:14:58 +00:00
David
7e99073f5b
feat(angular): support multiple state slices in data persistence ops ( #8216 )
...
A breaking change that enables data persistence operators to be used in streams with more than one slice of data (e.g., with `withLatestFrom` and `concatLatestFrom`).
Closes #6830
2022-01-04 11:42:05 +00:00
Victor Savkin
e4cec9eba6
Release 13.4.3
2022-01-03 16:50:35 -05:00
Victor Savkin
3aafa8bb6a
feat(testing): project generator should accept baseUrl
2022-01-03 16:48:27 -05:00
Benjamin Cabanes
98a1701886
docs(nxdev): flavors banner ( #8351 )
2022-01-02 14:31:22 -05:00
Victor Savkin
099f0e1a1f
Release 13.4.2
2022-01-02 09:29:19 -05:00