Victor Savkin
67cb8cf8cc
docs(misc): rework the content to remove flavours
2022-01-05 16:23:44 -05:00
Victor Savkin
20f731990c
docs(misc): rework the top section of docs
2022-01-04 14:11:31 -05:00
Victor Savkin
3aafa8bb6a
feat(testing): project generator should accept baseUrl
2022-01-03 16:48:27 -05:00
Victor Savkin
53767a89c1
fix(js): mark swc as experimental
2021-12-23 20:12:19 -05:00
Victor Savkin
57593f5df7
feat(core): add the ability to remove edges in the graph
2021-12-22 12:51:16 -05:00
Chau Tran
1139c616e1
feat(js): add nrwl/js:node executor to serve node apps
2021-12-22 10:33:02 -05:00
Kirils L
4b0a1322b9
docs(nextjs): page generator examples no longer shows component examples ( #8262 )
2021-12-21 16:16:07 -05:00
Juri
454852e55c
fix(js): adjust generator arg from name -> project s.t. it is picked up in Nx Console
2021-12-21 17:06:03 +01:00
Juri Strumpflohner
39ce485176
feat(testing): allow generating new Cypress e2e projects ( #8205 )
2021-12-21 10:49:51 -05:00
Isaac Mann
281df64ba8
Docs video updates ( #8254 )
...
* docs(core): fix youtube allow=fullscreen attribute
* docs(react): add video to cra-to-nx guide
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-12-21 09:55:27 -05:00
Craigory Coppola
814061dbff
feat(core): support for extending project inference capabilities ( #8210 )
2021-12-20 11:18:31 -05:00
Victor Savkin
88751a3685
chore(repo): clean up the language to match the new tag line
2021-12-17 16:08:38 -05:00
Colum Ferry
2d4b94ccfc
docs(angular): add serve note to guide ( #8206 )
...
* docs(angular): add serve note to guide
* fix(angular): typos
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2021-12-17 15:41:48 +00:00
Leosvel Pérez Espinosa
2b00c99db1
feat(angular): add support for configuring tailwind in existing and new apps and buildable/publishable libs ( #8043 )
2021-12-16 17:25:32 +00:00
Chau Tran
726877d103
feat(js): add SWC support ( #7956 )
...
* feat(js): add SWC support
chore(js): remove comment
fix(js): clean up typecheck after merge
fix(js): add tests to swc
* fix(js): adjust typecheck
* feat(js): add skipTypeCheck to library generator
* fix(js): use Promise.all()
* fix(js): pass in correct tsconfig path
* cleanup(js): remove comment code
* fix(js): use logger from devkit instead of console log
* fix(js): remove unintended exit log
* feat(js): add convert-to-swc generator to convert lib w/ tsc to swc
* fix(js): reexport print diagnostics
2021-12-15 12:23:50 -05:00
Jack Hsu
6d6f29439d
feat(testing): add --compiler=tsc|swc|babel option for jest project generator ( #8177 )
2021-12-15 14:27:53 +00:00
Colum Ferry
373c7281e0
docs(angular): fix mfe doc examples ( #8168 )
2021-12-15 09:28:38 +00:00
Kirils L
232eaafc21
fix(nextjs): incorrectly named nested page component files ( #8170 )
2021-12-14 16:00:44 -05:00
Shlomi Levi
4bb109e175
feat(angular): add scam generator for pipes and directives ( #8144 )
...
ISSUES CLOSED : #8122
2021-12-14 11:28:47 +00:00
Colum Ferry
bc8dda6c44
fix(angular): scam component default type as lowercase ( #8160 )
2021-12-14 11:09:16 +00:00
Jack Hsu
f8c394af46
feat(web): add swc compiler option for webpack executor ( #8114 )
2021-12-10 16:09:20 -05:00
Benjamin Cabanes
ea0d65b019
docs(nxdev): better api generator templates ( #8109 )
2021-12-10 12:18:46 -05:00
Jay Bell
e2626adb68
feat(angular): allow for passing in parser options flag to lib generation ( #8082 )
2021-12-10 14:33:46 +00:00
Colum Ferry
5f537183b2
fix(angular): use path property correctly when generating scams #8083 ( #8100 )
2021-12-10 12:46:54 +00:00
Kirils L
015f1b78f4
feat(web): support swc compiler ( #7997 )
2021-12-09 21:16:35 +00:00
AgentEnder
7b9975bfd7
docs(core): fix docs changes for config page
2021-12-09 15:54:40 -05:00
AgentEnder
900c60365c
docs(core): update global configuration docs
2021-12-08 21:09:39 -05:00
Colum Ferry
48712948b3
feat(angular): add scam generator ( #7987 )
...
* feat(angular): add scam generator
* feat(angular): support flat and type component flags
2021-12-06 12:59:42 +00:00
Leosvel Pérez Espinosa
9a08a83591
feat(angular): add tailwind support for buildable libraries ( #7961 )
2021-12-02 11:16:01 +00:00
Craigory Coppola
c04686ab10
feat(core): optional workspace.json file ( #7584 )
2021-11-30 15:02:06 -06:00
Jack Hsu
157c6e0fb0
feat(web): rename @nrwl/web:build to @nrwl/web:webpack ( #7952 )
2021-11-30 14:22:34 -05:00
Kirils L
bfd1a4715a
feat(web): rename package executor to rollup ( #7904 )
2021-11-30 09:32:12 -05:00
Emily Xiong
445d72c38a
bugfix(react-native): change path to absolute to allow run commands in any directory ( #7737 )
...
- change the path to absolute to run the nx command in any directory
- add resetCache option to run-ios and run-android command
2021-11-26 09:13:30 -05:00
Jay Bell
2d9c0ff4d9
feat(angular): allow for full ivy compilation in buildable libraries ( #7873 )
2021-11-25 18:56:10 +00:00
James Henry
98ffe8574b
feat(linter): support eslint v8 ( #7800 )
...
* feat(core): support eslint v8
* fix(core): align version of eslint across all packages
2021-11-19 14:55:33 -05:00
Victor Savkin
e3c7b979b2
feat(core): rework the tasks runner to use life cycle for printing messages
2021-11-16 20:07:34 -05:00
Umair Hafeez
ddad52bc82
docs(angular): update 'npm run' to 'npx nx' for affected commands ( #7738 )
...
* docs(angular): update 'npm run' to 'npx nx' for affected commands
The tutorial refers to using 'npm run' for the affected commands, which doesn't work if the
workspace is generated using yarn.
To fix that, change it to 'npx nx' so it works in all cases,
like other places in the docs.
* chore(misc): fix formatting
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-11-16 17:57:34 -05:00
Victor Savkin
fcecebeb3a
feat(js): add library and app generators
2021-11-15 21:29:28 -05:00
Craigory Coppola
d28f571874
feat(js): create @nrwl/js package and move @nrwl/workspace:tsc to it ( #7604 )
2021-11-12 16:41:30 -06:00
Chau Tran
421d4f2f02
feat(node): add outputFileName to build executor ( #7708 )
...
Fixes #4969
2021-11-11 17:01:20 -06:00
Victor Savkin
3d1899eec8
feat(core): deprecate --max-parallel and use --paralle=N instead
2021-11-09 20:03:24 -05:00
Matt
965b11679f
feat(testing): add --testPathIgnorePatterns flag support ( #7478 )
...
closes #7462
Co-authored-by: Matt <MattGson>
2021-11-08 13:42:44 -05:00
Colum Ferry
8d6ac4f694
chore(angular): support angular 13 ( #7161 )
...
* chore(angular): support angular 13
Support Angular 13
chore(angular): support ng 13 next 11
chore(angular): upgrade tslib dep
chore(angular): update package and ng-packagr-lite executors to align with ng-packagr v13
chore(angular): update test snapshots with ts version
fix(angular): buildable lib tsconfig transform test
* chore(angular): sync ng-packagr changes to the package and ng-packagr-lite executors
* chore(angular): add migrations
* chore(angular): rxjs7
* feat(angular): check rxjs version to install
* feat(angular): update jest resolver to resolve esm
* chore(angular): fix version
* chore(angular): support jest-preset-angular
* fix(angular): tests
* fix(angular): fix e2e tests and add .angular to gitignore
* fix(angular): fix jest transformers ignore pattern
* fix(angular): fix node test
* fix(angular): fix workspace test
* fix(angular): import marble utils from jasmine-marbles instead of @nrwl/angular/testing
* feat(angular): update ngrx to 13.0.0-beta.;0
* fix(angular): temporarily skip test with pnpm
* fix(angular): bump jest-preset-angular to fix jest performance issues
* fix(angular): webpack-browser and server schema changes
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2021-11-08 12:01:55 -05:00
Miroslav Jonaš
878b44d997
docs(testing): add clarification for baseUrl when devServerTarget is set ( #7622 )
2021-11-05 15:24:36 +01:00
Miroslav Jonaš
1afeeb6be1
docs(core): move misleading migration overview page ( #7608 )
2021-11-04 14:39:38 +01:00
Brandon
5d81232a61
docs(angular): cleanup Angular tutorial ( #7583 )
2021-11-01 15:01:23 -05:00
Ashley Hunter
cae625a817
feat(nest): nest resource generator ( #7571 )
...
* feat(nest): adding nest resource generator
Adding a generator to run the Nest Resource schematic
ISSUES CLOSED : #6754
* feat(nest): adding nest resource generator
Adding a generator to run the Nest Resource schematic
ISSUES CLOSED : #6754
* feat(nest): adding nest resource generator
Adding a generator to run the Nest Resource schematic
ISSUES CLOSED : #6754
2021-11-01 11:10:58 -05:00
Victor Savkin
cc3078e307
cleanup(nxdev): minor home page tweaks
2021-11-01 12:06:48 -04:00
Victor Savkin
5b9992c62a
docs(react): rework the core section to highlight nx core
2021-10-28 19:48:13 -04:00
Jack Hsu
39bc2e293e
feat(nextjs): bump Next.js version to 12.0.0 ( #7524 )
2021-10-27 00:37:14 +00:00