Skip to content

Releases: saket/swipe

1.3.0

04 Feb 07:38
Compare
Choose a tag to compare
  • 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.

1.2.0

19 Jun 19:20
Compare
Choose a tag to compare

#15: Support for compose UI 1.5

1.1.1

17 Feb 06:27
Compare
Choose a tag to compare
  • Setting an opaque background to swipeable content is not needed anymore. Thanks @alashow (#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

14 Mar 02:54
Compare
Choose a tag to compare

Initial release!