Skip to content

Releases: KvColorPalette/KvColorPicker-Android

Release v2.2.0

08 Aug 01:16
2e4513c
Compare
Choose a tag to compare

About

Releasing v2.2.0 the KvColorPicker-Android android library with following features.

  1. From this version start to consume KvColorPalette-Android library v3.2.0

KvColorPicker-Android library is depending on KvColorPalette-Android library. From this release start to consume v3.2.0 version of KvColorPalette-Android library.

Address Issues

  • Feature Request: Support initializing picker with preset colors: (#10)

Known Issues

  • Event passed the last selected color to the picker, HSL-Picker do not recognize it, because once it appears that initiate with the given hue value in the slider.

Contribution

We welcome contributions! Please fork the repository, make your changes, and submit a pull request. Ensure your code adheres to the established guidelines.

License

KvColorPallet-Android is licensed under the MIT License.

Release v2.1.0

08 Mar 19:01
29357b5
Compare
Choose a tag to compare

About

Releasing v2.1.0 the KvColorPicker-Android android library with following features.

  1. Create a new color picker component using HSL-A properties in color.

This is the latest component provided by the KvColorPicker-Android library and that contain a color spectrum as a slider. Consumer can drag and select the color from the spectrum. Then in selected color, they can change the saturation, lightness and alpha values and generate the color as they exactly required.

  1. Expose HSL-A color picker UI as a separate component, that available in above bottom sheet.

This HSL-A sliders component is already available in color selection bottom sheet, but we expose that as a separate component, if any developer want to show that as a item in their UI instead of bottom sheet.

  1. Make the color (RED, GREEN and BLUE) values editable in RGB-A color picker component.

From this version, consumer can edit the already changed/selected color value by dragging the slider manually from the text-field.

Contribution
We welcome contributions! Please fork the repository, make your changes, and submit a pull request. Ensure your code adheres to the established guidelines.

License

KvColorPallet-Android is licensed under the MIT License.

Release v2.0.0

03 Mar 21:56
7adbea4
Compare
Choose a tag to compare

About

Releasing v2.0.0 the KvColorPicker-Android android library with following features.

  1. Create a new color picker component using HSL-A properties in color.

This is the latest component provided by the KvColorPicker-Android library and that contain a color spectrum as a slider. Consumer can drag and select the color from the spectrum. Then in selected color, they can change the saturation, lightness and alpha values and generate the color as they exactly required.

  1. Proving a UI for pick colors as a BottomSheet in Android

Now the existing BottomSheet is contain newly introduce HSL-A color picker component as well.

  1. Expose HSL-A color picker UI as a separate component, that available in above bottom sheet.

This HSL-A sliders component is already available in color selection bottom sheet, but we expose that as a separate component, if any developer want to show that as a item in their UI instead of bottom sheet.

Contribution
We welcome contributions! Please fork the repository, make your changes, and submit a pull request. Ensure your code adheres to the established guidelines.

License

KvColorPallet-Android is licensed under the MIT License.

Release v1.0.0

17 Feb 03:13
3f7828c
Compare
Choose a tag to compare

About

Releasing v1.0.0 the KvColorPicker-Android android library with following features.

  1. Proving a UI for pick colors as a BottomSheet in Android

This is comes as a separate UI component to the developers that they can use any of their composable UI in the application. This bottom sheet contains two components to pick colors. That is color grid and RGB-A color sliders.

  1. Expose RGB-A color sliders UI as a separate component, that available in above bottom sheet.

This RGB-A sliders component is already available in color selection bottom sheet, but we expose that as a separate component, if any developer want to show that as a item in their UI instead of bottom sheet.

  1. Expose color grid UI as a separate component, that available in above bottom sheet.

This color grid component is already available in color selection bottom sheet, but we expose that as a separate component, if any developer want to show that as a item in their UI instead of bottom sheet.

Contribution
We welcome contributions! Please fork the repository, make your changes, and submit a pull request. Ensure your code adheres to the established guidelines.

License

KvColorPallet-Android is licensed under the MIT License.

Release v0.0.2

14 Feb 16:07
Compare
Choose a tag to compare

About

From this release to KvColorPicker-Android library, we introduce new UI component to pick color with RGB-A color selector. This component provides a color grid.

Features

  • BottomSheet color picker
  • Pick color from RGB-A values
  • Pick color from Predefined color grid

Release v0.0.1

11 Feb 20:19
23f88bd
Compare
Choose a tag to compare

About

This is for first release of KvColorPicker library. This provides basic Jetpack Compose UI for pick/select color using RGB-A colors.

Features

  • BottomSheet color picker