react-draggable v3.2.0 Release Notes

Release Date: 2019-02-27 // about 5 years ago
  • ๐Ÿš€ > Note: this release has been pulled due to an inadvertent breaking change. See https://github.com/mzabriskie/react-draggable/issues/391

    • ๐Ÿ”‹ Feature: defaultPosition now allows string offsets (like {x: '10%', y: '10%'}) then calculates deltas from there. See the examples and the PR #361. Thanks to @tnrich and @eric-burel.
    • ๐Ÿ›  Bugfix: Export DraggableEvent type for Flow consumers. Thanks @elie222.