Victor Savkin
e720dde7ae
fix(nx): replace app-root-path with a custom function to fix tslint in vscode
2019-06-25 13:11:04 -04:00
Victor Savkin
ccd5854a98
docs(nx): update docs for web components and react
2019-06-25 13:09:33 -04:00
Jason Jean
6dd7353636
feat(testing): rework how typescript is loaded into cypress
2019-06-24 12:12:06 -04:00
Sebastián Guevara
3aa7500546
docs(nx): add a guide on using lazy loading
2019-06-21 18:29:47 -04:00
Jason Jean
c79d4371ca
fix(nx): add rootDir field when using ng add @nrwl/workspace
2019-06-21 18:15:01 -04:00
Victor Savkin
815a3b5595
feat(nx): add a warning about using --all flag
2019-06-21 13:32:32 -04:00
Victor Savkin
5b4127eb8f
feat(docs): scope docs
2019-06-19 17:13:32 -04:00
Marko Binic
9e15f4a7f5
feat(nx): detect package manager in workspace-schematic
...
workspace-schematic now tries to detect the right package manager using Angular CLI config and can
identify pnpm from lock file.
2019-06-15 19:25:28 -04:00
Marko Binic
26903c04e2
feat(nx): when creating a nx workspace try to use the same package manager as Angular CLI
...
create-nx-workspace now prefers to use the package manager configured in global angular.json.
2019-06-15 19:25:28 -04:00
Zachary Williams
bf624b7e67
fix(nx): wrap files inputted to prettier in quotes
...
Files that contained parentheses caused 'yarn format' to fail unless the files passed to the
prettier cli are wrapped in quotes
fix #1473
2019-06-15 19:16:32 -04:00
Jason Jean
1af94ad3ea
fix(nx): use fork so max_old_space_size is passed through
2019-06-15 19:16:14 -04:00
Victor Savkin
da352baf20
fix(workspace): typo in schematic description
2019-06-15 19:15:40 -04:00
ben
b98a6f5cfa
chore(doc): update video link
2019-06-15 19:15:23 -04:00
Jason Jean
2f27cc2156
feat(nx): exclude files from outside the project root when linting
2019-06-15 19:10:41 -04:00
Jason Jean
1748ac9e9c
fix(nx): handle reading json with comments
2019-06-15 18:35:18 -04:00
Victor Savkin
7ddc75faf7
Release 8.1.0
2019-06-05 12:28:34 -04:00
Jason Jean
3af31f1cd9
fix(testing): allow cypress migration to run during beta version
2019-06-05 11:33:54 -04:00
Jason Jean
cf37c8ec31
feat(nx): add prompts for routing configuration
2019-06-05 11:33:04 -04:00
Jason Jean
765a878090
fix(nx): fix builders migration for projects with no architect
2019-06-05 11:32:36 -04:00
Emilio Martinez
c6105d46dd
feat(nx): update to jasmine-marbles 0.5.0
2019-06-05 10:19:10 -04:00
Victor Savkin
82f53c94fc
fix(nx): create-nx-workspace creates an extra yarn.lock
2019-06-05 10:18:40 -04:00
Jason Jean
6dea3f05d0
fix(nx): fix ng add @nrwl/schematics
2019-06-05 10:18:31 -04:00
rauchcor
913b8ed4b3
docs(nx): fix typo 07-share-code.md ( #1434 )
...
The bash script had a typo. Change of '#' to '@'.
2019-06-04 22:57:18 -04:00
Peter Blazejewicz
7815a5943e
docs(nx): add note about debugging Jest on Windows ( #1450 )
...
fix #1425
2019-06-04 22:56:27 -04:00
Peter Blazejewicz
e65993f005
fix(nx): correct path of TSLint config. Fixes #1435
...
This change:
- fixes path in TSLint config template
- add tests coverage for creation and content of the library
`tslint.json` configuration file
Thanks!
2019-06-04 19:13:44 -04:00
Victor Savkin
872e969fe4
fix(nx): update docs to fix ci
2019-06-04 19:12:54 -04:00
Victor Savkin
7ea5405ee9
fix(nx): remove jasmine-marbles peer dependency to simplify migration
2019-06-04 16:35:22 -04:00
Max Sagan
82898f7d21
feat(schematics): allow wildcard in whitelisting of deep imports
2019-06-04 16:35:06 -04:00
Troy Houston
609a2f61e0
feat(testing): add regex based copy files & unit tests
2019-06-04 13:16:21 -04:00
Jason Jean
7a161ae6b4
chore(nx): update angular devkit to 8.0.1
2019-06-04 11:22:12 -04:00
Jason Jean
4aba33a1c7
feat(nx): remove @nrwl/builders as it is deprecated
2019-06-04 11:21:52 -04:00
Emilio Martinez
00b93fa988
feat(nx): update to cypress 3.3.6
2019-06-04 11:21:27 -04:00
Jason Jean
fc09072333
test(cypress): reenable cypress e2e test
2019-06-04 11:21:27 -04:00
Jason Jean
1bdd39963d
test(nx): reenable dep-graph tests
2019-06-04 11:20:56 -04:00
Jason Jean
c3b0b98d7e
fix(nx): fix updating from 6 to 8
2019-06-04 09:38:16 -04:00
Jason Jean
f76589c0ea
test(nx): reenable documentation check
2019-06-04 09:33:51 -04:00
Jason Jean
78e48635b3
docs(nx): add commit format to PR template ( #1443 )
2019-06-03 19:19:45 -04:00
Jack Hsu
57fe219c03
feat(react): add routing support to react app, lib, and component schematics
...
* `--routing` for app, lib, component generates component with default
`<Route>` and `<Link>`
* `--parentRoute` for feature lib adds its routes to the specified
component (by path)
2019-05-31 12:54:57 -04:00
Jason Jean
b5d487a929
fix(nx): fix path quotes in create-nx-workspace
2019-05-31 12:53:55 -04:00
João Dias
66bea562bd
feat(nx): do not add jasmine-marbles by default
2019-05-31 12:50:16 -04:00
Jason Jean
1b3f5840aa
fix(nx): run angular migration in separate process
2019-05-31 11:25:30 -04:00
Sajid Ali Mudassar
319c86d93b
fix typo in generating Angular application command
2019-05-31 08:56:39 -04:00
Jason Jean
6baca41f94
fix(nx): fix nx8 @angular/core migration incompatibility
2019-05-30 18:47:43 -04:00
Victor Savkin
a52f0a97cb
Release 8.0.0
2019-05-29 13:17:53 -04:00
Jason Jean
ba5df218ea
fix(nx): fix nx8 migration
2019-05-29 12:59:28 -04:00
Jason Jean
4920d92f3a
fix(nx): hacky fix
2019-05-29 11:57:54 -04:00
Jason Jean
2cd4a72fe7
feat(nx): update to angular 8
2019-05-29 11:57:54 -04:00
Benjamin Cabanes
9d563850a7
docs(api): add dependency graph images ( #1408 )
2019-05-28 18:29:15 -04:00
Victor Savkin
1975a9f83f
feat(nx): simplify the upgrade from Nx 7 to Nx 8 by making @nrwl/schematics extend @nrwl/angular
2019-05-28 15:18:27 -04:00
Jason Jean
678750b98f
fix(nx): set generated app to default app if none is set
2019-05-28 12:11:22 -04:00