Jack Hsu
67c7822ad3
fix(react): add missing style preprocessors when using Vite ( #13600 )
2022-12-02 21:56:23 +00:00
Jack Hsu
cded83b2c5
feat(react): remove unnecessary dependencies from @nrwl/react ( #13525 )
2022-12-01 17:06:32 -05:00
Jack Hsu
6c59cbbb3b
feat(react): add SSR suppoprt to host generator for module federation ( #13416 )
2022-11-29 14:49:15 -05:00
Jack Hsu
ade6668060
feat(react): update package versions ( #13300 )
2022-11-21 16:58:34 -05:00
Jack Hsu
23e4fc77c9
feat(react): add SSR support to React apps ( #13234 )
2022-11-21 14:22:05 -05:00
Jack Hsu
e195546e40
feat(react): update package versions ( #12187 )
2022-09-22 15:39:32 +00:00
Jack Hsu
81c06f899f
feat(react): update package versions ( #11800 )
2022-08-31 09:52:49 -04:00
Jack Hsu
77f0508dde
feat(react): update package versions ( #11667 )
2022-08-22 11:55:44 -04:00
Jack Hsu
6fd0da52c6
feat(react): update packages ( #11606 )
2022-08-16 13:49:50 +00:00
Jack Hsu
e4d60da452
feat(react): update packages ( #11499 )
2022-08-08 18:38:36 +00:00
Jack Hsu
5d167ee8a4
feat(react): update emotion and tailwind versions ( #11409 )
2022-08-03 08:35:51 -04:00
Jack Hsu
3b3d8fff22
feat(react): update eslint a11y plugin version ( #11279 )
2022-07-25 07:48:19 -06:00
Jack Hsu
8173887fbb
feat(react): add tailwind setup generator ( #11214 )
...
LGTM!
2022-07-19 13:07:37 -06:00
Leosvel Pérez Espinosa
01f7376169
cleanup(misc): consolidate tslib version in generated projects ( #11185 )
2022-07-19 12:59:37 -04:00
Jack Hsu
39cc96a936
feat(react): update react package versions ( #11168 )
2022-07-15 17:42:08 +00:00
Jack Hsu
7065da3f6b
feat(react): update react package versions ( #10915 )
2022-06-27 14:05:48 +00:00
Jack Hsu
4aa8101660
feat(react): update @nrwl/react package versions ( #10778 )
2022-06-16 16:00:31 +00:00
Jack Hsu
b19bce29b9
feat(react): update emotion package versions ( #10736 )
2022-06-14 13:49:58 +00:00
Jack Hsu
d4c04b5f60
feat(react): update package versions ( #10657 )
2022-06-09 09:57:09 -04:00
Jason Jean
04985be149
chore(repo): switch publishing to use lerna ( #10293 )
2022-05-20 00:35:47 +00:00
Jack Hsu
2ad824a316
feat(nextjs): update styled-jsx to match the version supported by next.js ( #10101 )
2022-05-02 20:16:54 +00:00
Jack Hsu
0f2edf2f8f
feat(react): update react packages ( #10093 )
2022-05-02 10:29:38 -04:00
Jason Jean
cb7fb22bca
feat(core): remove @types/node from default workspace ( #9853 )
...
Signed-off-by: Jason Jean <jasonjean1993@gmail.com>
2022-04-20 12:43:23 -04:00
Jack Hsu
25c63b6795
feat(react): upgrade to React 18 ( #9847 )
...
BREAKING CHANGE: react-router API has changed, and @testing-library/react-hooks has been deprecated (See: https://nx.dev/guides/react-18 )
2022-04-19 11:50:27 -04:00
Jack Hsu
d4682be058
feat(react): update @types/react and other packages ( #9767 )
2022-04-12 11:29:01 -04:00
Jack Hsu
b02beb551b
feat(react): update to react 18 ( #9613 )
2022-03-30 17:48:37 +00:00
Jack Hsu
d4ded4063c
feat(react): update packages ( #9538 )
2022-03-26 10:10:53 -04:00
Jack Hsu
ec533c521d
feat(react): update packages ( #9296 )
2022-03-11 12:18:40 -05:00
Miroslav Jonaš
06ff832ea9
chore(react): fix version on eslint-plugin-react ( #9121 )
2022-02-25 17:25:06 +01:00
Philip Fulcher
9ba836bfda
feat(react): upgrade eslint-plugin-react-hooks to 4.3.0
2022-01-28 13:52:16 -05:00
Kirils L
4ce7c7aaa8
fix(react): update conflicting eslint plugin versions ( #8376 )
2022-01-06 19:03:38 +00:00
Emily Xiong
7712167d3e
chore(react): remove deprecated @types/styled-jsx ( #7697 )
2021-11-11 13:12:52 -05:00
Nico
6ac6e981cd
fix(react): install missing react-test-renderer dependency ( #7675 )
...
When we install @nrwl/react we should also install react-test-renderer.
ISSUES CLOSED : #7578
2021-11-10 11:47:17 -05:00
Jack Hsu
22294e98a5
chore(react): update react packages ( #7434 )
2021-10-19 22:08:55 -04:00
Jack Hsu
28ebfae4ea
feat(react): add a hook generator (e.g. useThing) ( #6773 )
...
1- Implement a hook generator which provides the skeleton for a new hook, including a test which
uses @testing-library/react-hooks
2- add --pascalCaseDirs to the component generator, so you can
have 'SomeComponent/SomeComponent.tsx' instead of 'some-component/SomeComponent.tsx'
Co-authored-by: Sam Clement <samclement@msn.com>
2021-08-19 13:19:35 -04:00
katerina
379d48f1f9
feat(react): remove @types/react-redux package and migrator for older projects
...
ISSUES CLOSED : #5149
2021-04-06 20:21:40 -04:00
Jack Hsu
c84bbb3c93
feat(react): add support for new jsx transform ( #5131 )
2021-04-01 13:46:12 +00:00
Adam L Barrett
889b648886
Emotion upgrade for React and Next plugins ( #4088 )
...
* chore(react): update emotion to new versions and new package names on react plugin
* chore(nextjs): update emotion to latest version and the new package names
* feat(misc): have react and next plugin migrations update emotion imports
* add renamePackageImports and renameNpmPackage rules to workspace utils
* update migrations to update emotion imports to the new name and version
2020-11-27 13:32:42 -06:00
Jack Hsu
d7ac67f4f8
chore(react): bump versions for react dependencies and add migration ( #4082 )
2020-11-12 12:41:35 -05:00
Jack Hsu
c47480bbc8
chore(react): update library versions and update RTK generated code ( #3226 )
2020-06-24 14:02:01 -04:00
Jack Hsu
40f9180eba
feat(react): add styled-jsx support for apps, libs, and components ( #3204 )
2020-06-22 20:41:57 -04:00
Jack Hsu
d593153a33
feat(react): refactored babel support so options are more easily customized ( #3089 )
...
This reverts commit 7679df22f5b90d085b5f32f2135d828036ee5aa7.
2020-05-29 02:09:47 -04:00
Victor Savkin
7679df22f5
Revert "feat(react): refactored babel support so options are more easily customized ( #3058 )"
...
This reverts commit 0e036272cbe156fe9750a2f2bc6498a08cf7f457.
2020-05-28 13:11:56 -04:00
Jack Hsu
0e036272cb
feat(react): refactored babel support so options are more easily customized ( #3058 )
2020-05-26 09:16:36 -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
czaplej#26
edbadee252
feat(react): update styled-components ( #2663 )
...
`update to 5.0.1`
2020-03-24 16:08:38 -04: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
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
Jack Hsu
ed629114ce
chore(react): update React-related libs ( #2235 )
2019-12-23 11:32:18 -05:00