Releases: colinrobertbrooks/react-beautiful-dnd-test-utils
Releases · colinrobertbrooks/react-beautiful-dnd-test-utils
v4.1.1
v4.1.0
v4.0.1
v4.0.0
Added
- TypeScript type definitions (#10).
@testing-library/user-event
as a peer dependency.
Changed
mockGetComputedSpacing
tomockGetComputedStyle
.mockDndElSpacing(rtlUtils: RenderResult)
tomockDndSpacing(container: HTMLElement)
.makeDnd({ getDragEl }: { getDragEl: () => Element })
tomakeDnd({ text }: { text: string })
.- Peer dependency versions.