Skip to content

Releases: tinper-bee/bee-colorpicker

v0.0.15

Choose a tag to compare

@github-actions github-actions released this 24 Apr 09:50

Bug Fixes

v0.0.14

Choose a tag to compare

@yangchch6 yangchch6 released this 27 Nov 02:56
  • bee-colorpicker@0.0.14
    • [ Feature ]新增禁用弹框API:disabledModal。

v0.0.13

Choose a tag to compare

@yurokn yurokn released this 30 Aug 09:37
  • bee-colorpicker@0.0.13
    • [ Fixbug ]解决了colorPicker白色回显的时候变成none了 #319

v0.0.12

Choose a tag to compare

@yurokn yurokn released this 27 Aug 08:09
  • bee-colorpicker@0.0.12
    • [ Feature ]新增了自定义传给modal子组件属性的功能
    • [ Feature ]新增了自定义是否隐藏右侧参数区域的功能

bee-colorpicker@0.0.11

Choose a tag to compare

@yangchch6 yangchch6 released this 28 Apr 05:55
  • bee-colorpicker@0.0.11
    • [Feature]增加title:自定义标题,cacelBtn:自定义取消按钮文字,confirmBtn:自定义确认按钮提示三个属性。

v0.0.8

Choose a tag to compare

@yangchch6 yangchch6 released this 19 Apr 01:55
  • bee-colorpicker@0.0.8
    • [Fixbug]解决ColorPicker设置value属性,色块没有随之改变的问题

v0.0.7

Choose a tag to compare

@yangchch6 yangchch6 released this 10 Apr 02:29
  • bee-colorpicker@0.0.7
    • [Fixbug]解决下拉框选择颜色后,关闭弹窗,再次打开时,选择项未保存的问题
    • [Fixbug]解决选择颜色后点击取消按钮,选择项被保存的问题
    • [Fixbug]alpha最大值改为100
    • [Feature]alpha的输入框改用InputGroup组件
    • [Feature]增加alpha修改后颜色预览区域的背景图

v0.0.6

Choose a tag to compare

@yangchch6 yangchch6 released this 03 Apr 01:49
  • [Feature]bee-colorpicker@0.0.6,样式修复

v0.0.5

Choose a tag to compare

@yangchch6 yangchch6 released this 02 Apr 12:45
  • [Feature]bee-colorpicker@0.0.5,样式修复

v0.0.4

Choose a tag to compare

@yangchch6 yangchch6 released this 02 Apr 09:02
  • [Feature]bee-colorpicker@0.0.4
    • 增加透明度设置
    • 提供默认的hex和rgb值
    • 增加placeholder属性设置
    • 自动计算hover和active,返回色值对象
    • 如果不传label,则不渲染DOM
    • 修改onChange事件,返回包含classrgbhex属性的对象
    • 选中色块中的图标颜色根据背景色动态计算