Zachary Williams
db6f9096bd
fix: next trace error ( #18189 )
2021-09-24 12:53:29 -04:00
Lachlan Miller
8bda0a9d02
chore: merge in develop to unified-desktop-gui ( #18103 )
...
* merge in develop
* remove accidentally merged file
* update types
2021-09-15 16:24:28 +10:00
Zachary Williams
70c7c36781
fix: configure proper pages directory for next application ( #18009 )
...
* fix: find pages directory for next applications
* convert new files to typescript and add transpile step
* add tsconfig for plugins
2021-09-14 13:17:57 +10:00
semantic-release-bot
ea94e1be8b
chore: release @cypress/react-v5.10.0
...
[skip ci]
2021-09-10 12:48:27 -04:00
Barthélémy Ledoux
da4b1e06ce
feat: allow usage of @react/plugins with cypress.config.js ( #17738 )
2021-09-09 16:17:14 -05:00
Gleb Bahmutov
36be9ebea5
docs: restore author of react,vue,ng component testing ( #16800 )
...
Co-authored-by: Jennifer Shehane <jennifer@cypress.io >
2021-09-09 12:58:01 -05:00
semantic-release-bot
b9b276fc18
chore: release @cypress/react-v5.9.4
...
[skip ci]
2021-08-10 15:45:42 -04:00
Barthélémy Ledoux
ee7e203fa0
fix: do not throw when alt path is found in next ( #17658 )
...
close #17476
2021-08-10 02:09:50 -04:00
semantic-release-bot
ab35d0ffd8
chore: release @cypress/react-v5.9.3
...
[skip ci]
2021-08-03 17:14:17 -04:00
Barthélémy Ledoux
130c0864e7
fix: plugin for next 11.0.2 moved webpack-config ( #17529 )
...
closes #17519 , #17476
2021-08-02 13:01:08 -05:00
semantic-release-bot
3054f063da
chore: release @cypress/react-v5.9.2
...
[skip ci]
2021-07-20 13:33:36 -04:00
365kim
8717e74305
docs: Fix link to blog post ( #17381 )
...
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net >
2021-07-19 08:36:03 -05:00
Michel EDIGHOFFER
e40969abe3
fix: improve React mountHook type ( #17241 )
...
* feat(react) : improve mountHook types
* chore: Remove wrapping which causes test failing
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com >
2021-07-12 17:45:43 +10:00
semantic-release-bot
5c9fb0bc34
chore: release @cypress/react-v5.9.1
...
[skip ci]
2021-06-04 13:50:36 -04:00
Lachlan Miller
03481703c9
fix(cypress/react): add default webpack config path ( #16813 )
...
Co-authored-by: Barthélémy Ledoux <bart@cypress.io >
2021-06-04 11:29:45 -05:00
Shunfang Lan
98fe58cce3
fix(npm/react): webpack config sample bug ( #16737 )
...
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com >
2021-06-04 09:22:28 -05:00
semantic-release-bot
9a6a62050e
chore: release @cypress/react-v5.9.0
...
[skip ci]
2021-05-31 01:38:48 -04:00
Pavel Strunkin
c618d30f3d
feat: react-scripts. allow parametrise webpack config path ( #16644 )
...
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com >
2021-05-28 17:01:33 +10:00
semantic-release-bot
bb1f1ccf22
chore: release @cypress/react-v5.8.1
...
[skip ci]
2021-05-26 18:29:41 -04:00
Zach Bloomquist
8099b64a99
Merge branch 'develop'
2021-05-24 16:18:59 -04:00
Adam Gastineau
c4aaa58744
chore: Normalized reporters between CI tasks ( #16608 )
2021-05-21 08:10:53 -07:00
semantic-release-bot
63a9bf9ee4
chore: release @cypress/react-v5.8.0
...
[skip ci]
2021-05-20 23:56:39 -04:00
Alasdair McLeay
75c753be0e
feat: custom webpack config for react/plugins/babel ( #16597 )
...
* Allow babel loader options to be configurable
Allow babel loader options to be configurable to support running within a monorepo.
Fixes #16596
* new configuration option in cypress.schema.json
* Revert "new configuration option in cypress.schema.json"
This reverts commit 0a39322db7 .
* support custom webpack configuration via config function
* fix linting issue
* Update getBabelWebpackConfig.js
* linting
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com >
2021-05-21 11:51:16 +10:00
Adam Gastineau
fca9b9aeb0
fix: Prevent mount .wrap command appearing in log ( #16585 )
2021-05-19 07:37:07 -07:00
Lachlan Miller
a277e98dfd
chore(npm/angular): migrate angular adapter to monorepo ( #16434 )
...
* chore: migrate angular adapter to monorepo
* fix: update angular tests to use @cypress/angular
* update snapshots
* update snapshots
* update params
* replace cypress-angular with @cypress/angular
* make angular private
* chore: deps
* remove git keep
* chore: update yarn.lock
* add test
2021-05-19 11:35:06 +10:00
Jennifer Shehane
a19009afee
chore: Update package.json/readmes for npm packages to better find changelog ( #16482 )
2021-05-13 08:53:25 -05:00
semantic-release-bot
0539331728
chore: release @cypress/react-v5.7.0
...
[skip ci]
2021-05-12 04:21:07 -04:00
Barthélémy Ledoux
811c7e3607
feat: allow to import/require files in CRA plugin out of src ( #16453 )
2021-05-11 16:54:59 -05:00
semantic-release-bot
44e7a41d7a
chore: release @cypress/react-v5.6.0
...
[skip ci]
2021-05-11 00:37:29 -04:00
Lachlan Miller
7b242acbf6
fix: remove unnecessary dependency ( #16412 )
2021-05-11 14:02:34 +10:00
Makoto Tateno
88019b5d9f
chore: fix typo ( #16345 )
...
Co-authored-by: Jennifer Shehane <jennifer@cypress.io >
2021-05-07 10:58:39 -05:00
Barthélémy Ledoux
a0d8cfe9ae
Merge branch 'master' into develop
2021-05-06 20:06:43 +00:00
semantic-release-bot
ff751df579
chore: release @cypress/react-v5.5.0
...
[skip ci]
2021-05-05 13:48:50 -04:00
Barthélémy Ledoux
7cb15d29e1
Merge branch 'develop' into 14da148829-master-into-develop
2021-05-05 12:37:31 -05:00
Lachlan Miller
2d8f55bfca
feat(npm/react): Add craco plugin ( #16333 )
...
* add craco example
* feat: add craco plugin
* update readme
* remove old files
2021-05-05 11:06:26 -05:00
Barthélémy Ledoux
500cab95ef
fix: accept webapck 4 & 5 as peer dependencies of @cypress/vue and @cypress/react ( #16290 )
2021-05-05 11:06:14 -05:00
Lachlan Miller
8a83bb1c71
fix(npm/react): support transpiling typescript files in support ( #16197 )
...
* fix: transpile typescript in supportFolder for react-scripts
* lint
* lint
* lint
* lint
* update package.json deps
* Remove yarn lock
* inject dev serverg
* add circleci reporter
Co-authored-by: Barthélémy Ledoux <bart@cypress.io >
2021-05-05 11:01:18 -05:00
Lachlan Miller
958a9c2691
feat(npm/react): Add craco plugin ( #16333 )
...
* add craco example
* feat: add craco plugin
* update readme
* remove old files
2021-05-06 00:33:34 +10:00
Barthélémy Ledoux
c4151fbd9f
fix: accept webapck 4 & 5 as peer dependencies of @cypress/vue and @cypress/react ( #16290 )
2021-05-03 13:45:12 -05:00
Ben Kucera
b2ccd4d07c
chore(ci): fix missing percy snapshots ( #16240 )
2021-04-30 16:47:45 -04:00
semantic-release-bot
112e658ce2
chore: release @cypress/react-v5.4.2
...
[skip ci]
2021-04-29 22:40:55 -04:00
Barthélémy Ledoux
54c2925e8e
Merge branch 'master' into develop
2021-04-30 02:23:09 +00:00
Barthélémy Ledoux
bd629d307e
fix: avoid unmounting React components twice ( #16280 )
2021-04-29 21:22:32 -05:00
ElevateBart
a3db154664
Merge branch 'develop' into 4d2347671-master-into-develop
2021-04-29 11:29:56 -05:00
semantic-release-bot
66a774c246
chore: release @cypress/react-v5.4.1
...
[skip ci]
2021-04-28 22:55:09 -04:00
Lachlan Miller
d5bbf7bdeb
Merge branch 'master' into develop
2021-04-29 02:41:54 +00:00
Lachlan Miller
bd78337752
fix: bump deps and release new version ( #16261 )
2021-04-29 12:41:19 +10:00
Lachlan Miller
e5ab805beb
Merge branch 'master' into develop
2021-04-28 15:05:09 +00:00
Lachlan Miller
042fb6a0c0
support custom index-template for webpack dev server ( #16247 )
2021-04-28 11:04:31 -04:00
Barthélémy Ledoux
c2ad4cb170
Merge branch 'master' into develop
2021-04-27 15:17:01 +00:00