Colum Ferry
|
ec1d8e1bf9
|
cleanup(angular): remove v14 folder for init (#15816)
|
2023-03-22 14:36:22 +00:00 |
|
Colum Ferry
|
44478fb57e
|
cleanup(angular): add warning to schematic usage of generators (#15815)
|
2023-03-22 11:34:44 +00:00 |
|
Colum Ferry
|
4dbe6a5d5b
|
cleanup(angular): replace wrapAngularDevkitSchematics for component (#15791)
|
2023-03-22 10:22:19 +00:00 |
|
Jason Jean
|
9c7e67ba6f
|
fix(angular): format files after angular jest migration (#15779)
|
2023-03-20 17:38:53 -04:00 |
|
Colum Ferry
|
2b566df59d
|
cleanup(angular): replace wrapAngularDevkitSchematics for Web Worker (#15769)
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
|
2023-03-20 17:52:56 +00:00 |
|
Leosvel Pérez Espinosa
|
fa8ede1b4b
|
cleanup(angular): add unit tests coverage for generating a minimal application (#15693)
|
2023-03-20 16:00:37 +00:00 |
|
Leosvel Pérez Espinosa
|
e9b5181696
|
cleanup(angular): remove tsconfig.spec.json handling from application generator (#15731)
|
2023-03-20 10:56:23 -04:00 |
|
Colum Ferry
|
ccf938af69
|
cleanup(angular): replace wrapAngularDevkitSchematics in library generator (#15714)
|
2023-03-20 14:01:04 +00:00 |
|
Leosvel Pérez Espinosa
|
f2fb4c85cf
|
fix(angular): fix wrong tsconfig option name in webpack-dev-server implementation (#15765)
|
2023-03-20 09:45:28 +00:00 |
|
Leosvel Pérez Espinosa
|
a91513d961
|
fix(angular): do not set angularCompilerOptions in e2e tsconfig when generating an app (#15729)
|
2023-03-20 09:43:27 +00:00 |
|
Caleb Ukle
|
1bca34777a
|
fix(testing): use es2016 for jest-preset-angular projects (#15646)
|
2023-03-17 10:32:30 -04:00 |
|
Colum Ferry
|
d1d69e230c
|
cleanup(angular): replace usage of wrapAngularDevkitSchematics for application (#15698)
Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
|
2023-03-17 08:34:15 +00:00 |
|
Colum Ferry
|
7812f41994
|
feat(angular): remove protractor (#15627)
|
2023-03-16 12:38:04 -04:00 |
|
Colum Ferry
|
942f984231
|
cleanup(angular): use our own pipe for scam-pipe (#15717)
|
2023-03-16 16:11:52 +00:00 |
|
Colum Ferry
|
5ac7243d4a
|
cleanup(angular): use our own directive for scam-directive (#15715)
|
2023-03-16 16:11:32 +00:00 |
|
Miroslav Jonaš
|
c6904619aa
|
fix(angular): fix e2e tests to support pnpm v7 (#15587)
|
2023-03-16 12:22:22 +01:00 |
|
Leosvel Pérez Espinosa
|
76ec6f9e0f
|
fix(angular): throw error for invalid project name in withModuleFederation helper (#15694)
|
2023-03-15 14:14:00 +00:00 |
|
Leosvel Pérez Espinosa
|
2e88414d87
|
cleanup(angular): set up projects in unit tests to avoid missing .gitignore noisy logs (#15691)
|
2023-03-15 11:09:45 +00:00 |
|
Leosvel Pérez Espinosa
|
8f2830c939
|
cleanup(angular): remove unused index from schema options using default source projectName (#15672)
|
2023-03-15 09:22:30 +00:00 |
|
Katerina Skroumpelou
|
5e0cb7cf59
|
docs(storybook): include note for older name of flag (#15662)
|
2023-03-14 19:11:26 +00:00 |
|
Colum Ferry
|
9cd28583f6
|
feat(angular): add pipe generator (#15659)
|
2023-03-14 17:16:32 +00:00 |
|
Leosvel Pérez Espinosa
|
ca8d24b3d4
|
fix(angular): set projectName as the default source for relevant generators (#15664)
|
2023-03-14 16:38:35 +00:00 |
|
Martin Kapal
|
a491b3522f
|
feat(misc): add a link to Nx Console for IntelliJ on React & Angular Nx welcome page (#15617)
|
2023-03-14 15:56:30 +00:00 |
|
Colum Ferry
|
481899ce9f
|
feat(angular): add directive generator (#15630)
|
2023-03-14 15:31:49 +00:00 |
|
Leosvel Pérez Espinosa
|
e2a27039c0
|
fix(misc): filter out deps early based on shared config from module federation (#15654)
|
2023-03-14 11:34:49 +00:00 |
|
Leosvel Pérez Espinosa
|
db682bf7d6
|
fix(angular): resolve browserTarget options correctly in webpack-dev-server (#15638)
|
2023-03-14 09:45:27 +00:00 |
|
Colum Ferry
|
80f3d03d1d
|
feat(core): move string utils to devkit (#15479)
|
2023-03-10 13:15:47 -05:00 |
|
Colum Ferry
|
c3a58e9c1d
|
feat(core): move forEachExecutorOptions to devkit (#15547)
|
2023-03-10 17:04:10 +00:00 |
|
Leosvel Pérez Espinosa
|
46b3767303
|
fix(angular): misc fixes in some generator schemas (#15602)
|
2023-03-10 16:19:55 +00:00 |
|
Leosvel Pérez Espinosa
|
6c9a0e399c
|
fix(angular): sync missing schema changes in builders (#15600)
|
2023-03-10 16:15:30 +00:00 |
|
Colum Ferry
|
5b8a663016
|
cleanup(angular): convert ng cli migrations to nx devkit (#15590)
|
2023-03-10 15:54:38 +00:00 |
|
Katerina Skroumpelou
|
2e3e32cf30
|
feat(storybook): update to v7.0.0-rc (#15584)
|
2023-03-10 09:56:32 -05:00 |
|
Leosvel Pérez Espinosa
|
79f88dc7ef
|
cleanup(angular): remove --preserve-angular-cli-layout flag from ng-add generator (#15490)
|
2023-03-10 09:53:33 +00:00 |
|
Colum Ferry
|
361ddb1b0f
|
feat(js): move buildable libs to js (#15558)
|
2023-03-09 16:36:50 -05:00 |
|
Jack Hsu
|
24b82edbed
|
feat(core): move prettier init logic from @nrwl/workspace to @nrwl/js (#15501)
|
2023-03-09 16:01:19 -05:00 |
|
Leosvel Pérez Espinosa
|
3670f20fdb
|
cleanup(angular): fix unit tests setup so peer deps are not installed with ensurePackage (#15560)
|
2023-03-09 15:18:04 +00:00 |
|
Colum Ferry
|
2ab66dd410
|
cleanup(angular): remove karma generation support (#15419)
|
2023-03-09 11:28:31 +00:00 |
|
Colum Ferry
|
98001cc489
|
cleanup(core): move ast utils to js (#15540)
|
2023-03-08 18:30:29 -05:00 |
|
Colum Ferry
|
14dd8e1e27
|
feat(angular): move replaceAppNameWithPath to Angular (#15493)
Co-authored-by: Michael Ziluck <michael@ziluck.com>
|
2023-03-08 18:28:14 -05:00 |
|
Colum Ferry
|
c82ba4e9d4
|
feat(js): add getSourceNodes to nrwl/js package (#15497)
|
2023-03-08 18:27:07 -05:00 |
|
Colum Ferry
|
5d19b53abc
|
cleanup(js): move createGlobPatternsForDependencies to js (#15466)
|
2023-03-07 18:16:19 -05:00 |
|
Jack Hsu
|
47fd3a2d54
|
feat(core): move checkAndCleanWithSemver to devkit (#15505)
|
2023-03-07 13:19:46 -05:00 |
|
Colum Ferry
|
14f0f38ee1
|
cleanup(angular): remove deep import to nrwl/workspace for getNewProjectName (#15494)
|
2023-03-07 12:19:25 +00:00 |
|
Colum Ferry
|
e394220e10
|
cleanup(angular): import deduceDefaultBase from nx (#15495)
|
2023-03-07 11:00:17 +00:00 |
|
Michael Ziluck
|
06501e68d0
|
docs(react): fix grammatical issue with a vs an (#15478)
|
2023-03-06 19:30:06 -05:00 |
|
Colum Ferry
|
8744698a01
|
feat(devkit): move runTasksInSerial to devkit (#15467)
|
2023-03-06 13:55:44 -05:00 |
|
Colum Ferry
|
047f2f5e43
|
cleanup(angular): remove upgrade-module generator (#15418)
|
2023-03-06 11:57:23 -05:00 |
|
Leosvel Pérez Espinosa
|
02a450e3bb
|
fix(core): ensure correct $schema path is generated when adding project configuration (#15463)
|
2023-03-06 14:46:26 +00:00 |
|
Leosvel Pérez Espinosa
|
fba34ca997
|
fix(angular): fix rxjs package updates and ensure peer deps are installed before other migrations (#15458)
|
2023-03-06 10:22:54 +00:00 |
|
Craigory Coppola
|
4a53ace70d
|
fix(core): nx migrate should work in encapsulated Nx repos (#15338)
|
2023-03-03 15:45:42 -05:00 |
|