Skip to content

Latest commit

 

History

History
86 lines (40 loc) · 4.29 KB

CHANGELOG.md

File metadata and controls

86 lines (40 loc) · 4.29 KB

Bug Fixes

Features

  • include component and wrapper in return type for vue mount adapter (#24479) (33875d7)

BREAKING CHANGES

  • remove last mounted component upon subsequent mount calls of mount
  • Vue mount returns wrapper and component rather than wrapper only

Bug Fixes

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

Bug Fixes

  • angular and nuxt ct tests now fail on uncaught exceptions (#24122) (53eef4f)

Features

Bug Fixes

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

Bug Fixes

  • remove http npm registry link for vue2 (0bd3069)

@cypress/vue2-v1.0.0 (2022-06-13)

Bug Fixes

chore

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

Features

  • Add vue2 package from npm/vue/v2 branch (#21026) (3aa69e2)
  • swap the #__cy_root id selector to become data-cy-root for component mounting (#20951) (0e7b555)

BREAKING CHANGES

  • new version of packages for Cypress v10

@cypress/vue2-v1.0.0 (2021-06-17)

Features

  • Split out as separate package from @cypress/vue, based on the npm/vue/v2 branch.