Skip to content
- 🔥 New Component ColorPicker. #41990 @RedJue
- 🆕 Add
DatePicker.generateCalendar and Calendar.generateCalendar custom date component method, no need to import from module path. #41773
- 💄 Optimize the style of Select, TreeSelect, Cascader multi-selection mode, remove the Tag border. #41480
- 🆕 Form
validateFields support validateOnly to not to update UI status. #42273
- 🆕 DatePicker support changeOnBlur to trigger change event without clicking confirm. #42168
- 🆕 Cascader
options support disableCheckbox prop. #42024 @BoyYangzai
- 🆕 Popconfirm add
onPopupClick prop. #42272 @bolosea
- 🆕 QRCode add
bgColor prop to set background color. #42214 @bolosea
- 🆕 Table.Summary.Row component add
onClick prop. #42175 @Ylg12345
- 🆕 Space support ref. #42266 @RedJue
- 🆕 The
size of Tab defaults to inherit Card. #42183 @huangkairan
- ConfigProvider
- 🐞 Fix ConfigProvider
size prop not work on Pagination. #42206
- 🐞 Fix ConfigProvider
size prop not work on Steps. #42278 @wanghui2021
- 🐞 Fix ConfigProvider
size prop not work on Descriptions. #42244 @wanghui2021
- 🐞 Fix the size is not inherited from ConfigProvider when the
componentSize is set. #42199 @Ec-tracker
- 🐞 Fix then icon styles for Input are incorrect in Space Compact mode. #42167 @pengyw97
- 🐞 Fix Popover display empty div when
title and content is null. #42217 @hairgc
- 🐞 Fix the error that Circle Progress does not set
size. #41875 @notzheng
- 🐞 Fix Progress throws warning
findDOMNode is deprecated in StrictMode. #42241 @BoyYangzai
- 💄 Fix the problem that the InputNumber out of range style does not take effect. #42250 @pengyw97
- 💄 Fix the problem that Divider cannot be displayed normally due to the overwriting of the dashed line style in the vertical direction. #40418 @buqiyuan
- 💄 Adjust Tooltip motion that will auto detect best match transform origin. #42225
- 💄 keep Checkbox.Group style the same as v4. #42103 @BoyYangzai
- 💄 Improve the style when the Menu overflowed. #42294 @dhalenok
- 💄 Improve the Segmented mouse active style. #42249
- 🤖 Spin add warning if use
tip when not in nest pattern. #42293
- 🤖 Component Token name canonicalization. #42184
- TypeScript
- 🤖 Optimize the type definition of Tag. #42235 @gaoqiiii
- 🤖 Optimize Notification
getContainer type definition. #40206 @leshalv
- 🤖 Improved support for generics MenuItemType and MenuItemProps in the Menu component. #42240 @yangyuanxx
- Locales