v0.2.0
Notes
This new release has version 0.2.0
not 0.0.2
If you want the library on IOS as well, read the IOS support section in README.
There is a regression bug when setting waveHeight
to 0
.
Changelog
- Add Material 3 variant of the component
- Move files to new packages
- The wave height is now taken into account and the component will have proper height
- Fix the wave being clipped when its height was larger than the thumb height
- Update Kotlin to 1.9.10
- Update compile SDK and target SDK to 34
- Update Compose Multiplatform to 1.5.3 (which is based on Compose 1.5.0)
- It also fixes this bug: JetBrains/compose-multiplatform#2798
- Update minSDK used for showcase from 24 to 21 (the library also has minSDK 21)
- The library has also now been published to GitHub Packages