mll-lab / react-components

Shared React components of MLL
https://mll-lab.github.io/react-components
MIT License
1 stars 2 forks source link

Upgrade antd #270

Open kilya11 opened 5 months ago

kilya11 commented 5 months ago

Current version: "antd": "4.20.5".

The release 4.23.5 contains:

🐞 Fix Textarea with autoSize blink on the fist mount. https://github.com/ant-design/ant-design/issues/36556

Such Textarea elements on our pages cause a layout shift and should be prevented.

The target release is 4.23.6 because a new bug was introduced:

🐞 Fix Input.TextArea render extra input node when enable autoSize.

spawnia commented 5 months ago

Why not https://github.com/ant-design/ant-design/releases/tag/4.24.16, the latest 4.x release?

kilya11 commented 5 months ago

It should also be ok. Hopefully this minor version is without breaking changes 🤞