* feat(vue): vue 3 support in @cypress/vue
BREAKING CHANGE: 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 8f55d7baaf.
* Revert "build: disable auto deliver of next vue"
This reverts commit ed46c9e5c5.
* chore: release @cypress/vue-v1.1.0-alpha.1
[skip ci]
* feat: vue3 support for @cypress/vue (#15100)
* feat: add support for vue3 in npm/vue
BREAKING CHANGE: 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>
* doc: [DX-310] update community recognition in README
* doc: update license
* feat:[DX-309] update schematic to add or update ng e2e command without removing protractor or other dependencies. update readme and license.
* fix: update cypress commands to match docs
* fix: update migration guide reference
* 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>
* chore: Added Percy snapshots for design system
* Add PERCY_TOKEN to design-system CI
* Remove accidental "yarn" string
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>