v4.0.0
colinrobertbrooks
released this
27 Oct 12:38
·
17 commits
to master
since this release
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.