Skip to content

Releases: peterh32/react-drag-drop-container

added classNames; refined disappear behavior

30 Aug 23:12
a195673
Compare
Choose a tag to compare
6.1.1 Refinement on disappear dragged element (#32)

* refined behavior on disappeared source item

* install 'prop-types'

* added classnames to various elements. Also rearranged demo a bit.

fix iphone-zooomed-screen issue

29 Aug 22:46
633751a
Compare
Choose a tag to compare
6.1.0 fix zoomed-iphone issue (#30)

* fix issue with iOS zoom. Also make scrolling smoother

* update version

* fix readme

Render props, automatic highlighting

27 Aug 23:49
9efc2ee
Compare
Choose a tag to compare
6.0.0 Add ability to use as render prop plus more (#29)

* add render prop. also add dragData to onDrop event.

* updated readme

* Added highlightClassName property

Scroll page when you drag past the edge

24 Aug 19:21
8ab8052
Compare
Choose a tag to compare
5.2.0 - add scrolling at edges (#28)

* fix unpleasant firefox highlighting of dragged elements

* Add ability to scroll window at edges

* compiled code

* v 5.2.0

added disappearDraggedElement prop

24 Aug 06:29
d542f1d
Compare
Choose a tag to compare
Release 5.1.0, add disappearDraggedElement prop (#27)

* initial switch to absolute and always drag clone

* maybe going to try to remove the DragDropGhost component

* remove dragDropGhost element

* test w div

* Remove DragDropGhost. Change to fixed position.

* returnToBase property removed.

* change sourceElem to containerElem

* add sourceElem property to drag data

* upped version number and rebuilt

* cleaned up demo files, removed some unused state properties.

* doc tweaks mostly

* updated compiled files

* linted

* had an error in the demo page

* release 5.1.0 adds disappearDraggedElement prop.

* readme update

Changed to use position: fixed

24 Aug 05:24
89af937
Compare
Choose a tag to compare
Release 5.0.0 - Change to position fixed (#26)

* initial switch to absolute and always drag clone

* maybe going to try to remove the DragDropGhost component

* remove dragDropGhost element

* test w div

* Remove DragDropGhost. Change to fixed position.

* returnToBase property removed.

* change sourceElem to containerElem

* add sourceElem property to drag data

* upped version number and rebuilt

* cleaned up demo files, removed some unused state properties.

* doc tweaks mostly

* updated compiled files

* linted

* had an error in the demo page