- Fallback to ms prefixed elementsFromPoint
- Merge pull request [#70] (https://github.com/yahoo/react-dnd-touch-backend/issues/70) from egorvoronov/patch-1 document is not defined fix for server side rendering
- [FIXED] single quotes instead
- [FIXED] undefined in quotes
- [FIXED] document is not defined fix for server side rendering
- Add CHANGELOG and version tags
- Allows usage without global gulp install (#66)
- Check document variable with typeof fixes #62#
- v++
- Check if document is defined before checking if there is a elementsFromPoint method (#61)
- v++
- Add polyfill for elementsFromPoint (#59)
- remove Object.assign from dropTarget example to prevent older IEs incompatibility
- add yarnl lock file
- v++
- Add gzip size (#53)
- gulp-connect Integration (#55)
- Updated instructions
- Can now serve examples via local server
- Updated with gulp-connect
- Ensure correct order on DropTarget drop method calling (#57)
- Add example for dynamic nested DropTargets
- Ensure correct order on DropTarget drop method calling
- v++
- Stop drag from starting if context menu is opened during right click (#52)
- v++
- Cancel drag by hitting Escape if enableKeyboardEvents option is set to true (#48)
- upgrade deps & fix lint errors
- v++
- (fix) drop on nested dom element will fail (#42)
- v++
- Improving connectDropTarget (#38)
- Fixing issues caused by touchmove when connecting up the drop target
- Adding return function back in
- Adding example for drop targets and updating connectDropTarget to handle nested elements
- v++
- Fix issues surrounding 'touchmove' event listener (#37)
- Fixing issues caused by touchmove when connecting up the drop target
- Adding return function back in
- v0.3.0
- the sortable list demo now correctly reorders a list when a item is moved in the same list (#33)
- monitor.isOver({ shallow: true }) now works according to the documentation. (#32)
- v++
- Separated touch and mouse delay options Re-adding support for delay option.
- upgrade react, remove decorator usage, add caveat to mouse event.
- upgrade dev tool, v++
- Merge pull request #20 from cedmax/master added delay option
- added delay option to enable holding the dragSource before enabling the dragging
- Fix examples gulp task
- v++
- browserified dist
- v++
- fix lint
- v++
- Fixes crash when trying to observe null node
- Fix mouse support example in README
- v++
- minor fixes
- Enchance example in readme
- Less is more
- Update README to reflect new configuration option
- Add support for mouse events
- Add lodash.defaults dependency
- fix reordering logic
- update examples to multi list
- update README for #3
- react-dnd 2.0, react 0.14
- fix spaces
- v++
- Don't use internal React DnD functions
- add travis config
- try config travis
- fix viewport change
- rm build badges
- badges
- fix #1
- add prepublish step
- add source
- Initial commit