Skip to content
- Form
- 🆕 Form.Item supports hiding labels. #51524 @crazyair
- 🐞 Form removes the div used to expand the error height, wraps errorDom and extraDom with a div, and sets a minimum height for the div. #51254 @hongzzz
- 🐞 Fix the problem that
onValuesChange is still triggered when the Form field triggers change but the value does not change. #51437 @crazyair
- 🆕 Form supports the focus property in scrollToFirstError when form validation fails. #51231 @nathanlao
- Table
- Tree
- 💄 Fix the problem of missing padding style for selected nodes in Tree. #51492 @zombieJ
- 🆕 Tree component Token adds
nodeHoverColor and nodeSelectedColor support. #51367 @zmbxy
- 🆕 Tree adds
indentSize token for custom indent width. #51010 @afc163
- DatePicker
- 🆕 DatePicker supports prefix attribute. #51335 @guoyunhe
- 💄 Fixed the issue of DatePicker.RangePicker flashing when the mouse moves between cells. #51533 @afc163
- Input.OTP
- 🆕 In the
Input.OTP component, add onInput event to get the value of each user input. At the same time, the relevant documentation has been updated. #51289 @aojunhao123
- 🐞 Fixed the problem that Input.OTP cannot specify
inputMode. #51271 @alan-rudzinski
- 🆕 ColorPicker supports
disabledFormat. #51539 @su-muzhi
- 🆕 Add
cursor configuration item to the focus method of InputNumber component to control the cursor position. #51444 @aojunhao123
- 🆕 Cascader adds
disabled attribute to disable all first-level directory items of the component. #51272 @aojunhao123
- 🆕 Descriptions supports single-line spreading. #51365 @crazyair
- 🆕 Select/TreeSelect/Cascader components add
prefix property to support custom prefix. #51186 @guoyunhe
- 🐞 Fix the problem that the preview image class name is lost when setting
ImageProps.preview.rootClassName in Image. #51538 @dislido
- 🐞 Fixed the issue that the last item in the TimePicker panel column cannot be scrolled to the top. #51481 @zombieJ
- 🐞 Fix TreeSelect dropdown height not enough. #51567 @afc163
- 🐞 Fixed the issue that Typography is not updated immediately when the ConfigProvider language is switched. #51453 @thinkasany
- 🐞 Fixed the issue that Upload
itemRender calling action.preview will cause a crash. #51419 @yoyo837
- 🐞 Fixed Splitter pseudo-element symbol issue. #51536 @dislido
- 💄 Optimize Collapse accessibility attribute and mouse hover style. #51400 @afc163
- 💄 Fix styling issue of Menu title content. #51425 @coding-ice
- 🇵🇹 Fix translation in Portuguese (pt_PT) localization file for better accuracy and consistency. #51501 @alexandre-p-marques-alb
- 🇺🇿 Optimize uz_UZ internationalization. #51407 @Zukhrik
- TypeScript