Skip to content

Latest commit

 

History

History
406 lines (193 loc) · 22 KB

CHANGELOG.md

File metadata and controls

406 lines (193 loc) · 22 KB

Bug Fixes

Bug Fixes

BREAKING CHANGES

  • vite.config.js is no longer merged when devServer.viteConfig is provided

Features

  • introduce v8 snapshots to improve startup performance (#24295) (b0c0eaa)

Bug Fixes

  • CSS import in CT Support file is not working (#24117) (5af6b27)

Bug Fixes

Features

  • Disable file watching in component tests in run mode (#24097) (3e01474)

Bug Fixes

  • support type: module in Node.js 16.17.0+ and 18.6.0+ (#23637) (b6dad0a)

Features

Bug Fixes

Bug Fixes

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

  • 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