Skip to content
Peter Hollingsworth edited this page Aug 30, 2018 · 5 revisions

Welcome to the react-drag-drop-container wiki!

Release 6.1.1

Added classNames to all parts of the component. Changed "disappeared" source items to display:none AND position:absolute, so they won't take up any space on the page. Updates to the demo page.

Release 6.1.0

Fix problem with dragging on an iphone screen that's zoomed in. Also make scrolling smoother when you drag to the edge of the screen.

Release 6.0.0

Added render prop so you can use components as wrappers with children or use them as children with render-prop. Also highlightClassName property for automatic highlight on hover.

Release 5.2.0

When you drag past the edge of the browser, scroll the page.

Release 5.1.0

Add disappearDraggedElement property. If true, then original element completely disappears when you are dragging. Otherwise, by default, the element is still there, but hidden, and so still takes up space.

Release 5.0.0

Changed positioning from relative to fixed to enable dragging and dropping from inside a scrolling element.

Clone this wiki locally