Jack Hsu
a524b2e947
feat(react): add publishable library support
...
Issue #1521
2019-10-02 16:26:20 -04:00
Victor Savkin
15b466608b
feat(nx): support * and ** in lint rules
2019-09-30 17:19:19 -04:00
Victor Savkin
5a60f9fd87
feat(nx): add a utlity to update packages in package.json
2019-09-28 16:35:11 -04:00
Colum Ferry
d89fd949bc
refactor(nx): change workspace-schematic output format to be consistent with Angular CLI
...
Any schematic that modifies the Virtual Tree using the `workspace-schematic` command will output
changes to the Virtual Tree in a consistent format with the Angular CLI `generate` command.
2019-09-23 12:55:36 -04:00
Jo Pearce
5de142f69f
fix(testing): merge builder globals with jest.config.js globals rather than override them completely ( #1827 )
...
Resolves #1059
2019-09-16 16:20:49 +01:00
Victor Savkin
4ef3a771ef
fix(nx): update the migrate command to handle edge cases
2019-09-11 18:09:28 -04:00
Victor Savkin
3579c5a8b9
fix(nx): misc next.js related fixes
2019-09-09 12:29:43 -04:00
Victor Savkin
09a94b8958
feat(nx): implement next support
2019-09-08 14:36:30 -04:00
Brandon Roberts
0491ccc5b2
feat(nx): update to Angular 8.2, Devkit 8.3, and NgRx 8.3
...
Incorporates fix from https://github.com/angular/angular-cli/pull/15041
which changed the behavior of registering schematic defaults
2019-09-07 16:28:07 -04:00
Jack Hsu
811c50b92c
feat(web): use babel-loader instead of ts-loader for web build builder
...
- removes the `differentialLoading` build option
- differential loading is always enabled for prod builds
BEFORE (without ESM):
Benchmark #1 : nx build demo --prod
Time (mean ± σ): 13.834 s ± 1.731 s [User: 11.817 s, System: 1.352 s]
Range (min … max): 11.947 s … 16.015 s 10 runs
AFTER (with ESM):
Benchmark #1 : nx build demo --prod
Time (mean ± σ): 18.711 s ± 1.310 s [User: 12.172 s, System: 1.394 s]
Range (min … max): 17.232 s … 20.770 s 10 runs
2019-09-05 15:34:01 -04:00
Victor Savkin
70d71b3516
feat(nx): add support for migrations
2019-09-02 14:33:56 -04:00
Jack Hsu
989e5667e0
feat(react): add react-router-dom types ( #1762 )
...
Closes #1557
2019-08-28 08:58:35 -04:00
Jack Hsu
13e7b69c5a
feat(react): add react-specific eslint configuration ( #1727 )
2019-08-15 13:01:22 -04:00
Victor Savkin
53027b4635
refactor(nx): do not ask for directory when creating apps and libs
2019-08-13 21:13:46 -04:00
Victor Savkin
98b7dd0cdf
build(nx): reenable disabled e2e tests
2019-08-01 18:44:09 -04:00
James Henry
448233bc5c
feat(nx): add eslint support
2019-07-31 17:05:56 -04:00
Jason Jean
89b522d2bc
fix(frontend): add style tag to head in html output ( #1638 )
...
fix #1623
2019-07-26 09:01:38 -04:00
Victor Savkin
1b2eaf81fe
fix(nx): minor fixes
2019-07-25 20:21:04 -04:00
Jack Hsu
776a185d65
feat(react): adds default babel-loader support for react apps ( #1631 )
2019-07-25 15:33:26 -04:00
Victor Savkin
8182454dc8
tests(nx): fix e2e tests
2019-07-25 05:27:26 -04:00
Victor Savkin
8fc5c4cae6
feat(nx): add a generic lint package that works with eslint and tslint
2019-07-25 08:34:05 -04:00
Jack Hsu
b344e0e63c
feat(react): updates generated React app ( #1622 )
2019-07-24 18:50:04 -04:00
Victor Savkin
2b646f8eb4
feat(nx): standalone version of nx
2019-07-24 10:27:47 -04:00
Jason Jean
25bb527515
fix(frontend): fix es5 compilation for differential loading
2019-07-23 19:39:24 -04:00
James Henry
8271c7650e
chore(workspace): improved logging design and consistency
2019-07-22 20:05:07 -04:00
Brandon Roberts
6516176b65
feat(nx): update to NgRx 8 and add schematics support for creators and entities
...
Move addUpdateTask util function to @nrwl/workspace to run updates from @nrwl/angular migrations
Run update migration to latest version for NgRx if installed
2019-07-17 14:42:54 -04:00
Jack Hsu
a07f019ca1
feat(react): move BrowserRouter to main.tsx for routing ( #1588 )
...
Close #1558
2019-07-16 23:30:06 -04:00
Jack Hsu
b3bea39892
feat(react): updates libraries for React to newest versions ( #1584 )
2019-07-16 22:19:42 -04:00
Victor Savkin
e51c7a4069
cleanup(nx): clean up scripts and e2e tests
2019-07-08 20:44:28 -04:00
Juri
82ee4f10ba
fix(workspace): delegate to local ng script to allow customization
2019-07-08 19:59:35 -04:00
Victor Savkin
7b00b920aa
feat(nx): delegate to cli when command is not recognized
2019-07-07 21:48:56 -04:00
Jason Jean
6dd7353636
feat(testing): rework how typescript is loaded into cypress
2019-06-24 12:12:06 -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
4920d92f3a
fix(nx): hacky fix
2019-05-29 11:57:54 -04:00
Jason Jean
df23cba0e1
feat(nx): target es2015 by default for all applications
2019-05-27 10:19:47 -04:00
Jason Jean
43af1cd878
feat(frontend): add differential loading for web apps
2019-05-23 11:57:23 -04:00
Victor Savkin
3910be25d9
feat(nx): default base to master
2019-05-23 11:26:34 -04:00
Jason Jean
416ba048ea
feat(nx): update angular to v8-rc.4
2019-05-21 12:11:38 -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
a82a19372f
fix(nx): reenable ng-add
2019-05-04 16:58:20 -04:00
Jason Jean
fb152e689a
refactor(frontend): refactor NxModule to @nrwl/angular
2019-04-28 15:10:38 -04:00
Jason Jean
d61796cead
fix(nx): fix affected params interpolation
2019-04-28 15:06:35 -04:00
Jason Jean
09a3ee66ea
feat(nx): add ability to use interpolated arguments in affected
2019-04-24 17:28:48 -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
b5f1966ca5
refactor(nx): extract workspace creation into @nrwl/workspace
2019-04-21 09:46:21 -04:00
Jason Jean
9bbb69d40f
refactor(frontend): refactor angular to @nrwl/angular
2019-04-18 15:25:06 -04:00
Jason Jean
debda15222
refactor(testing): separate cypress to @nrwl/cypress
2019-04-17 17:06:44 -04:00
Victor Savkin
bba34f8583
refactor(backend): create separate packages for express and nest
2019-04-16 19:45:55 -04:00
Victor Savkin
13a72f4fd1
refactor(frontend): refactor web components support into a separate package
2019-04-16 14:44:24 -04:00