717 Commits

Author SHA1 Message Date
Benjamin Cabanes
15825b8cdc
docs(nxdev): package view supports markdown (#9519) 2022-03-25 17:33:14 +00:00
Benjamin Cabanes
39fb1c39db
docs(core): angular package has better schema descriptions (#9502) 2022-03-25 14:37:43 +00:00
Colum Ferry
8bae893d4c
feat(angular): use a mfe.config.js for mfe (#9495) 2022-03-25 09:31:12 +00:00
Victor Savkin
74317bebea
chore(repo): fix flaky tests 2022-03-24 17:10:33 -04:00
Benjamin Cabanes
6dae32cc3a
docs(nxdev): support packages schemas metadata & discoverability (#9383) 2022-03-24 12:00:06 -04:00
Colum Ferry
6ca434055e
fix(angular): target correct nx version for 13.3.0 (#9468) 2022-03-24 11:37:53 -04:00
Colum Ferry
6b6f19206c
fix(angular): renable v1 lib test (#9494) 2022-03-24 11:25:44 +00:00
Colum Ferry
53799efed2
fix(angular): failing tests related to mfe (#9491) 2022-03-24 10:55:06 +00:00
Colum Ferry
bf58aabb88
feat(angular): add generator to migrate old mfe config (#9366) 2022-03-24 09:28:01 +00:00
Colum Ferry
592c3d3541
feat(angular): use withModuleFederation for mfe (#9454) 2022-03-24 09:27:51 +00:00
Victor Savkin
d4b5c30eba
cleanup(core): remove the indirection left after inlining ta… (#9469) 2022-03-23 22:18:17 -04:00
Colum Ferry
de5528dd04
docs(angular): improve webpack-server executor (#9477) 2022-03-23 12:18:26 +00:00
Colum Ferry
1bfc02f4f9
docs(angular): improve webpack-browser docs (#9461) 2022-03-22 18:42:25 +00:00
Colum Ferry
933cd5957f
fix(angular): browser builder should call correct function (#9457) 2022-03-22 14:24:38 +00:00
Colum Ferry
0331b381bc
feat(angular): add exposed methods for dynamic federation (#9437) 2022-03-22 12:25:39 +00:00
Colum Ferry
f88018a5cb
fix(angular): remote port incrementer when no targets (#9452) 2022-03-22 12:03:50 +00:00
Leosvel Pérez Espinosa
3d573b3606
cleanup(angular): cleanup some leftover from moving the ng-add generator (#9423) 2022-03-21 11:27:01 +00:00
Colum Ferry
47697c61c1
feat(angular): automatically set next remote port (#9422) 2022-03-21 11:18:34 +00:00
Miroslav Jonaš
99d871a467
fix(angular): change mfe schema port type to number (#9420) 2022-03-21 12:04:25 +01:00
Leosvel Pérez Espinosa
e427de68dc
fix(angular): update library package.json only with direct dependencies (#9315) 2022-03-21 09:24:13 +00:00
Leosvel Pérez Espinosa
88a7ad7654
cleanup(angular): move the angular cli migration generator from @nrwl/workspace to @nrwl/angular (#9244)
* cleanup(angular): move the angular cli migration generator from @nrwl/workspace to @nrwl/angular

* cleanup(angular): support merged packages (cli, tao, nx)

* cleanup(angular): update make-angular-cli-faster to support packages consolidation
2022-03-18 17:18:10 -04:00
Colum Ferry
a8ede441eb
feat(angular): support angular v13.3.0 (#9311) 2022-03-18 14:59:04 +00:00
Colum Ferry
08c6b02e50
fix(angular): set tsconfig path correctly (#9386) 2022-03-18 11:43:24 +00:00
Colum Ferry
a26caaa288
feat(angular): add component generator (#9351) 2022-03-16 12:48:27 +00:00
Colum Ferry
2d0871932c
feat(angular): add withModuleFederation helper (#9289)
* feat(angular): withModuleFederation helper
2022-03-16 09:47:03 +00:00
Leosvel Pérez Espinosa
7ae6d48f94
cleanup(angular): ban imports from @nrwl/workspace entry point (#9341) 2022-03-15 17:02:57 +00:00
Leosvel Pérez Espinosa
a82edb1bc4
feat(angular): add buildLibsFromSource option to @nrwl/angular:webpack-browser executor (#9334) 2022-03-15 15:33:56 +00:00
Colum Ferry
c4f96467c3
feat(angular): default export of scams to true (#9331) 2022-03-15 13:39:57 +00:00
Colum Ferry
3c39c311f8
fix(angular): strip trailing slash from directory #9263 (#9314) 2022-03-15 09:38:32 +00:00
Victor Savkin
6f038e7a4a feat(core): reorganize packges to consolidate all cli-related code in nx 2022-03-14 16:42:51 -04:00
Victor Savkin
4e9375f5f4 chore(repo): update the version of nx 2022-03-11 10:40:40 -05:00
Richard Roozenboom
5949c4ea45
fix(angular): jest-preset-angular migration format files once (#9292)
Move the formatFiles call outside of the for loop

ISSUES CLOSED: #9291

Co-authored-by: Richard Roozenboom <richard.roozenboom@rabobank.nl>
2022-03-11 13:56:00 +00:00
Jason Jean
94687e993c
chore(repo): ensure license file exists for all published packages (#9274) 2022-03-10 18:33:06 -05:00
Colum Ferry
bef8fb3629
feat(angular): add opinionated mfe webpack helpers (#9233)
* feat(angular): add mfe helpers for sharing workspace libraries

* feat(angular): add share packages helper

* chore(angular): add webpack dep
2022-03-10 19:35:18 +00:00
Leosvel Pérez Espinosa
081ff42955
fix(angular): handle newProjectRoot correctly when generating apps and libs (#9255) 2022-03-10 13:09:04 +00:00
Leosvel Pérez Espinosa
acc29e9593
fix(misc): support workspaces using a root tsconfig.json instead of tsconfig.base.json (#9195)
* fix(misc): support workspaces using a root tsconfig.json instead of tsconfig.base.json

* cleanup(angular): address pr feedback
2022-03-09 11:30:26 -05:00
Colum Ferry
6c9995939d
feat(angular): add mfe-remote generator (#9191) 2022-03-08 14:14:21 +00:00
Colum Ferry
744203057d
feat(angular): add mfe-host generator (#9218) 2022-03-08 13:30:24 +00:00
Leosvel Pérez Espinosa
b80de979d7
fix(angular): fix invalid style option for nx welcome component when generating an application (#9173) 2022-03-03 12:47:11 +00:00
Leosvel Pérez Espinosa
cef4bbd4cf
fix(angular): align root karma config when migrating from angular cli to match the one for new workspaces (#9144) 2022-02-28 15:15:09 +00:00
Colum Ferry
61ed9037e8
chore(angular): upgrade mfe plugin (#9104) 2022-02-24 10:40:47 +00:00
Colum Ferry
5d9176eda7
fix(angular): karma migrator fixes (#9063) 2022-02-22 10:03:25 +00:00
Colum Ferry
01dba862e9
fix(angular): upgrade karma and fix settings (#9056) 2022-02-21 16:35:07 +00:00
Dominik Donoch
0fe6c2e4fb
feat(angular): update jest-preset-angular to 11.1.1 (#8970) 2022-02-16 13:15:43 +00:00
Colum Ferry
91ca67ad6b
fix(angular): add cypress workaround when generating mfes (#8909)
* fix(angular): add cypress workaround when generating mfes

* fix(angular): add a migration for cypress mfe

* docs(angular): fix typos in mfe docs

Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>

* fix(angular): target 13.8.1 for migration

Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2022-02-09 23:12:08 +00:00
Juri
aa1d8b8e3f docs(misc): adjust Tailwind references to v3 2022-02-05 19:42:37 +01:00
Leosvel Pérez Espinosa
39f4c47fd0
fix(angular): update schemas with missing changes from previous versions (#8836) 2022-02-04 11:07:57 +00:00
Kalarrs Topham
babd4bdf8d
chore(angular): export all angular generators (#8820)
add missing generators to angular/generators exports
2022-02-03 09:33:02 +00:00
Leosvel Pérez Espinosa
cf7a18bd14
fix(angular): prevent adding dependencies when generating apps and specifying skipPackageJson (#8806) 2022-02-01 16:32:47 -05:00
Leosvel Pérez Espinosa
5f3ca7892d
fix(angular): update ng-packagr executors to support browserlist version ranges (#8783) 2022-02-01 11:14:17 +00:00