Skip to content

Latest commit

 

History

History
78 lines (35 loc) · 3.94 KB

CHANGELOG.md

File metadata and controls

78 lines (35 loc) · 3.94 KB

chore

BREAKING CHANGES

  • removed experimentalSessionAndOrigin flag. testIsolation defaults to strict

Bug Fixes

BREAKING CHANGES

  • remove last mounted component upon subsequent mount calls of mount

Features

Bug Fixes

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

chore

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

Features

  • embedding mount into the cypress binary (real dependency) (#20930) (3fe5f50)
  • 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

Bug Fixes

Bug Fixes

  • webpack-dev-server: remove hard dependency on html-webpack-plugin v4 (#16108) (4cfe4b1)

@cypress/mount-utils-v1.0.0 (2021-04-21)

Bug Fixes

  • improve handling of userland injected styles in component testing (#16024) (fe0b63c)