Releases: SortableJS/react-sortablejs
Releases · SortableJS/react-sortablejs
v1.2.0
Force update sortablejs to 1.5.0-rc1 (or later versions)
v1.1.2
PR: Adds optional style prop to Sortable container element (#24)
v1.1.1
PR: Make in use of onMoveFn's return value (#22)
v1.1.0
PR: Pass event down to onChange (#20)
onChange={(order, sortable, evt) => {
: : :
}}
v1.0.1
- Update peerDependencies (f2e2468)
- Destroy the sortable instance in componentWillUnmount (570b8fd)
v1.0.0
There is a major breaking change since v1.0, and the component interface and options are not compatible with v0.x.
Checkout Migration Guide for doing migration from earlier versions.
v0.7.0
This update contains bug fixes and enhancements, including:
- Re-initialize sortable on componentDidUpdate #7 (by @kjanoudi)
- Pass sortable instance to component as a prop #9 (by @kjanoudi)
v0.5.1
- Remove lodash dependency to decrease the size
- The package main should be pointed to the pure ES5 code (i.e.
lib/index.js
), not the webpack build (dist/react-sortable.js
).