Skip to content

Releases: cyhnkckali/vue3-color-picker

Version 2.1.5

02 Sep 06:35

Choose a tag to compare

1 - When the showButtons property is set to true, the onChange event has been added to monitor the changing value.
2- Slots have been added for buttons.

<slot name="buttons" :save="handleSave" :cancel="handleCancel">
<button class="ck-cp-buttons__button ck-cp-buttons__button--save" type="button" @click="handleSave">
{{ local.btnSaveLabel }}
</button>
<button class="ck-cp-buttons__button ck-cp-buttons__button--cancel" type="button" @click="handleCancel">
{{ local.btnCancelLabel }}
</button>
</slot>

Version 2.1.3

29 Aug 14:49

Choose a tag to compare

If the given value is not compatible with the selector's mode, the mode changes to a value compatible with the given value. This check is only performed within onMounted.

Version 2.1.2

25 Mar 12:28

Choose a tag to compare

#42 Issues Fixed

Version 2.1.1

19 Mar 06:59

Choose a tag to compare

#40 Fixed, thank you @xthree
#39 Fixed

Added touch support for mobile devices

Version 2.0.8

04 Mar 07:52

Choose a tag to compare

#37 Fixed Issues

Version 2.0.7

21 Nov 05:58

Choose a tag to compare

Version 2.0.6

18 Nov 06:53

Choose a tag to compare

#26 Fixed

thank you @kaskenov

Version 2.0.4

14 Nov 07:49

Choose a tag to compare

In addition to the dynamic colour change, save and cancel buttons are available. property (showButtons)
#31 Fixed

Added initial gradient type property (gradientMode)
#32 Fixed

Version 2.0.0

28 May 15:25

Choose a tag to compare

#23 Fixed
#21 Fixed

Features with Version 2.0

  • Ability to change mode instantly
  • Change the value in the colour list
  • Delete a value in the colour list
  • Yeni stil değişkenleri
  • New ui design

Version 1.1.9

10 Apr 18:42

Choose a tag to compare

#19 Fixed new Hex input