- Add support for Compose Multiplatform, starting with Android, iOS and JVM targets (thanks @DatL4g!)
- Ignore non-horizontal swipes to reduce unintended swipes while scrolling of lists (#8)
- Remove usage of
BoxWithConstraints
to improve performance in lists
Possibly breaking change
- Play haptic feedback when a swipe action is activated (thanks @alashow!). This can be disabled by using a fake
LocalHapticFeedback
.