Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 1022 Bytes

CHANGELOG.md

File metadata and controls

49 lines (27 loc) · 1022 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[2.2.5] - 2023-09-14

  • Add support for Cypress 13.x.

[2.2.4] - 2023-06-01

  • Extend type Options to allow for x/y use

[2.2.3] - 2022-12-12

  • Add support for Cypress 12.x.

[2.2.2] - 2022-11-23

  • Add support for Cypress 11.x.

[2.2.1] - 2022-06-29

  • Fix swapped variables in move command.

[2.2.0] - 2022-06-16

  • Add support for Cypress 10.x.

[2.1.0] - 2021-11-24

  • Add ability to check the drag command outcome.
  • Add support for Cypress 9.x.

[2.0.0] - 2021-09-08

  • It's possible to apply different options to either the drag source or the drop target.
  • BREAKING: Default position for the event trigger is in the element's center.

[1.8.1] - 2021-09-01

  • Introduce Changelog

[1.8.0]

  • Initial implementation