@4tw/cypress-drag-drop
Version:
A cypress child command for drag'n'drop support.
54 lines (29 loc) • 1.08 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [2.3.0] - 2025-01-30
- Add support for Cypress 14.x.
## [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