* update example build scripts
* remove old scaffolding relics
* update
* Fix some issues with scaffolding
* Correctly fix issues with scaffolding
* Replace old onboarding with new banner
* Add ability to remove scaffolded files
* Add banner for new users
* Update tests for new scaffolding
* Compare file sizes before removing
* Add tests for remove file
* Save when user opened cypress rather than boolean
* Update intro link and add tets for banners
* fix small issue
* Update design and copy of onboarding banners
* Update style of new spec file button
* Improve outline button active statE
* Update design of new project a bit more
* Fix specs list tests
* Update banner copy and layout
* Update banner copy and layout
* Switch to docs style alerts
* Fix testing logic
* Update banner styles a bit
* Update banners
* Add confirmation modal for delete specs
* Update tests and fix states
* Upgrade kitchensink dep
* Upgrade kitchen sink version and fix unit tests
* Update integration scaffolding test
* Add further description to warning modal
* Update test for new user and new project case
* Remove check to file tree when removing files
* Update kitchensink version
* Fix edge case where banner could appear when no files have been scaffolded
* Fix tests
* Update styling for 'note' when deleting files
* fix issue with path on windows
* Change remove command
* Fix rm dir
* Fix for windows
* Try to use appveyor to test
* appveyor please
* getting some feedback
* Why doesn't this work
* more info
* I have a feeling this works
* maybe its the other path
* please
* this is the one
* this is it
* this should work
* try reverting that change that might not be needed
* remove appveyor testing scaffolding
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
* chore: switch fonts to use @fontsource rather than local version
* Use fontsource for fira instead of custom repo
* Update font weights in reporter
* Update runner ct for fonts
* Fix some issues with runner header
* Update non proxied image
* Try that
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
* 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>