mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* fix(style): [color-picker-panel] removed unnecessary background
* feat(components): [color-picker-panel] added props for hue-slider
- Added prop `hue-slider-class` to define
custom class names for hue-slider
- Added prop `hue-slider-style` to define hue-slider's style
* test(components): [color-picker-panel] tests for new props
testing `hueSliderStyle` and `hueSliderClass`
* perf(types): [color-picker-panel] updated ColorPickerPanelProps
* perf(docs): [color-picker-panel] add descriptions about new props
* Revert "fix(style): [color-picker-panel] removed unnecessary background"
This reverts commit 5e34317c30.
* feat(types): [color-picker-panel] new props
Added `hueSliderClass` and `hueSliderStyle` to
deprecated colorPickerPanelProps.
* fix(components): [color-picker-panel] correct document nits
* test(components): optimized test case
* chore: remove conflict pending state & fix grammar
* chore: bump version
* docs(components): [color-picker-panel] modified version tag
* perf(components): [color-picker-panel] updated types
---------
Co-authored-by: Dsaquel <291874700n@gmail.com>