Skip to content

Releases: xiaokaike/vue-color

2.4.2

23 Oct 10:24
Compare
Choose a tag to compare

Bug Fixes

  • fix: can't add black and white in the Swatches component, closes #91

2.4.1

14 Oct 13:53
Compare
Choose a tag to compare

Improments

  • Chrome.vue

    • Change to RGBA format automatically when slide on the alpha bar, closes #89
    • Add alpha on/off option, closes #88
  • Sketch.vue

    • Add alpha on/off option, closes #88

2.4.0

25 Aug 09:36
Compare
Choose a tag to compare

Improvements

  • Photoshop.vue
    • HSV fields are editable now.
    • When click 'Current Color' , will change the color accrodingly.
  • Chrome.vue
    • Style improve.
    • HSLA fields are editable now.
  • Sketch.vue
    • Style improve
    • Can customize preset colors now, closes #55 #9
  • Compact.vue
    • Can customize preset colors now, closes #63 #55
  • Swatches.vue
    • Style improve.
    • Can customize preset colors now, closes #55

2.3.2

10 Aug 14:27
Compare
Choose a tag to compare

Bug Fix

  • add css classname prefix ( fix #82 )

2.3.1

08 Aug 15:05
Compare
Choose a tag to compare

Bug Fixes

  • In Vue 2.4.2, EditableInput Component shows warning of 'Computed property "val" was assigned to but it has no setter'. Closes #83
  • Duplicated key checking #80

2.3.0

29 Jul 14:34
Compare
Choose a tag to compare

Refactor

  • use webpack3

Bug Fix

  • Can't import component individually. #67

v2.2.3

25 Jul 02:21
Compare
Choose a tag to compare
  • Fix can not select color #000000 when moving the marker in component Saturation. #78

2.2.2

20 Jul 12:42
Compare
Choose a tag to compare
  • Fix saturation component horizontal shift problem #25 #31
  • PhotoShop component use hsv instead of hsl internally

2.2.1

20 Jul 12:44
Compare
Choose a tag to compare
  • Fix hue slider doesn't give full spectrum #31
  • Fix hue slider unable to move when hsv.s = 0 #31