Releases: KvColorPalette/KvColorPicker-Android
Release v2.2.0
About
Releasing v2.2.0 the KvColorPicker-Android
android library with following features.
- From this version start to consume
KvColorPalette-Android
library v3.2.0
KvColorPicker-Android
library is depending onKvColorPalette-Android
library. From this release start to consume v3.2.0 version ofKvColorPalette-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 givenhue
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
About
Releasing v2.1.0 the KvColorPicker-Android
android library with following features.
- 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 thesaturation
,lightness
andalpha
values and generate the color as they exactly required.
- 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.
- 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
About
Releasing v2.0.0 the KvColorPicker-Android
android library with following features.
- 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 thesaturation
,lightness
andalpha
values and generate the color as they exactly required.
- 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.
- 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
About
Releasing v1.0.0 the KvColorPicker-Android
android library with following features.
- 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.
- 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.
- 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
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
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