Touchmove propagation is only stopped when shouldStopTouchMovePropagation is set. The concept of the change, captured in this release, is when shouldStopTouchMovePropagation is set, stop touchmove propagation only when react-cursor-position is active. When react-cursor-position is active it should "own" touchmove and not propagate it to parent components. This is useful when integrating with react-slick.