Skip to content
- 🔥 Add new component Space.Compact used to replace Input.Group and Button.Group. #37652 @foryuki
- 🆕 The
disabled property on components inside a Form will now take precedence over the disabled property of the Form. #37628 @kiner-tang
- 🆕 Add
text config for editable Typograph, support enabling ellipsis and editable at the same time. #37761 @zheeeng
- 🆕 Row
align and justify support reponsive value. #37860 @kiner-tang
- 🆕 Image add
preview.scaleStep prop to adjust the magnitude of zoom in and out and set the default scaleOffset to 0.5. #37340 @coldice945
- 🆕 Steps support
items. #37531 @heiyu4585
- 🆕 Collapse supports
collapsible="icon" to collapse by clicking icon. #37566 @Sheepeer
- 🆕 Input.Password supports
visibilityToggle={{ visible, onVisibleChange }} so that you can manually control password display and hide. #38216 @MrHeer
- 🆕 Breadcrumb added the
menu property. #37885 @JarvisArt
- 🆕 Dropdown added the
menu dropdownRender property, and deprecated the overlay property. #37885 @JarvisArt
- Table
- 🐞 Fix Tabs component not reading the
getPopupContainer property of ConfigProvider. #38238 @ZH-seven
- 🐞 Fix Tooltip is broken when used in a disabled Menu.Item. #38273
- 🐞 Fix the issue of miscalculated transform-origin for Tooltip with
placement values like topRight or bottomLeft. #38159 @strear
- 🐞 TimePicker remove redundant warning about using
popupClassName. #38190 @kiner-tang
- 🐞 Fix nest Drawer with default
open append document order issue. #37767 #37790
- 🐞 Fix issue where numbers were not displayed when Badge set both
color and count. #37609 @kiner-tang
- 🐞 Fix Progress zoom behavior in Safari. #38301
- Modal
- 🐞 Fix Modal animation flush issue in React 18. #38275
- 🐞 Fix Modal.method() not focus trigger after close. #38275
- Transfer
- 🛠 Refactor Anchor to Function Component, some methods of obtaining
ref and calling internal instance methods will invalid.. #38265 #37957 @li-jia-nan @RexSkz
- 🛠 The layout of the Dropdown.Button component is implemented using Space.Compact instead. #38090 @foryuki
- 🛠 Optimize the internal implementation of DirectoryTree Typography component. #38184 #38181 @holazz #37716 @zheeeng
- 💄 Fix TextArea custom border style not working when allowClear is enable. #38101
- 💄 Fix Popconfirm style issue when icon={null}, now an additional span tag will be wrapped around the icon element. #37384 @edc-hui
- 💄 Fix Menu highlight style in compact mode. #38223 @messaooudi
- Carousel
- 💄 Enlarge Carousel dots hover area for better experience. #38257
- 💄 Fix Carousel dots margin style not being reset. #38100
- TypeScript
- 🌐 Localization