react-draggable
Advanced tools
Changelog
3.0.5 (Jan 11, 2018)
Changelog
3.0.3 (Aug 31, 2017)
import * as React
(Flow best practice).
Changelog
3.0.2 (Aug 22, 2017)
3.0.0 and 3.0.1 have been unpublished due to a large logfile making it into the package.
.npmignore
.Changelog
3.0.1 (Aug 21, 2017)
Changelog
3.0.0 (Aug 21, 2017)
Due to an export change, this is semver-major.
<Draggable>
is now exported as module.exports
and module.exports.default
.user-select: none
on all elements while dragging. Instead,
the ::selection
psuedo element is used.
x
/y
to callbacks. See #226.Changelog
2.2.6 (Apr 30, 2017)
Changelog
2.2.4 (Apr 27, 2017)
PropTypes
access to prop-types
package for React 15.5 (prep for 16)