Skip to content

Latest commit

 

History

History
459 lines (214 loc) · 27.5 KB

CHANGELOG.md

File metadata and controls

459 lines (214 loc) · 27.5 KB

Bug Fixes

  • remove cypress.server.defaults, cy.server and cy.route (#24411) (2f18a8c)

Bug Fixes

Bug Fixes

  • remove last mounted component upon subsequent mount calls (#24470) (f39eb1c)
  • remove some CT functions and props (#24419) (294985f)

BREAKING CHANGES

  • remove last mounted component upon subsequent mount calls of mount

Bug Fixes

  • Hovering over mount in command log does not show component in AUT (#24346) (355d210)

Features

Bug Fixes

Bug Fixes

  • remove CT side effects from mount when e2e testing (#22633) (a9476ec)

Features

Bug Fixes

chore

  • prep npm packages for use with Cypress v10 (b924d08)

Features

BREAKING CHANGES

  • new version of packages for Cypress v10

Bug Fixes

Bug Fixes

Bug Fixes

  • set correct default when using react-scripts plugin (#20141) (9b967e0)

Bug Fixes

  • remove nullish coalescing in js files to support node 12 (#20094) (dd11945)

Bug Fixes

Features

Bug Fixes

Features

Bug Fixes

  • @cypress/react: throw if using Next.js swc-loader without nodeVersion=system (#18686) (d274a5b)

Bug Fixes

  • Next.JS 12 components testing failing with TypeError: Cannot read property 'traceChild' of undefined (#18648) (cb0cbdf)
  • remove outdated registry link (#18710) (e2a869d)
  • cypress/react: disable react-refresh for craco setups (#18517) (ea10795)

Bug Fixes

Features

  • allow usage of @react/plugins with cypress.config.js (#17738) (da4b1e0)

Bug Fixes

Bug Fixes

Bug Fixes

Bug Fixes

Features

  • react-scripts. allow parametrise webpack config path (#16644) (c618d30)

Bug Fixes

  • Prevent mount .wrap command appearing in log (#16585) (fca9b9a)

Features

Features

  • allow to import/require files in CRA plugin out of src (#16453) (811c7e3)

Bug Fixes

  • accept webapck 4 & 5 as peer dependencies of @cypress/vue and @cypress/react (#16290) (c4151fb)
  • remove unnecessary dependency (#16412) (7b242ac)
  • npm/react: support transpiling typescript files in support (#16197) (60b217c)

Features

Bug Fixes

  • accept webapck 4 & 5 as peer dependencies of @cypress/vue and @cypress/react (#16290) (500cab9)
  • npm/react: support transpiling typescript files in support (#16197) (8a83bb1)

Features

Bug Fixes

Bug Fixes

Bug Fixes

  • webpack-dev-server: remove hard dependency on html-webpack-plugin v4 (#16108) (4cfe4b1)
  • Properly display unmount as a command (#16041) (4002e4c)
  • component-testing: correct imports for relative paths in cypress.json (#16056) (10b89f8)
  • component-testing: Increased timeout to allow useEffect to trigger (#16091) (5fb5b41)

Features

  • component-testing: breaking: Add React rerender functionality (#16038) (ee8b918)

Bug Fixes

  • improve handling of userland injected styles in component testing (#16024) (fe0b63c)

Bug Fixes

  • get next config before requiring devserver (#15885) (6e5fd8f)
  • make component testing windows compatible (#15889) (602c762)
  • webpack-dev-server: remove output.publicPath from webpack-dev-server (#15839) (8e894a0)

Bug Fixes

Bug Fixes

Bug Fixes

  • @cypress/react: Devtools unpredictable resets (#15612) (b1f831a), closes #15634
  • component-testing: Fix webpack-dev-server deps validation crash (#15708) (254eb47)

Features

  • support ct/e2e specific overrides in cypress.json (#15526) (43c8ae2)
  • deps: update dependency electron to version 12.x 🌟 (#15292) (b52ac98)

Features

Bug Fixes

Bug Fixes

Bug Fixes

  • removing test for previous undesireable behavior (#15458) (35dde75)
  • @cypress/react: Correctly unmount react components (#15250) (6b515c7)
  • component-testing: ensure to call unmount after each test (#15385) (153fc51)
  • make webpack-dev-server a peer dependency (#15163) (fa969fb)

Features

  • support ct/e2e specific overrides in cypress.json (#15444) (a94c9d5)
  • @cypress/react: Make correct plugins for different adapters/bundlers (#15337) (fc30118), closes #9116
  • create-cypress-tests installation wizard (#9563) (c405ee8), closes #9116
  • Use lazy compilation for webpack-dev-server by default (#15158) (f237050)

Bug Fixes

  • update dependencies of npm/react-vue (#15095) (e028262)
  • component-testing: make content adjust to size of window (#14876) (4cf3896)

Features

BREAKING CHANGES

  • Added the need to install a preprocessor or a dev-server plugin
  • Removed the pre-instalation of test coverage
  • removed the pre-installation of cypress-react-selector

Bug Fixes

  • deps: update dependency debug to version 4.3.1 🌟 (#14583) (9be6165)

Bug Fixes

  • typo in @types/react peer dependency package name (#14261) (b87519d)

Bug Fixes

  • Correct typo in @types/react peerDependencyMeta entry (#14306) (012d4f1)
  • Component Testing: Broken links in docs (#14251) (a72529f)
  • deps: update dependencies in @cypress/react (#14165) (2c4349e)

Bug Fixes

  • react: link types from the correct directory (#14255) (e2bc209)

Features

Bug Fixes

Bug Fixes

  • adding build-prod tasks to all of the npm dependencies that need artifacts (#9045) (550c05c)

Bug Fixes

  • adding build-prod tasks to all of the npm dependencies that need artifacts (#9046) (462829b)

Bug Fixes

Bug Fixes

  • make imported @cypress/react working and pass CI (#8718) (5e4b638)