- 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 (https://github.com/saket/swipe/issues/8)
- Remove usage of
BoxWithConstraintsto improve performance in lists
Possibly breaking change
- Play haptic feedback when a swipe action is activated (thanks @a...