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.
- A
getDragElement
option tomakeDnd
.
- Peer dependency versions.
- TypeScript type definitions.
@testing-library/user-event
as a peer dependency.
mockGetComputedSpacing
tomockGetComputedStyle
.mockDndElSpacing(rtlUtils: RenderResult)
tomockDndSpacing(container: HTMLElement)
.makeDnd({ getDragEl }: { getDragEl: () => Element })
tomakeDnd({ text }: { text: string })
.- Peer dependency versions.
- Example to the module repo (deprecates react-beautiful-dnd-test-utils-example).
- Peer dependency versions.
prepare
script topackage.json
.
- Use RTL's
waitFor
instead ofwaitForElement
, which has been deprecated.
- 🧤emoji.
- Support for react-beautiful-dnd v12.
- Upgrade to latest jest-dom.
- Pin Rollup version to fix build (issue).
- Upgrade to latest React Testing Library.
- Link in README.
- Link to example test and other details to README.
main
entry point.
- Initial commit.