Skip to content

Latest commit

 

History

History
341 lines (172 loc) · 20.6 KB

CHANGELOG.md

File metadata and controls

341 lines (172 loc) · 20.6 KB

Bug Fixes

chore

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

Features

  • add devServer to config file (#18962) (2573375)
  • Add typings for new devServer config (#18797) (e018a14)
  • Deprecate run-ct / open-ct, and update all examples to use --ct instead (#18422) (196e8f6)
  • improved DX and support for running component and e2e tests w/ gulp (#18135) (d39b169)
  • index.html configurability and storybook support (#18242) (745b3ac)
  • merging / delegating remote queries to cloud schema (#17875) (94541d4)
  • remove testFiles reference (#20565) (5670344)
  • Set up cypress in cypress (#19602) (ed51bcb)
  • Structuring context & schema so it can be used on the client (#17489) (e2f395e), closes #17551
  • support specPattern, deprecate integrationFolder and componentFolder (#19319) (792980a)
  • swap the #__cy_root id selector to become data-cy-root for component mounting (#20951) (0e7b555)
  • Use .config files (#18578) (081dd19)
  • use devServer instad of startDevServer (#20092) (8a6768f)
  • Use plugins on config files (#18798) (bb8251b)
  • use supportFile by testingType (#19364) (0366d4f)
  • vue-cli and nuxt preset for CT object API architecture (#20956) (57659c4)
  • unify: removing prism and adding infrastructure for shiki (#18514) (9a2e550)

BREAKING CHANGES

  • new version of packages for Cypress v10

Bug Fixes

  • handle specs with white space in vite-dev-server (#21386) (f1c3a9b)

Bug Fixes

Bug Fixes

Features

  • normalized signatures webpack & vite servers (#18379) (8f5308f)

Bug Fixes

  • vite-dev-server: remove base and root from inlineVitConfig types (#17180) (07e7d0e)
  • vite-dev-server: replace UserConfig with InlineConfig to allow correct configFile types (#18167) (6e0c2c1)
  • vite-dev-server: windows supportFile + preserve optimize entries (#18286) (ea2f6a4)

Features

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

Bug Fixes

  • prevent vite from crashing where there are no support files or specs found (#17624) (ae0ea87), closes #17373
  • publish the types for vite-dev-server (#17786) (a94ff69), closes #17648
  • repair re-run of vite-dev-server issues (4139631)

Bug Fixes

  • vite-dev-server: chain update all specs when changing child (#17693) (66e8896), closes #17691

Bug Fixes

Bug Fixes

Bug Fixes

  • server: correctly include projectRoot when adding a CI project from GUI (#17514) (e49b3a4)
  • only rerun if current spec+deps changed (#17269) (1433b64)

Bug Fixes

Bug Fixes

Bug Fixes

Continuous Integration

BREAKING CHANGES

  • no support for vue 2 anymore

  • build: disable auto deliver of next vue

  • Revert "feat(vue): vue 3 support in @cypress/vue"

This reverts commit 8f55d7baaff1f240677239ae5fdc4180c4a06475.

  • Revert "build: disable auto deliver of next vue"

This reverts commit ed46c9e5c551e57901dbdc75db2e83bf194c4b18.

  • chore: release @cypress/vue-v1.1.0-alpha.1

[skip ci]

  • dropped support for vue 2 in favor of vue 3

  • test: remove filter tests not relevant in vue 3

  • build: try publishing as a private new major

  • chore: release @cypress/vue-v3.0.0-alpha.1

[skip ci]

  • chore: bring back access public

  • fix: update dependency to webpack dev server

  • chore: release @cypress/vue-v3.0.0-alpha.2

[skip ci]

  • chore: remove unnecessary dependency

  • fix: mistreatment of monorepo dependency

  • chore: release @cypress/vue-v3.0.0-alpha.3

[skip ci]

  • chore: release @cypress/vue-v3.0.0-alpha.4

[skip ci]

  • fix: use __cy_root at the root element

  • build: avoid using array spread (tslib imports issue)

  • fix: setup for cypress vue tests

  • fix: add cleanup event

  • test: make sure we use the right build of compiler

  • chore: downgrade VTU to rc-1

  • chore: release @cypress/vue-v3.0.0

[skip ci]

  • chore: upgrade vue version to 3.0.11

  • fix: adjust optional peer deps

  • fix: allow fo any VTU 2 version using ^

  • test: ignore nuxt example

  • test: update yarn lock on vue cli

  • chore: release @cypress/vue-v3.0.1

[skip ci]

  • ci: release vue@next on master

  • test: fix vue3 examples

  • ci: open only needed server in circle npm-vue

Co-authored-by: semantic-release-bot semantic-release-bot@martynus.net Co-authored-by: Lachlan Miller lachlan.miller.1990@outlook.com

Bug Fixes

  • vite-dev-server: only re-run tests when specs deps are updated (#16215) (31d89a5)

Bug Fixes

  • vite-dev-server: only re-run tests when specs deps are updated (#16215) (4d23476)
  • analyze deps of the specs before starting (3f52def)

Bug Fixes

  • vite-dev-server: fix url to the client on win (#16220) (c809d19)

Bug Fixes

Bug Fixes

Bug Fixes

  • conditionally require vue and update alias if installed (#16000) (8b97b46)

Bug Fixes

  • vite-dev-server: Use viteConfig.server.port if defined (#15893) (d0dcf22)

Bug Fixes

  • vite-dev-server: import cypress client script asynchronously to avoid flake (#15778) (88a3830)
  • make sure the vite server starts on a new port (57e2988)
  • make vite dev server open on a free port (#15756) (cd66b05)

Features

Bug Fixes

  • component-testing: ensure to call unmount after each test (#15385) (153fc51)
  • component-testing: make sure vite html is published on npm (#15379) (325a7ec)
  • component-testing: vite server dependency refresh (#15366) (59dbed9)

Features

Bug Fixes

Bug Fixes

@cypress/vite-dev-server-v1.0.0 (2021-02-16)

Features