Skip to content

8.0.2

Compare
Choose a tag to compare
@alexreardon alexreardon released this 06 Jul 05:01
· 541 commits to master since this release

Improvements

Adding docs for dragging <svg> elements #613

If you are attempting to use a <svg> (a SVGElement) as a Draggable or drag handle react-beautiful-dnd will now give you a more helpful error messaging in development builds. We have also created a dragging <svg>s guide to help you with dragging SVGs if you want to.

Thanks for raising this @mikesobol

Fixes

  • Fixing DragDropContext > Hooks timing issue #618. Thanks for raising it @ntelkedzhiev