x-render icon indicating copy to clipboard operation
x-render copied to clipboard

Use latest color-picker component

Open aaronmcdavid opened this issue 11 months ago • 1 comments

期望的新功能 (describe the expected new feature)

Switch from rc-color-picker to @rc-component/color-picker.

简述一下使用场景,便于开发者更好理解新功能的必要性 (describe your scenario for us to understand the need)

The version of rc-color-picker used by form-render is six years old. The same package is now being maintained as the package @rc-component/color-picker. To prevent dependency proliferation, the newer version should be used.

Nota bene: @rc-component/color-picker requires a react version of 16.9.0, which is higher than 16.8.0, the version currently required by form-render.

aaronmcdavid avatar Mar 11 '24 12:03 aaronmcdavid

I need to evaluate the differences between the two npm packages, especially in the Props properties.

lhbxs avatar Mar 22 '24 02:03 lhbxs