Added touchCancel
listener to properly handle canceled touches #73
- Force
box-sizing: border-box
on sortable helper #67 - Support changing an item's collection prop on the fly #66
Utilize babel-plugin-transform-runtime to utilize babelHelpers
without them being required in application code #45
The arrayMove
helper no longer mutates the array, it now returns a new array #61
Server-side rendering bugfix: safeguard against document
being undefined #59
- Added
distance
prop (#35) - Added a
shouldCancelStart
(#47, #36, #41) prop to programatically cancel sorting before it begins. - Prevent right click from causing sort start (#46)
Fixes server-side rendering (window undefined) (#39)