- Implements a way to disallow swipes in some direction(s) for a given item (canItemBeSwiped)
- Animates card back to its initial location and triggers a callback whenever it occurs (onSwipeUnauthorized)
- Removes isItemLocked property
- Fixes onTapDisabled callback not being called like it should
- Exposes the current stack in the controller
- Implements isItemLocked to have a way to prevent a specific card from being swiped (in any way)
- Fixes targetIndex setting, previously returning the wrong target onSwipeBegin and onSwipeEnd
- Initial version