v1.1.0
Changelog
- Updated to Compose Multiplatform 1.6.0
- Added the new overloads that take
SliderState
as argument - Deprecated the
Track
that acceptedvalue
andonValueChange
arguments
You may need to annotate your Composable function that uses the WavySlider
with @OptIn(ExperimentalMaterial3Api::class)
.
Also, please update your Compose Multiplatform to 1.6.0
or newer.
If you encounter problems, keep using WavySlider 1.0.0
.
For your convenience, an archive of the library artifacts is also available below.