alibaba / x-render

🚴‍♀️ 阿里 - 很易用的中后台「表单 / 表格 / 图表」解决方案
https://xrender.fun
6.91k stars 980 forks source link

Use latest color-picker component #1496

Open aaronmcdavid opened 4 months ago

aaronmcdavid commented 4 months ago

期望的新功能 (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.

lhbxs commented 3 months ago

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