react-draggable v2.2.4 Release Notes

Release Date: 2017-04-27 // almost 7 years ago
    • ๐Ÿ“ฆ Internal: Moved PropTypes access to prop-types package for React 15.5 (prep for 16)
    • ๐Ÿ”‹ Feature: Added TypeScript definitions (thanks @erfangc)
    • ๐Ÿ›  Bugfix: No longer can erroneously add user-select style multiple times
    • ๐Ÿ›  Bugfix: OffsetParent with padding problem, fixes #218
    • ๐Ÿ”จ Refactor: Misc example updates.