Saket Swipe Versions Save

Swipe gesture actions for Compose UI

1.3.0

3 months ago
  • 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 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.

1.2.0

10 months ago

https://github.com/saket/swipe/issues/15: Support for compose UI 1.5

1.1.1

1 year ago
  • Setting an opaque background to swipeable content is not needed anymore. Thanks @alashow (https://github.com/saket/swipe/pull/5)!
  • Fix a crash when swipe distance exceeds content width.

Dependency updates

  • compileSdk=33
  • Kotlin 1.8.10
  • Compose UI 1.3.1

1.0.0

2 years ago

Initial release!