Releases: SmartToolFactory/Compose-Colorful-Sliders
Releases · SmartToolFactory/Compose-Colorful-Sliders
v1.2.2
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
What's Changed
- Fix incorrect offset when no gesture events by @dev-weiqi in #24
New Contributors
- @dev-weiqi made their first contribution in #24
Full Changelog: 1.2.0...1.2.1
v1.2.0
What's Changed
- Create LICENSE.md by @SmartToolFactory in #5
- Add invoking onValueChangeFinished on tap by @georgiystrigun-lanars in #9
- Change
Modifier.minimumTouchTargetSize()
toModifier.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
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
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
Updates max height constraint from 48.dp to max of track height and thumb size
Compose Colorful Sliders
1.0.0 add gestures from jitpack