Jack Hsu
0e036272cb
feat(react): refactored babel support so options are more easily customized ( #3058 )
2020-05-26 09:16:36 -04:00
Victor Savkin
a95cba3144
feat(core): support different workspace layouts
2020-05-17 16:39:14 -04:00
Juri Strumpflohner
e43229a28c
fix(storybook): windows path mapping ( #2995 )
...
uses join from angular-devkit/core to accomodate for Windows paths
2020-05-12 18:12:44 -04:00
Devin Shoemaker
0a70e46b6b
cleanup(core): export setDefaultCollection from @nrwl/workspace ( #2970 )
2020-05-09 12:12:40 -04:00
Jason Jean
e06822da7e
chore(repo): update prettier to v2 ( #2934 )
...
this is just for the repo, and not the workspace
Co-authored-by: Rares Matei <matei.rar@gmail.com>
2020-04-29 01:09:37 -04:00
Juri Strumpflohner
c9cac2d57a
fix(react): pass linter option properly to storybook cypress setup ( #2903 )
...
* fix(react): pass linter option to cypress storybook setup
* fix(react): add storybook linter defaults
2020-04-28 20:28:54 -04:00
Juri Strumpflohner
a47c24c05f
feat(react): improve storybook schematics ( #2831 )
2020-04-27 18:47:23 +02:00
Jonathan Cammisuli
b4fc65cdf8
fix(react): do not include package.json in libs without publishable flag ( #2896 )
2020-04-27 10:09:56 -04:00
Jo Hanna Pearce
54d06f0fc9
feat(react): upgrade redux toolkit version and generated slice code ( #2835 )
2020-04-17 11:42:08 -04:00
Jack Hsu
c993957bbf
fix(react): add styled-components babel plugin only if it will not conflict with emotion ( #2863 )
...
Closes #2845
2020-04-16 14:03:22 -04:00
Jack Hsu
82088560c4
feat(nextjs): add page and component schematics to Next ( #2810 )
...
* `directory` option for react components will override default lib/app path as well
2020-04-14 22:17:38 -04:00
Juri Strumpflohner
d9baf7daba
docs: add link to nxcloud when generating a new react/angular a… ( #2819 )
...
* docs(angular): add link to nxcloud in generated app
* docs(react): add link to nxcloud in generated app
2020-04-11 22:13:00 +02:00
Jason Jean
4e4bd6d764
fix(misc): skip jest and cypress configuration when generating… ( #2743 )
2020-04-02 12:49:55 -04:00
Jo Hanna Pearce
9ad9b2eb34
feat(testing): add option to use babel-jest rather than ts-jest ( #2722 )
2020-03-30 07:15:33 -04:00
Jason Jean
09c4654ae9
fix(misc): add formatting to all migrations
2020-03-29 11:30:59 -04:00
Jason Jean
aeb0bdcb4e
feat(core): enable caching by default
2020-03-26 17:14:17 -04:00
Jack Hsu
975bd49af0
fix(react): change default browserslist so IE11 is support (via "not dead" query) ( #2718 )
...
Closes #2209
2020-03-24 21:34:55 -04:00
czaplej#26
edbadee252
feat(react): update styled-components ( #2663 )
...
`update to 5.0.1`
2020-03-24 16:08:38 -04:00
Michael Lancaster
2d02777c9a
feat(core): add web:build support for environment variables
2020-03-23 16:26:11 +00:00
Victor Savkin
2c42431130
feat(core): rewrite path mappings when buildings apps
2020-03-19 21:41:03 -04:00
Jack Hsu
5cdf3728da
feat(react): adds styled-components and emotion plugins for react apps so SSR works correctly. ( #2605 )
...
Closes #2119
2020-03-04 11:27:22 -05:00
Rares Matei
d37fc66bc7
feat(react): add option to stop generation of components or styles ( #2568 )
...
ISSUES CLOSED: 2184
2020-03-03 14:44:10 -05:00
Rares Matei
fd29f8ec7e
fix(react): pascalCaseFiles option not working ( #2554 )
...
ISSUES CLOSED : #2488
2020-02-28 16:37:04 -05:00
Mathias Remshardt
7aaa09bfff
cleanup(node): moves some schematic helper to shared workspace rules
2020-02-26 20:19:17 -05:00
Jack Hsu
a433035eca
chore(react): update web/react dependencies and clean up npm warnings ( #2547 )
2020-02-25 11:03:58 -05:00
Jack Hsu
df4004cd0e
fix(nextjs): fix SVG import for generated Next app ( #2545 )
2020-02-24 10:13:13 -05:00
Victor Savkin
49168c10e3
feat(react): rework react buildable libraries to read deps from dist ( #2513 )
2020-02-20 11:00:13 -05:00
Juri
7723e941c0
docs(core): adjusts description on library schematics
...
right now "where the app is placed" is displayed which might be confusing given we generate a
library
2020-02-20 08:26:28 -05:00
Jason Jean
ed0f0f8487
feat(react): rename bundle builder to package ( #2411 )
2020-02-03 09:04:29 -05:00
Jason Jean
972381bc3f
feat(testing): update to jest-preset-angular v8.0.0 ( #2401 )
...
* feat(testing): update to jest-preset-angular v8.0.0 part 1
Updates to jest-preset-angular to v8.0.0, includes migrations to fix any existing projects affected
by the jest-preset-angular update.
closes #1979
* feat(testing): update jest-preset-angular to v8.0.0 part 2
Closed issues: #1979 , #2165
Co-authored-by: Joshua D. Mentzer <mentzerj@trinity-health.org>
* feat(testing): update jest-preset-angular to v8.0.0 part 3
Co-authored-by: mentzerj <mentzerj@trinity-health.org>
Co-authored-by: Mehrad Rafigh <4339673+mehrad-rafigh@users.noreply.github.com>
2020-02-01 11:34:31 -05:00
Jack Hsu
8c930f3283
fix(react): migrate React projects with missing options ( #2352 )
2020-01-21 20:53:24 -05:00
Jack Hsu
f7590cd5d4
chore(react): cleans up polyfill logic and provide custom-element polyfills when choosing wc preset ( #2347 )
...
Closes #1250
2020-01-20 15:08:01 -05:00
Jack Hsu
a0299cbb64
feat(react): update to babel 8.7.0 which includes nullish coalescing and optional chaining ( #2346 )
2020-01-20 13:49:54 -05:00
Jack Hsu
121d070321
feat(react): update styled-components to v5 ( #2335 )
2020-01-20 10:04:20 -05:00
Jason Jean
311685762e
feat(core): generate implicit dependencies for e2e projects
2020-01-09 12:08:17 -05:00
Jack Hsu
d8748263a7
fix(react): add migration to remove svg.d.ts entry from tsconfig (which is now image.d.ts) ( #2271 )
2020-01-06 14:47:18 -05:00
Jack Hsu
f58e6d3d78
feat(react): add --flat option for component schematic to add file at the source root
2020-01-05 16:37:26 -05:00
Jack Hsu
fd47229764
feat(react): add option to generate js files instead of ts files ( #2247 )
2020-01-02 15:56:14 -05:00
Jack Hsu
df7ff8cbae
feat(react): add better support for file and image imports ( #2245 )
2019-12-30 13:36:44 -05:00
Jack Hsu
ef995fdabe
feat(react): add SVG and SVGR support for React apps
2019-12-28 11:06:45 -05:00
Jack Hsu
ed629114ce
chore(react): update React-related libs ( #2235 )
2019-12-23 11:32:18 -05:00
Jonathan Cammisuli
445e794f83
fix(react): file name and style are properly shown when creating a new react app
...
fix #2049
2019-12-04 11:20:45 -05:00
Jack Hsu
4a3aa1f0fb
chore(react): update React-related libs ( #2089 )
2019-11-25 15:49:39 -05:00
Isaac Mann
8b8d30eff1
chore(nx): storybook schematics for react
2019-11-03 16:57:00 -05:00
Victor Savkin
7109577efb
fix(nx): simplify migrations by always updating all first-party plugins
2019-10-22 21:05:45 -04:00
Jack Hsu
3a191dd30c
chore(react): update React-related libs ( #1950 )
2019-10-17 08:53:03 -04:00
tyankatsu
c732fd2f21
refactor(react): upgrade @testing-library/react ( #1905 )
...
* refactor(react): upgrade @testing-library/react
@testing-library/react v.9 doesn't require clean()
close #1855
* chore(react): remove cleanup
* refactor(react): change testingLibraryVersion 8.0.5 to 9.2.0
* refactor(react): update spec
2019-10-15 08:59:32 -04:00
Jack Hsu
a524b2e947
feat(react): add publishable library support
...
Issue #1521
2019-10-02 16:26:20 -04:00
ben
047fb3200c
docs(nx): add nx video course links
2019-09-26 09:23:34 -04:00
Mehrad Rafigh
e6b07e282c
fix(nx): use same prettier version ( #1869 )
2019-09-23 11:24:13 +01:00