Open kilya11 opened 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.
Why not https://github.com/ant-design/ant-design/releases/tag/4.24.16, the latest 4.x release?
It should also be ok. Hopefully this minor version is without breaking changes 🤞
Current version: "antd": "4.20.5".
The release 4.23.5 contains:
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: