Jason Jean
4d000d93d1
docs(nx): update fundamental guides
2019-05-23 08:56:10 -04:00
Nick Favero
cf5ebf59d7
feat(nx): add in spec option for Cypress Builder
...
Add in spec option to angular.json so it can be passed to they cypress builder
2019-05-23 08:55:28 -04:00
Jason Jean
356d288fd6
tests(backend): unignore tests
2019-05-23 08:55:02 -04:00
Victor Savkin
4bce6f7ddd
feat(angular): add angular-ivy preset
2019-05-22 18:04:34 -04:00
Jack Hsu
0923dab318
feat(react): adds and updates React schematics with more options
...
- Added component schematic that adds to existing project.
* Supports CSS-in-JS styles, functional components, etc.
- Lib and app schematics now support new style, funtional components options (same as component)
2019-05-22 17:06:46 -04:00
Jason Jean
d72db4d05b
feat(nx): use dynamic imports for lazy-loading
2019-05-22 17:04:22 -04:00
Jason Jean
416ba048ea
feat(nx): update angular to v8-rc.4
2019-05-21 12:11:38 -04:00
Victor Savkin
f007ca9d17
fix(nx): make distribution ivy-friendly
2019-05-21 11:51:40 -04:00
Jason Jean
a5351c9d36
feat(nx): set default collection on ngadd
2019-05-21 09:01:29 -04:00
Jason Jean
2d4d735d94
fix(nx): run migrations for beta versions
2019-05-21 08:58:33 -04:00
Benjamin Cabanes
cbd35e0583
chore(readme): add connect banner ( #1357 )
2019-05-19 11:07:35 -04:00
Jason Jean
ff729156b3
fix(nx): extend @nrwl/workspace collection and cleanup inconsistencies
2019-05-17 19:56:26 -04:00
Victor Savkin
d73c10ae54
fix(nx): make presets work on windows
2019-05-16 13:43:52 -04:00
Victor Savkin
1055f6e4de
fix(jest): remove a union type from schema in favour of number
...
Not all tools in the ecosystems handle union types
2019-05-16 10:04:16 -04:00
Victor Savkin
ca947d4674
fix(nx): make jest-project and cypress-project private
2019-05-16 10:04:16 -04:00
Victor Savkin
87b0f1b7d9
fix(nx): use custom task runner for presets
2019-05-16 10:04:16 -04:00
Jason Jean
63f4cb5d6e
fix(build): add ts version replacement for non-darwin os
2019-05-16 08:41:25 -04:00
Jason Jean
4bf61ed695
fix(backend): require in source-map-support during execute
2019-05-15 11:02:13 -04:00
Jason Jean
f070ce7b9f
fix(nx): include typescript in the create-nx-workspace sandbox
2019-05-15 11:01:18 -04:00
Jason Jean
a7fa8bff3a
enhancement(nx): stop prompting for npmScope
2019-05-15 11:00:45 -04:00
Nick Favero
9618413020
feat(nx): add in env option for Cypress Builder
...
Add in env property to cypress builder that can be set from the angular.json in the options section
2019-05-13 22:34:12 -04:00
ben
84deb16d11
feat(scripts): documentation upgrade
...
Follow the new package architecture.
The generation of the documentation has been improved, new helper
functions have been added to handle the new architecture.
2019-05-13 22:31:32 -04:00
Victor Savkin
1ad5e91628
fix(nx): remove nx package from nx-release
2019-05-13 13:06:06 -04:00
Jason Jean
109b203b75
feat(nx): add angular migrations for v8 ( #1335 )
2019-05-13 11:04:01 -04:00
Jason Jean
9f27459c64
chore(nx): update versions of angular related deps to latest RC + small fixes ( #1338 )
2019-05-13 10:53:01 -04:00
Jason Jean
b6170bdb17
feat(nx): update angular to v8 ( #1334 )
...
feat(nx): update angular to v8
2019-05-10 12:09:47 -04:00
Victor Savkin
7d5fdcd1d3
feat(nx): support passing args to run-commands builder
2019-05-07 18:33:41 -04:00
Jason Jean
857ee73142
fix(frontend): tsconfig paths resolution
2019-05-07 15:35:04 -04:00
Gustavo Perdomo
cdb6a238b9
feat(nest): update to nestjs 6
2019-05-07 15:33:29 -04:00
arjunyel
e370733925
fix(nx): remove tslint no-use-before-declare ( #1267 )
2019-05-06 11:03:48 -06:00
Victor Savkin
a82a19372f
fix(nx): reenable ng-add
2019-05-04 16:58:20 -04:00
Victor Savkin
c26a951686
chore: update README to point to the schematics on npm
2019-05-04 16:43:10 -04:00
Victor Savkin
90c2d45686
cleanup(nx): clean up schematics to only depend on non-framework specific packages
2019-05-02 11:43:47 -04:00
David
85351a3958
fix(workspace): topoligically sort projects for affected:build --all
...
Closes #1302
Aligns behaviour of `affected --base=[SHA] --head=[SHA]` and `affected --all`
2019-05-02 09:59:03 -04:00
Jason Jean
0afcbb3649
feat(nx): add migrations for v8
2019-05-01 23:14:16 -04:00
dherges
183ac6be2f
fix(workspace): consider ExportDeclaration w/ moduleSpecifier for dependency calculation
2019-05-01 23:11:01 -04:00
David
5318f00298
fix(schematics): print additional error info with --verbose flag in affected command
2019-05-01 23:09:49 -04:00
Christoph Krüger
0ef6c35a77
docs(nx): fixed typos
...
fixed typos of issues #1295 and #1296
2019-04-30 09:28:15 -04:00
Jessica Nierth
a074edf3f9
fix(nx): wrap tmp directory into quotes
...
Defensive layer in case user setup to node.js contains spaces.
2019-04-29 13:35:40 -04:00
Victor Savkin
31a2d64ae4
feat: reimplement presets to work with the new package layout
2019-04-29 13:35:40 -04:00
Jason Jean
fb152e689a
refactor(frontend): refactor NxModule to @nrwl/angular
2019-04-28 15:10:38 -04:00
mrmeku
b8ee3ba478
feat(nx): remove @nrwl/bazel package
2019-04-28 15:07:08 -04:00
ben
a5bc37c60d
feat(docs): document deep builder object properties
2019-04-28 15:06:50 -04:00
Jason Jean
d61796cead
fix(nx): fix affected params interpolation
2019-04-28 15:06:35 -04:00
Jason Jean
a3be21ca78
feat(nx): generating apps works without ng-add ( #1287 )
2019-04-26 15:19:50 -04:00
Jason Jean
422fef7c1c
fix(frontend): remove dependency on @angular/compiler-cli
2019-04-24 17:32:41 -04:00
Jason Jean
09a3ee66ea
feat(nx): add ability to use interpolated arguments in affected
2019-04-24 17:28:48 -04:00
Benjamin Cabanes
801cac90d4
chore(readme): contributor pictures from github ( #1284 )
2019-04-23 19:35:43 -04:00
Victor Savkin
e8ea4dfabf
fix(build): add missing webpack deps to node and web
2019-04-22 18:14:25 -04:00
Victor Savkin
1c07d05af3
refactor(workspace): remove utils creating webpack config
2019-04-22 18:14:25 -04:00