Releases: skydoves/colorpicker-compose
Releases · skydoves/colorpicker-compose
1.0.2
What's Changed
- Allow to set HsvColorPicker color and BrightnessSlider value manually #9 by @t-botond in #19
- Refactor for initialColor and demo by @skydoves in #20
- Fix wrong border sizes by @skydoves in #22
- Bump Compose bom, compiler and Kotlin by @skydoves in #21
- Add wheel alpha properties to the slider composables by @skydoves in #23
New Contributors
- @t-botond made their first contribution in #19
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- Bump AGP to 7.1.2 and Gradle Wrapper to 7.4.2 by @skydoves in #1
- Fix a typo (missing commas) in README.md by @lhoyong in #4
- need "," for next attribute by @LucasGinard in #6
- Update AGP to 7.2.0, Compose to 1.2.0-rc01, and target SDK to 32 by @skydoves in #7
- Update Compose to 1.2.0-rc02 by @skydoves in #8
- Update Compose compiler to 1.3.2 and Kotlin to 1.7.20 by @skydoves in #11
- Fix not being able to set value of alpha and brightness sliders to 0 by @daannnnn in #3
- Migrate to Compose BOM by @skydoves in #12
- Change default side of thumbs and tiles following the density by @skydoves in #13
New Contributors
- @skydoves made their first contribution in #1
- @lhoyong made their first contribution in #4
- @LucasGinard made their first contribution in #6
- @daannnnn made their first contribution in #3
Full Changelog: 1.0.0...1.0.1