Skip to content
This repository has been archived by the owner on Jun 18, 2018. It is now read-only.

Releases: react-dnd/dnd-core

v2.1.0

07 Feb 04:16
Compare
Choose a tag to compare
  • Add a DragManager context property, set during construction (see #45). This allows for us to inject window globals downstream, for scenarios such as iframe support, instead of binding subscriptions to the window global

v2.0.2

09 Apr 00:12
Compare
Choose a tag to compare
  • isOver({ shallow: true }) no longer reports false positives on targets with incompatible types (#22, #30)

v2.0.1

14 Feb 03:16
Compare
Choose a tag to compare

v1.3.0

13 Feb 20:20
Compare
Choose a tag to compare
  • Uses Lodash 4 internally (#27)
  • Subscribers are not being skipped anymore when a subscriber causes changes (#24, #25, 1b108c7)

v1.2.2

14 Oct 18:39
Compare
Choose a tag to compare
  • Drops keyMirror dependency internally

v1.2.1

15 Sep 15:33
Compare
Choose a tag to compare
  • Don't notify subscribers of particular handlers when a handler is added or removed. This should help work around react-dnd/react-dnd#277. In future versions of React DnD, react-dnd/react-dnd#278 will help ensure a more correct behavior.

v1.2.0

15 Sep 02:49
Compare
Choose a tag to compare

v1.1.0

18 May 11:53
Compare
Choose a tag to compare
  • Add noop connectDragSource, connectDragPreview, and connectDropTarget methods to the TestBackend so that it is usable directly from React DnD.

v1.0.2

30 Apr 23:15
Compare
Choose a tag to compare
  • Support ES6 Symbol for item type

v1.0.1

21 Apr 20:09
Compare
Choose a tag to compare
  • Innermost target change must emit change event, as isOver({ shallow: true }) changes