Skip to content

2.0.0-beta2

Compare
Choose a tag to compare
@STRML STRML released this 08 Dec 01:08
· 246 commits to master since this release
cb7d899
  • We're making a small deviation from React Core's controlled vs. uncontrolled scheme; for convenience,
    <Draggable>s with a position property will still be draggable, but will revert to their old position
    on drag stop. Attach an onStop or onDrag handler to synchronize state.
    • A warning has been added informing users of this. If you make <Draggable> controlled but attach no callback
      handlers, a warning will be printed.