Skip to content
- 🔥 New App Component which provide global style & static function replacement. #39046
- 🔥 New QRCode Component. #38948
- 🔥 New Watermark Component. #39064 @JarvisArt
- 🆕 Mentions support
options prop. #38630 @heiyu4585
- 🆕 FloatButton support
clickOutAutoClose. #39501 @BoyYangzai
- 🆕 Popconfirm support
description prop. #39250 @xhh0223
- 🆕 Modal.confirm support
footer prop. #39048 @owjs3901
- 🆕 Table support
rowScope to set the column range. #39571
- 🆕 Anchor support
items data configuration option content, which supports nesting through children. #39034 @foryuki
- 🆕 Breakpoints can now follow theme token config. #39105 @azro352
- 🆕 Tour prevButtonProps nextButtonProps support
style classname prop. #38939 @ONLY-yours
- 🆕 ConfigProvider support config
select.showSearch. #39531 @YinDongFang
- 🐞 Fix Tabs
inkBar not show in StrictMode. #39653
- 🐞 Fix Badge component width not being affected by parent element. #39605 @AydenGen
- Select
- 🐞 Fix wrong usage of icon color token in Select. #39644
- 💄 Optimize Select a11y to bind real option element when
virtual=false. #39550
- 🐞 Fix Tour steps set type=‘primary’ not work. #39382 @heiyu4585
- 🐞 Fix disabled style miss when has href on Button. #39456 @BoyYangzai
- 🐞 Fix Segmented icon unexpected margin. #39575
- 🐞 Fix Drawer unexpected warning about
DefaultProps. #39562
- Menu
- 🐞 Fix Menu.Submenu will flicker when use
createRoot to render. #38855 @JarvisArt
- 🛠 Refactor MenuItem to Function Component. #38751
- 💄 Optimize Menu item style when selected. #39439
- 🛠 LocaleProvider has been deprecated in 4.x (use
<ConfigProvider locale /> instead), we removed the related folder antd/es/locale-provider and antd/lib/locale-provider in 5.x. #39373
- 🛠 Simplified lodash method introduction. #39599 #39602
- TypeScript
- 🤖 Optimize Button DropDown Modal Popconfirm Select Transfer mouse event type definition. #39533
- 🤖 New export type
FloatButtonGroupProps. #39553
- 🌐 Localization