Skip to content
- 🆕 ConfigProvider now supports
className and style properties for all components. Thanks to @Yuiai01, @li-jia-nan, @MuxinFeng for their contributions.
- 🆕 Badge now supports
classNames and styles properties. #43245 @li-jia-nan
- 🆕 ColorPicker now supports new features such as
showText, destroyTooltipOnHide, onChangeComplete, panelRender and size.
- 🆕 Alert, Drawer, Modal, Notifaction, Tag, Tabs now support hiding the close button by setting
closeIcon to null or false. #42828 @kiner-tang
- 🆕 Image supports
imageRender, toolbarRender attributes to support custom rendering of preview images and toolbars, also supports new props such as onTransform, minScale, maxScale. Image.PreviewGroup supports items attribute to pass in list data, and fixes that the native attributes of the img tag are not passed to preview images The problem. #43075 @linxianxi
- 🆕 Modify the layout style of the Image preview, the
preview attribute supports closeIcon, Image.PreviewGroup supports the fallback attribute, and fixes the problem of loading preview resources in advance. #43167 @linxianxi
- 🆕 Changed the layout style, Preview now supports
closeIcon, PreviewGroup now supports fallback, and fixed an issue where preview resources would be loaded at the beginning.#43167 @linxianxi
- 🛠 InputNumber was refactored to use rc-input. #43000 @muxin
- 🛠 Resolved Circular dependency issue in vite, rollup, meteor and microbundle. #42750. Thanks to @jrr997, @kiner-tang and @MuxinFeng for their contributions.
- 🐞 Remove default values (empty string) of
className prop in Anchor, CollapsePanel, and Input.Group. #43481 @thinkasany
- 🐞 Fix Upload progress bar missing fade motion. #43471
- 🐞 Added warning for deprecated Token
colorItemBgSelected in Menu.#43461 @MadCcc
- 🐞 Fixed an issue where some browsers had scroll bars that were not redrawn when style feature support was detected.#43358 @LeeeeeeM
- 🐞 Fixed an issue where the Tab component of Card would not be displayed at all when tabList is empty.#43416 @linxianxi
- 🐞 Fixed an issue where the `form.validateMessages`` configuration would be lost when using ConfigProvider nestedly.#43239 @Wxh16144
- 🐞 Fixed an issue where the ripple effect of Tag click would sometimes be offset from the Tag element.#43402
- 🐞 Fixed an issue where clicking "now" in DatePicker when switching to the year-month panel would not work.#43367 @Yuiai01
- 🐞 Fixed an issue where the height set for the TextArea component would become invalid when the screen size changed.#43169 @MadCcc
- 💄 In Slider, the
tooltip should be centered when there is little content. #43430 @Jomorx
- 💄 Added
colorLink to the seed token, and colorLinkHover and colorLinkActive will be calculated from colorLink.#43183 @MadCcc
- 💄 Adjusted some tokens in Slider to component tokens. #42428 @heiyu4585 RTL#42428 @heiyu4585
- RTL
- TypeScript
- 🤖 Added
RawPurePanelProps interface description for Popover.#43453 @thinkasany
- 🤖 Replaced
ref type with TooltipRef instead of unknown for Popconfirm.#43452 @thinkasany
- 🤖 Replaced
ref type with TooltipRef instead of unknown for Popover.#43450 @Negentropy247
- 🤖 Improved type declaration of
GroupSizeContext in ButtonGroup.#43439 @thinkasany
- 🤖 Improved type declaration of
mode property in Select.#43413 @thinkasany
- 🤖 Replaced
ref type with CheckboxRef instead of unknown for Checkbox.#43424 @li-jia-nan
- 🤖 Improved internal type implementation for Table/Tag/Notification.