Skip to content

Releases: SmartToolFactory/Compose-Colorful-Sliders

v1.2.2

08 Oct 08:22
c84dcc1
Compare
Choose a tag to compare

What's Changed

  • Use rememberUpdatedState to reference a value in the effect that should not be restarted if the value changes by @dev-weiqi in #25

Full Changelog: 1.2.1...1.2.2

v1.2.1

06 Oct 10:54
352ee0a
Compare
Choose a tag to compare

What's Changed

  • Fix incorrect offset when no gesture events by @dev-weiqi in #24

New Contributors

Full Changelog: 1.2.0...1.2.1

v1.2.0

11 May 08:39
20fb8d0
Compare
Choose a tag to compare

What's Changed

  • Create LICENSE.md by @SmartToolFactory in #5
  • Add invoking onValueChangeFinished on tap by @georgiystrigun-lanars in #9
  • Change Modifier.minimumTouchTargetSize() to Modifier.minimumInteractiveComponentSize() by @Zhuoxuan-Li in #13
  • ColorfulIconSlider add invoking onValueChangeFinished on tap by @choristery in #14
  • Renovate build & clean up repo by @w2sv in #15

New Contributors

  • @georgiystrigun-lanars made their first contribution in #9
  • @Zhuoxuan-Li made their first contribution in #13
  • @choristery made their first contribution in #14
  • @w2sv made their first contribution in #15

Full Changelog: 1.1.0...1.2.0

v1.1.0

08 Sep 09:59
Compare
Choose a tag to compare

This version includes

  • sliding gestures change from touch event to drag and tap events
  • bug fix for ColorfulIconSlider thumb height being clipped

v1.0.2

23 May 11:42
Compare
Choose a tag to compare

This version update Jetpack Compose version to 1.2.0-beta02 which deprecated partial consumes and gesture library to 1.2.0

v1.0.1

11 Apr 16:43
Compare
Choose a tag to compare

Updates max height constraint from 48.dp to max of track height and thumb size

Compose Colorful Sliders

11 Apr 07:16
Compare
Choose a tag to compare
1.0.0

add gestures from jitpack