Skip to content

Releases: skydoves/colorpicker-compose

1.0.2

16 Apr 12:11
bfb6008
Compare
Choose a tag to compare

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

11 Dec 15:47
b6406b6
Compare
Choose a tag to compare

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

Full Changelog: 1.0.0...1.0.1

1.0.0

09 Mar 05:09
2b43ce3
Compare
Choose a tag to compare

🎉 ColorPicker Compose library has been announced!

🎨 Jetpack Compose color picker library for getting colors from any images by tapping on the desired color.