Victor Savkin
1d3884bd45
Release 8.9.0
2019-12-03 10:56:32 -05:00
Victor Savkin
a88ee63578
fix(nx): polyfill rxjs to avoid version mismatch issues
2019-12-02 18:44:29 -05:00
Victor Savkin
91e1f4ef8b
fix(web): do not replace 0.0.0.0 with localhost
2019-12-02 18:08:46 -05:00
Brandon Roberts
fd78f0923c
docs(nx): add guide on transitioning to an Nx workspace
2019-12-02 17:35:34 -05:00
da-mkay
18d0798b13
feat(testing): added test for ts options required by nest
2019-12-02 16:34:22 -05:00
da-mkay
6a14b6661f
feat: set tsconfig’s emitDecoratorMetadata=true in nestjs application schematic
2019-12-02 16:34:22 -05:00
Jason Jean
0000266bc2
fix(backend): use consistent webpack version
2019-12-02 16:17:15 -05:00
Isaac Mann
ae38c8ce41
fix(nx): remove unneeded webpack rules
2019-12-02 16:16:37 -05:00
Jack Hsu
53f17d5331
chore(nx): update core team in readme file
2019-12-02 12:55:18 -05:00
Anthony Garritano
feca793d32
fix(nx): fix support for * in lint rules
...
fix #2076
2019-12-01 14:17:57 -05:00
Isaac Mann
c4cba1ca37
fix(nx): update storybook configuration ( #2104 )
2019-11-30 11:10:46 -05:00
Benjamin Cabanes
093e693a01
chore(nx): cypress version update to 3.6.1 ( #2109 )
2019-11-30 11:10:28 -05:00
Jason Jean
b43bd4dc8e
build(nx): update yarn in travis ( #2116 )
2019-11-29 15:58:10 -05:00
Victor Savkin
3d884a4163
Release 8.8.3
2019-11-28 14:48:44 -05:00
Jack Hsu
7a434d469a
fix(web): resolve issue where different core-js versions exist in the same workspace
...
Closes #2086
2019-11-28 07:54:08 -05:00
ben
539c608f20
docs(nx): add nx courses
2019-11-28 07:53:30 -05:00
Isaac Mann
50123e28dc
docs(nx): add storybook guides for react and angular ( #2078 )
2019-11-27 11:10:48 -05:00
Jack Hsu
4a3aa1f0fb
chore(react): update React-related libs ( #2089 )
2019-11-25 15:49:39 -05:00
Matt Briggs
4fada77d2b
fix: invalid projects to run-many cause it to exit ( #2094 )
2019-11-25 12:26:32 -05:00
Brandon
4ab9827757
fix(nx): align package versions for web and node packages ( #2098 )
...
Aligns package versions for:
webpack-dev-server
license-webpack-plugin
circular-dependency-plugin
2019-11-25 11:23:40 -05:00
victor savkin
313de9ca4f
build(nx): fix e2e tests
2019-11-23 17:23:40 -05:00
Victor Savkin
d67711c432
Release 8.8.2
2019-11-22 19:45:38 -05:00
Victor Savkin
fffd94ee88
build(nx): fix lint check
2019-11-22 19:44:33 -05:00
Victor Savkin
f916379007
fix(nx): fix migration script
2019-11-22 19:41:38 -05:00
Victor Savkin
11b92d0b9f
Release 8.8.1
2019-11-22 13:56:30 -05:00
Victor Savkin
3027c167f4
fix(react): webpack build fails in a react project
2019-11-22 13:48:38 -05:00
Fintan Kearney
c578974d2a
fix(angular): check for e2e files before deleting ( #2054 )
...
Closes #1937
2019-11-22 11:14:59 -05:00
Victor Savkin
f28d94162d
Release 8.8.0
2019-11-20 09:11:35 -05:00
Victor Savkin
667915692d
style(nx): don't display common package when running list
2019-11-19 16:35:20 -05:00
Victor Savkin
b220a17c47
refactor(nx): remove the dependnecy on build-angular
2019-11-19 10:01:09 -05:00
Matt Briggs
bebc71a714
feat(nx): add run-many
...
This adds a run-many command to:
- make more semantic sense for the --all option
- to add the ability to specify specific projects to run
It also involves a quite substancial refactoring of affected.ts in order
to attempt reuse of the code in both commands
2019-11-15 18:59:05 -05:00
Isaac Mann
949869e273
fix(nx): typo in @nrwl/web dependency
2019-11-15 18:58:40 -05:00
Benjamin Cabanes
08f3844007
feat(nx): cypress supportFile handling ( #1920 )
...
This update the Cypress schematic to handle by default the `supportFile` option
in `cypress.json` with an example for _custom commands_.
Related to #1609
2019-11-15 16:16:27 -05:00
Isaac Mann
2425436931
fix(nx): clean up some storybook bugs
2019-11-15 12:03:27 -05:00
Miguel Ramos
44d45d3112
feat(nx): nextjs custom server support
2019-11-13 09:17:49 -05:00
Brandon Roberts
791c3f25fc
chore(nx): fix LicenseWebpackPlugin references
2019-11-12 09:53:43 -05:00
Brandon Roberts
0821c564dd
chore(nx): add missing node_module libraries for e2e tests
2019-11-12 09:53:43 -05:00
Brandon Roberts
af8d76ebf5
chore(nx): add configs to jest ignore paths
2019-11-12 09:53:43 -05:00
Brandon Roberts
a24c31dd20
chore(nx): format new files
2019-11-12 09:53:43 -05:00
Brandon Roberts
c2ed286d5a
chore(nx): review feedback fixes
2019-11-12 09:53:43 -05:00
Brandon Roberts
64ebe9483a
refactor(nx): remove dependency from @nrwl/web on @angular-devkit/build-angular
2019-11-12 09:53:43 -05:00
Isaac Mann
26ead7bfe3
fix(nx): add storybook to deploy pipeline
2019-11-11 16:29:11 -05:00
Dan Smith
f095647013
fix(angular): allow creating an app named 'app' or lib named 'lib'
...
Currently when trying to create an app named 'app' or a lib named 'lib', the schematics inject the
'projectType' as 'apps/application' or lib as 'libs/library', breaking the Angular build.
fix #1844
2019-11-11 13:17:40 -05:00
Jo Hanna Pearce
607bcfdeb2
feat(nx): refactor nx list to also show plugins with builders and uninstalled approved plugins
2019-11-11 13:09:18 -05:00
TheAifam5
58dba00650
feat(nx): add flag to toggle the restart of a node process
2019-11-08 17:56:55 -05:00
Isaac Mann
ae93a87fdf
fix(nx): configure knobs correctly
2019-11-08 06:27:45 -05:00
Alex Griggs
562e096875
docs(nx): update slack community link ( #2030 )
...
This link doesn't expire
2019-11-07 18:27:55 -05:00
Brandon
8812ce1fe2
chore(nx): bump dependencies on Angular, Angular DevKit, and NgRx ( #2002 )
2019-11-07 13:57:36 -06:00
Jimmy Liu
e4d54f08d1
fix(nx): affected maximum call stack size exceeded when circular dependencies
2019-11-04 18:06:44 -05:00
Victor Savkin
13ac19f0b6
Revert "fix(nx): ng-add schematic updated for ng8"
...
This reverts commit 2d6194598a720785ff768b86c1e1f6954d94127b.
2019-11-04 15:36:16 -05:00