| order | 6 |
|---|---|
| title | Changelog |
| toc | false |
| timeline | true |
| tag | vVERSION |
antd follows Semantic Versioning 2.0.0.
- Weekly release: patch version at the end of every week for routine bugfix (anytime for urgent bugfix).
- Monthly release: minor version at the end of every month for new features.
- Major version release is not included in this schedule for breaking change and new features.
2024-05-27
- 🐞 Fix Modal with
confirmwould not close correctly when returningtrueinonOkoronCancel. #49054 @wanpan11 - 🐞 Fix Carousel was warned about having non-standard DOM attributes by React. #49031
- 🐞 Fix Form prop of
scrollToFirstErrornot working for InputNumber. #48989 @Wxh16144 - TypeScript
2024-05-19
- 🐞 MISC: Fix some components throws
findDOMNodewarning in React 18.3.0. #48958 - 🐞 Fix Button that
fontSizetoken not works. #48893 @wanpan11 - 💄 Fix Pagination size-changer element style. #48931 @wanpan11
2024-05-14
- 🐞 MISC: Fix
libbundle mistake deps on theesmodule which break the build progress. #48914
2024-05-14
- 🐞 Optimize the internal logic of the Form, fix the problem that antd takes too long time to build in Next.js. react-component/async-validator#9
- 🐞 Fix visually not centered when Tooltip content is only one character. #48890 @kiner-tang
- Button
- 🐞 Fix hover and active styles not differentiating when Button
type="text"andtype="danger"are used together. #48876 @LonelySnowman
- 🐞 Fix hover and active styles not differentiating when Button
- Fix issue where some components throw findDOMNode warnings
- 💄 Add className to internal component Spin given by Drawer to prevent internal Spin styles from overriding user-passed Spin styles. #48857 @li-jia-nan
- 💄 Fix missing bottom border when Card
size="small". #48787 @wanpan11 - 🐞 Fix AutoComplete
tagRendernot working for maxTag and clicking on an edge triggering unexpected closure of the layer. #48798 - RTL
- 💄 Fix Button's missing icon order and margins under RTL. #48821
- TypeScript
2024-05-03
- 🔥🔥🔥
@ant-design/cssinjsStyleProvider supports configuringlayerto unified downgrade CSS priority. After the downgrade, the style of antd will always be lower than the default CSS selector priority, so that users can override the style (please be sure to check the browser compatibility of @layer), see full documentation for usage. #48229 - 🆕 Carousel supports
arrowsto switching between slides now. #48542 - Form
- Typography
- DatePicker
- Drawer
- 🆕 Drawer supports
loadingprop now. #48563 @Enigama - 🐞 Fix Drawer
classNames.wrappernot working. #48721 @replygirl
- 🆕 Drawer supports
- Slider
- Button
- 🆕 Button add
iconPositionprop to specify icon position. #47791 @GeorgeHcc - 🆕 Button supports
autoInsertSpaceprop. #48348 @li-jia-nan
- 🆕 Button add
- 🆕 ConfigProvider supports
button.autoInsertSpaceprop and deprecatedautoInsertSpaceInButtonprop. #48348 @li-jia-nan - 🆕 TreeSelect supports
onPopScrollprop now. #48636 @wanpan11 - 🆕 Tabs supports
more={{ .. }}to customize more dropdown. #48321 @CooperHash - 🆕 Flex
wrapcould be boolean type now. #48391 @li-jia-nan - 🆕 Input.OTP supports
maskprop. #48257 @li-jia-nan - 🆕 Alert supports
idandrefprops. #48336 @li-jia-nan - 🆕 Upload supports
ref.nativeElenent. #48210 @Wxh16144 - 🐞 Fix List would not rerender when
gridchanged. #48683 @coderz-w - 🐞 Fix QRCode size cannot fit it's container and remove default padding of
bordered={false}. #48194 @thinkasany - 🐞 Fix Table shadow should be show when there are columns where
fixed={false}. #1113 @linxianxi - 🐞 Fix Progress tooltip wrong distance. #48686
- 📖 Table add column-drag sorting demo. #48434 @GeorgeHcc
- TypeScript
- Locales
- 🇯🇵 Fix missing Japanese locale translation. #48704 @edikurniawan-dev
- 🇮🇩 Fix missing Indonesian locale translation. #48703 @edikurniawan-dev
2024-04-28
- 🐞 Fix Transfer component issue when trying to select item from the right column while it has "unknown-key" within targetKeys. #48664 @andreyk1512
- 🐞 Fix Steps custom icon not vertically centered error. #48650 @ZinkWu
- 🐞 Fix Badge number centered but slightly right-aligned. #48605 @akinocccc
- 🐞 Fix Popover and Popconfirm blinking when open on the right edge of screen. #48591
- 🐞 Fix ColorPicker that cleared icon should change when initial value is
undefined. #48584 @MadCcc - 💄 Fix Collapse bottom border issue. #48561 @hamzaseif13
- 💄 Adjust Input border style in form validation when disabled. #48616 @nova1751
- TypeScript
- 🤖 Add missing generic type of Upload prop. #48614 @li-jia-nan
- 🤖 Fix missing generic type of Upload
customRequestprop. #48612 @jas0ncn
- Locales
2024-04-22
- 🐞 Fix Select with
multipleandpaddingXXS=0will break the height align ofcontrolHeighttoken. #48574 - 🐞 Fix Upload miss style when enable CSS Variable. #48569 @nova1751
- 🐞 Fix Slider in
rangetooltip blink when drag the handle over another one. #48536 - Input
- 🐞 Fix the text of the button is not the large size when Input.Search is set to a large size. #48527
- 🐞 Fix abnormal text display in Input.TextArea. #48489 @korkt-kim
- 🐞 Fix the stuck animation effect of the Upload component image. #48522 @nova1751
- 🐞 Fix the issue where the Switch component using
checkedChildrenandunCheckedChildrendid not add a default height. #48513 @wanpan11 - 🐞 Fix the warning reminder when Form.Item uses noStyle with no value. #48508
- 🐞 Fix Popover
defaultOpensetting failed. #48481 @linhf123 - 🐞 Fix where
placeholderis not displayed when DatePicker is configured withmultiple. #48387 @nova1751 - 🐞 Fix where ColorPicker clear color could not be changed when controlled in strict mode. #48450
- 💄 Fix the arrow style issue when Collapse uses third-party icons. #48417 @guoyunhe
- 💄 Optimize the animation effect of the embedded Menu Sider when it is expanded. #48127 @metouch
- 💄 Optimize Steps process style. #48464
- Locales
- 🇨🇳 Add zh_CN zh_HK zh_TW Table licales. #48543 @thinkasany
- 🇮🇩 Add id_ID DatePicker Form Table etc. locales. #48537 #48287 @edikurniawan-dev
- 🌐 Optimize Transfer localization to use
deselectAlllocale when need deselect all. #48553 @coderz-w
2024-04-21
- 🛠 Script failed to publish an empty package. Do not use this version.
2024-04-15
- 🐞 Fix Input.OTP controlled
valueto''not work as expect. #48399 - 🐞 Fix DatePicker of
multiplewith week picker not show the selection on the panel. #48355 - 🐞 Fix Upload
listTypewithpicture-cardorpicture-circlehas additional space on top. #48370 - Typography
- 🐞 Fix Typography dynamic set
copyableoreditablewill not show the operation button. #48350 - 🐞 Fix Typography dynamic update
copyable.textnot working. #48347 - 🐞 Fix Typography using
ellipsisconfig withexpandable="collapsible"androw={1}at both time will make ellipsis not working as expect. #48340
- 🐞 Fix Typography dynamic set
- 💄 Fix Steps in compact theme not show the correct progress style. #48251
- 💄 Refactor Tabs and wave-related components CSS duration values with
motionDurationSlowComponent Token. #48311 #48312 @li-jia-nan - 🇯🇵 Add Transfer missing ja_JP translations. #48411 @Inshiku-Han
- 🇯🇵🇰🇷 Fix Picker ja-JP and ko-KR translations. #48382 @li-jia-nan
- 📦 Use constant instead of enumeration to reduce package size. #48406 @kiner-tang
2024-04-05
- 🛠 Adjust Typography
ellipsislogic to use CSS ellipsis in SSR to enhance user experience. #48205 - 🐞 Fix FloatButton config
tooltipandbadgeat same time will makebadgecustomize background not working. #48198 @LonelySnowman
2024-03-31
- 🔥 New component Input.OTP support. #48076
- 🆕 Closable components support
aria-*inclosable. @kiner-tang- 🆕 Tag
- 🆕 Notification
- 🆕 Table add
rowHoverableto control hover effect. #48112 @madocto - 🆕 Typography support async copy. #48123 @crazyair
- 🆕 Progress support
stepswithcircle. #47940 @yykoypj - 🆕 Table support
onScrollevent for table body scroll. #47986 - 🆕 Typography ellipsis supports expand and collapse. #47264 @crazyair
- 🆕 ConfigProvider support configuring FloatButton.Group
closeIcon. #47953 @li-jia-nan - 🆕 Table support
showSorterTooltip.targetprop for sorters. #47409 @Ke1sy - 🆕 Cascader support
optionRender. #47727 @crazyair - ⌨️ Popover can be closed by ESC when trigger is
focusorclick. #47928 @CooperHash - 🐞 Fix Button that vertically center icons when icon-only. #48178 @momesana
- 🐞 Fix Modal.confirm content is not centered when icon is null. #48173
- Form #48163 @madocto
- 🐞 Fix Form
getValuePropsshouldn't work when FormItem'snamedoesn't exist . - 🐞 Fix Form's
setFieldsValueshould tread same assetFields.
- 🐞 Fix Form
- 🐞 Fixe Table that internationalization of table columns fails when searching. #48126 @LingJinT
- 🐞 Fix Upload that
onChangeshould be triggered whenfileList.lengthis larger thanmaxCount. #47747 @Zhou-Bill - 🐞 Fix Carousel several bugs by upgrading react-slick changes and renewing TS type. #48093
- 🐞 Fix ColorPicker that displayed cleared color not change after
valuechanged. #47816 @MadCcc - 🐞 Make Badge consistent with Tag that applay
colorInfotoken in processing. #47695 @pfdgithub - 🇮🇸 Add missing form translations in is_IS. #48104 @LonelySnowman
- 🇺🇿 Add Uzbek(latn) locale. #47899
- TypeScript
2024-03-25
- 💄 Fix QRCode that custom style would be overrided by internal style. #48053 @li-jia-nan
- 💄 Fix Radio disabled hover style. #47972 @madocto
- 🐞 Fix Watermark sometime repeat re-render when browser set scale. #47895
- TypeScript
- 🤖 Affix Export AffixRef interface. #47982 @li-jia-nan
- 🤖 MISC: Fix GetRef ts util can not get correct ref type for some component. #47983
2024-03-17
- 💄 Unify Modal, Drawer, notification and Tour close button style. #47909
- 🐞 Fix Badge and text node align style under Space. #47908
- 💄 Fix Upload file list actions wrap style. #47898
- 🐞 Fix Typography config the
ellipsis.symbolexceed the single line height will make ellipsis rows not correct issue. #47889 - 🐞 Fix DatePicker component height not correct when customize
controlHeight. #47874 - 🐞 Fix DatePicker with
multipleselector collapse for cross the line. #47821 - 🐞 TimePicker revert and add warning for
onSelectAPI which is already removed in v4 but not update in English documentation. #47878 - 💄 Darken the Empty text color to make it readable. #47268 @evgmol
2024-03-11
- 🛠 Adjust the closing trigger of Tour, Dropdown, Menu, Tabs, Mentions, Picker, Select, TreeSelect, Cascader, Tooltip, and Popover pop-ups from
clicktomouseDownto uniformly solve some event timing issues related to pop-up interactions. #47775 - 🐞 Fix Descriptions extra padding of items. #47737
- 🐞 Fix Anchor wrong active status when bounds value is 0. #47795@winchesHe
- 💄 Fix ColorPicker clear icon hover style. #47761
- 🇷🇺 Improve DatePicker ru_RU locale. #47768 @AlexeyTeterin
2024-03-06
2024-03-02
- ConfigProvider
- 🆕 ConfigProvider support Input.TextArea
allowClearautoCompleteclassNamestyleclassNamesstylesprops. #47589 - 🆕 ConfigProvider support Input
allowClearprops. #47602 - 🆕 ConfigProvider support Menu
expandIconprops. #47561 - 🆕 ConfigProvider support Collapse
expandIconprops. #47473 - 🆕 ConfigProvider support Tabs
removeIconprops, when settype="editable-card". #47334 - 🆕 Prefixes for CSS variables follow the
prefixClsproperty of ConfigProvider by default. #47481 - 🤖 CardProps
stylesin ConfigProvider is set to optional. #47601 @Yawenina
- 🆕 ConfigProvider support Input.TextArea
- 🆕 Select、Checkbox、Radio、DatePicker、TreeSelect、Cascader the
focussupports passingoptions. #47664 - 🆕 Select add
labelRenderproperty to customize current selected label render。#47664 - 🆕 Modal support configuring
aria-*inclosable. #47650 - 🆕 Alert support configuring
aria-*inclosable. #47474 - 🆕 Tabs support
removeIconprops, when settype="editable-card". #47334 - Drawer
- Table
- 🆕 Table adds
filterOnCloseto specify whether to trigger filtering when the filter menu is closed. #47451 @xsjcTony - 🆕 Table adds
components.header.tableto customize the header component when scrolling the column. #47382 - 🐞 Fix the issue where scroll bars would not be displayed during initial rendering under Table
sticky. #47382 - 🐞 Fix the issue where the
thelement is not used in the column header when Tablecolumn.titleis empty. #47382 - 🐞 Fix the issue where
prefixClsis invalid when Table uses a virtual list. #47639 - 💄 Fix abnormal shadow display when Table fixed columns. #47518
- 🆕 Table adds
- 🐞 Fix the issue where when using DirectoryTree in Tree, pressing shift for continuous multi-selection will report an error. #47567 @wkmyws
- 🐞 Fix the issue where
isFieldsTouched(true)always returnsfalsewhen Form exists in Form.List. #47629 @lemonied - 🐞 Fix the issue of Button being incompatible with v4
type=''. #47612 - 🛠 Refactor Typography to omit measurement logic to support dynamic row height scenarios. #47597
- 💄 Remove redundant margin styles from Tag. #47504
- 🤖 MISC: fix an issue that could not be compiled under pnpm configuration
hoist: false. #47587
2024-02-23
- 🐞 Fix DatePicker.RangePicker time column sometime not scroll to the target time value. #47542
- 🐞 Fix Modal that pointer events will triggered during openning animation. #47508 @MadCcc
- 🐞 Fix Avatar.Group unnecessary dom since tooltip. #47478
- 💄 Fix Progress unexpected margin style. #47493 @li-jia-nan
- 💄 Fix Table scrollbar color in darkmode. #47487 @wkmyws
- 💄 Fix Layout content font color in dark mode. #47441 @nova1751
- 💄 Fix Menu cannot customize
darkItemSelectedColoranddarkItemSelectedBgtoken in horizontal dark mode. #47463 @gandavarapurajasekhar
2024-02-13
- 🐞 Fix Steps cannot interact correctly when
type="inline". #47406 - 🐞 Fix DatePicker & TimePicker arrow position not consider panel border radius distance. #47389
- 🐞 Fix Dropdown should not display when items is empty array. #47375
- 🐞 Fix Tag that should use
defaultBgtoken withbordered={false}. #47372 @MadCcc - 🐞 MISC: Fix that
theme.inheritshould not affecthashdedandcssVar. #47360 @MadCcc - 🐞 Fix Calendar panel not switch when change year or month. #47361
- 💄 Fix Table's sub-table style issue in virtual mode. #47333 @Enigama
2024-02-04
- 🔥 Refactored the DatePicker component, details are follows. #46982
- 🆕 DatePicker adds
multipleto support multiple selection capabilities. - 🆕 DatePicker supports
showWeekattribute. - 🆕 DatePicker.RangePicker supports
orderattribute. - 🆕 DatePicker
idattribute under RangePicker supports setting theidof thestartandendinput boxes separately. - 🆕 DatePicker
onFocusandonBlurevents of RangePicker will additionally provide aninfo.rangeto inform which input box the current focus comes from. - 🆕 DatePicker add matching
pickerValueanddefaultPickerValueattributes to control the date where the expanded panel is located. - 🆕 DatePicker add the
preserveInvalidOnBlurattribute to keep the input content when losing focus in the case of accessibility. - 🆕 DatePicker
formatsupports thealignattribute, allowing input content through the mask mode. - 🆕 DatePicker Support
requiredattribute. - 🆕 DatePicker time panel supports
scrollOnChangeto automatically select the corresponding time when scrolling. - 🆕 DatePicker add the
needConfirmattribute to allow setting the confirmation or non-confirmation submission mode. - 🆕 DatePicker add the
componentsattribute to allow customizing some panels. - 🆕 DatePicker all date-related information in the panel will allow configuration through
locale. - 🆕 DatePicker
formatsupportsLTandLTSdate formats. - 🆕 DatePicker add
minDateandmaxDateto set the panel switching range. - 🐞 DatePicker
defaultPickerValuewill now be reset each time the panel is expanded. - 🐞 DatePicker fix the problem that the input box function key will trigger the pop-up box, now it will only be triggered when the interactive key and the input content change.
- 🐞 DatePicker Losing focus after entering the date through the input box will submit the change instead of losing the input content (that is, it is no longer necessary to press Enter to submit).
- 🐞 DatePicker fix the problem that the
hourobtained bydisabledTimeunderuse12Hourswill also be clipped to 0~12. - 🐞 DatePicker fix the problem that the disabled date is not effective and can still be submitted under some interactions.
- ⚡️ DatePicker Optimize
disabledDatecheck logic, now it will provideinfo.typeto inform the current panel information. - 🛠 DatePicker
allowCleartrigger event fromonMouseDowntoonClick. - 🛠 DatePicker Deprecate the
preventDefaultparameter ofonKeyDown, please call it directly throughevent.preventDefault. - 🛠 DatePicker Remove the keyboard interaction with the panel, it needs to be redesigned based on accessibility.
- 💄 DatePicker Remove the dotted line style of RangePicker to reduce visual interference.
- 💄 DatePicker Remove the disabled range of RangePicker when selecting start or end time to optimize the interaction experience.
- 🆕 DatePicker adds
- 🔥 Added support for stacked fixed columns in the Table component. #47245
- 🆕 Added support for
components.bodyin the Table component under thevirtualmode. #47098 by @linxianxi - 🆕 Added support for generics in the Segmented
valuetype. #47091 by @madocto - 🆕 Added the
changeOnWheelproperty to the InputNumber component to enable mouse wheel control. #47158 by @MadCcc - 🆕 Added six tokens (
defaultHoverBg,defaultHoverColor,defaultHoverBorderColor,defaultActiveBg,defaultActiveColor, anddefaultActiveBorderColor) to the Button component. #47075 by @madocto - 🆕 Added
durationconfiguration support to theuseNotificationfunction in the Notification component. This update also applies to thenotificationconfiguration of the App component. #47141 - 🆕 Added support for configuring
flexproperty in responsive layouts of the Grid component. #47124 - 🐞 Improved the Transfer internal padding of the Pagination component. #47231 by @qmhc
- 🐞 Fixed the alignment issue in the Avatar component when the height is less than 16px. #47236 by @lcgash
- 🐞 Fixed the incorrect mouse pointer when the Input component is disabled. #47280 by @MadCcc
- 🐞 Fixed the issue where the
hoverBorderColorandactiveBorderColortoken customization didn't work in the Input component. #47243 by @MadCcc - 💄 Fixed the issue where the hover style of submenus in the Menu component disappears at the edges. #47227 by @MadCcc
- 💄 Menu fixed component styling issues in non-hash mode. #46609 by @MadCcc
- 💄 Added
classNamesandstylesproperties to the Card component. #46811 by @zh-lx - ConfigProvider
- 🆕 Added support for
selectionsIconin the Transfer component to ConfigProvide. #47301 by @li-jia-nan - 🆕 Added support for
addIconandmoreIconin the Tabs component to ConfigProvide. #47274 by @li-jia-nan - 🆕 Added support for
closeIconin the Image component to ConfigProvide. #47252 by @li-jia-nan - 🆕 Added support for
closeIconin the Tag component to ConfigProvide. #47250 by @li-jia-nan - 🆕 Added support for
closeIconin the Notification component to ConfigProvide. #47244 by @li-jia-nan - 🆕 Added support for
closeIconin the Modal component to ConfigProvide. #47226 by @li-jia-nan - 🆕 Added support for
expandIconin the Table component to ConfigProvide. #47225 by @li-jia-nan - 🆕 Added support for
closeIconin the Tour component to ConfigProvide. #47200 by @li-jia-nan - 🆕 Added support for
iconsin the Drawer component to ConfigProvide. #46894 by @li-jia-nan - 🆕 Added support for
closeIconin the Alert component to ConfigProvide. #47235 by @li-jia-nan
- 🆕 Added support for
2024-01-28
- Input
- 🐞 Fix Input.Search width 1px smaller than Input. #47193
- 🐞 Fix Input inside Space.Compact display incorrectly when
showCountistrue. #47112 @huiliangShen
- 🐞 Fix Descriptions lost border style when item's children is falsy. #47191
- 🐞 Fix Table
column.onFilterdon't work on tree table data. #47170 @Mumujianguang - 🐞 Fix Affix
placeholderheight anomaly when browser zoom is 80%. #46823 @zhipenglin - 🐞 Fix QRCode background color in dark mode. #47128 @kampiu
- 🐞 Fix Statistic component don't support html
roleanddata-*andaria-*attributes. #47149 - 🐞 Fix Transfer inverting current page incorrectly. #47125 @linxianxi
- 💄 Lower the priority of Button
sizestyles. #47074 @crazyair - 🐞 Fix Modal conflicting props bettween
classNames.wrapperandcentered. #47076 @sunsunmonkey - 🐞 Fix false positive console warning for Spin with
tipandfullscreenused together. #47015 @xsjcTony - 🗑 Remove unused PageHeader locale text and ConfigProvider
pageHeaderproperty. #47163 @li-jia-nan - 🛠 Refactor Drawer motion style code. #47194
- Locales
- 🇮🇹 Added missing it_IT translations for Tour component. #47148 @nikzanda
- 🇯🇵 Added missing locale keys in ja_JP locale for Table filters. #47072 @sebastibe
2024-01-19
- 🐞 Fix that the inline rendering does not take effect when the
preview.getContainervalue for Image is false. #47034 @FEyudong - 🐞 Fix Modal static function with
prefixClsbreaks children other componentprefixClsand thus bring the motion miss. #47010 - 🐞 Fix ok button of the DatePicker becomes compacted when used with Space.Compact. #46769 @Fatpandac
- 💄 Optimize Tree draggable node cursor style and collaspe icon hover style. #46974
2024-01-15
2024-01-13
- 🔥 Form support
variantto control components variant inside. #46573 - 🆕 QRCode support
statusadds a new scanned option. #46704 - 🆕 Table support
hiddento set hidden columns. #46957 @madocto - 🆕 Select support the
maxCount, which is used to set the maximum selectable value. #46667 - 🆕 Mentions support
allowClearfor setting the clearing function. #46396 @yociduo - 🆕 ColorPicker support displaying cleared status. #45993
- 🆕 Drawer adds
styles.wrapperand discards thecontentWrapperStyledrawerStylemaskStyleattributes, and simplifies the dom structure. #46858 - Tour
- Tabs
- ConfigProvider
- 🆕 ConfigProvider adds
ConfigProvider.configto supportholderRenderformessagemodalnotificationstatic method settingProvider. #46596 - 🆕 ConfigProvider support the
indicator: { align: xxx }attribute, which is used to set the alignment of the Tabs indicator bar. #46786 - 🛠 ConfigProvider deprecated the Tabs
indicatorSizeattribute and replaced it withindicator: { size: xxx }. #46786
- 🆕 ConfigProvider adds
- 🐞 Fix the problem of Segmented content being obscured in
hoverandactive. #46925 @madocto - 🐞 Fixed the problem that the customized font size of Checkbox does not take effect under Form. #46904
- 🐞 Fixed the issue where the Radio component configuration
titledid not take effect. #46809 - 🐞 Fixed Input hover style in css var mode. #46946
- 💄 Fixed the problem of abnormal display of Dropdown style under multi-level menu. #46888
- 🛠 Refactor the popup panel logic of the ColorPicker component to avoid style conflicts when customizing using
panelRender. #46327 - TypeScript
- 🌈 Token
- 🆕 Button support the
contentLineHeightseries of tokens. #46936 - 🆕 Input support
inputFontSizetoken. #46875 - 🆕 Menu support
darkPopupBgtoken. #46618 - 🆕 Segmented support
trackPaddingandtrackBgtoken. #46674 - 🐞 Fix the problem that
paddingBlockdoes not take effect after customizingcontentFontSizetoken in Button component. #46901 - 🐞 Fixed the issue where the InputNumber component cannot customize the
paddingtoken. #46878
- 🆕 Button support the
- 🌐 Localization
2024-01-05
- 🐞 Fix Upload.Dragger not align center and focus ring style. #46810
- 🐞 Fix Popconfirm config empty
okTextandcancelTextwill not fallback to locale text. #46812 - 🐞 Fix Progress that line border-radius cannot be overrided. #46789
- 🐞 Fix Typography without
childrenhas extramargin-leftwhencopyableis true. #46748 - 🐞 Fix Typography copied icon color. #46748
2024-01-02
- 🐞 MISC: Fix error caused by upgrading
@ctrl/tinycolor@4.0.2. #46744 @MadCcc - 🐞 Fix Mentions item height bug. #46737
2023-12-30
- 🐞 Fix Upload accessibility issue of tabbing twicely. #46432
- 🐞 Fix Modal
footerButton duplicated gap style. #46702 - Select
- Tree
- 🐞 Fix Tree that scrollbar do not display in some case. #46672 @yyz945947732
- 💄 Optimize Tree the TreeNode style when focused. #46608 @MadCcc
- 🐞 Fix Layout.Sider will collapse when trigger printer. #46650 @anilpixel
- 🐞 Fix Table style with edge shadow overflow. #46644 @Fatpandac
- 🐞 Typography.Text should update the Tooltip when the width changes. #46613 @linxianxi
- 🐞 Fix Tooltip, Popover or other popup like component arrow issue when in nest case. #46294 @bestlyg
- TypeScript
- 🤖 Export ConfigProvider
ConfigProviderPropstype. #46605 @li-jia-nan
- 🤖 Export ConfigProvider
2023-12-22
- 💄 Fix Tabs style issue of editable mode when there is only "new" button left. #46585 @hzyhbk
- 💄 Fix Progress style issue of
linemode withstrokeLinecap. #46551 @ZN1996 - 🐞 Fix ColorPicker not support
prefixCls. #46561
2023-12-19
- 🐞 Fix DatePicker style in
cssVarmode. #46526
2023-12-18
- 💄 Fix Tag that style would be missing in SSR. #46500 @MadCcc
- 🐞 Upload
disabledprop should not affect download icon. #46454 - 💄 Upload.Dragger add vertical padding style. #46457
- 🐞 Fix Upload actions color issue. #46456
- 🐞 Fix Form with
getValuePropsnot working with value update. #46445 - 💄 Fix Checkbox style when customize
token.lineWidth. #46431 - 🐞 Fix Select that custom token make
paddingbroken. #46427 @MadCcc - 🐞 Fix Message that token overrides not work in
cssVarmode. #46415 @MadCcc - 💄 Fix Flex component don't apply extra style. #46404 @li-jia-nan
2023-12-11
- 🐞 MISC: Fix
useIderror when webpack build with React 17. #46261 - Pagination
- 🐞 Fix Pagination throws error in legacy browsers. react-component/pagination#545
- 🐞 Fix Pagination
currentnot working insimplemode. react-component/pagination#546
- 🐞 Fix Table filter dropdown lost background color in CSS variables mode. #46314
- 🐞 Prevent interaction when Spin component enable
fullscreenprop. #46303 @li-jia-nan - 🐞 Fix Form
hideRequiredMarkprop's priority compared with ConfigProviderformprop. #46299 @linhf123 - TypeScript
2023-12-04
- 🐞 MISC: Fix missing color less variables converted from token. #46250
- 🐞 Fix Notification title overlaps with the close icon when it is too long. #46211 @zh-lx
2023-12-04
- 🔥 Component Token support CSS variables mode. For more detail, see CSS Variables. Special thank for contributors of this feature: @li-jia-nan @RedJue @c0dedance @kiner-tang @JarvisArt @cc-hearts
- 🛠 Refactor rc-pagination from class component to FC. #46204 @Wxh16144
- 🆕 Alert could support linear-gradient background by
colorInfoBgtoken. #46188 - 🆕
Form.useWatchsupport selector function param. #46180 @crazyair - 🆕 Slider support
onChangeCompleteand deprecateonAfterChange. #46182 @MadCcc - 🆕 Tabs
itemssupporticonprop. #46096 @li-jia-nan - 🆕 Tour supports
getPopupContainerproperty. #45751 @li-jia-nan - 🆕 Switch support for
valueanddefaultValueprops. #45747 @Wxh16144 - 🐞 Fix that clicking Form
tooltipicon should not trigger Switch. #46155 - 🐞 Fix Notification that icon should have line-height. #46148 @MadCcc
- 🐞 Fix Progress that gradient in line should follow percent. #46209 @MadCcc
- 💄 Button could be customized to gradient style. #46192
- 💄 Fix style of InputNumber with
addoninside Space.Compact. #46130 @MadCcc - TypeScript
- 🤖 Update
FloatButtonPropstype withReact.DOMAttributesin FloatButton. #46175 @li-jia-nan
- 🤖 Update
2023-11-27
- 🐞 MISC: Fix error in
distartifact. #46103 @MadCcc - 💄 Fix DatePicker style when disabled and hovered. #45940 @crazyair
2023-11-24
- 🐞 Fix where Image sets
z-indexabnormally in nested Modal. #46035 - 🐞 Fix Button that disabled link button should not have navigate options when right click. #46021
- Card
- TypeScript
2023-11-22
- 🐞 Fix Modal static method create
zIndextoo high will cover other popup content. #46012 - Image
- 🆕 Image preview support mobile touch interactive. #45989 @JarvisArt
- 🐞 Fixed Image preview
z-indexconflict when in a nested pop-up. #45979 @kiner-tang
- 🐞 Fix Collapse header cursor style. #45994
- 🐞 Fix ColorPicker not support Form disabled config. #45978 @RedJue
- 🐞 Fix Typography.Text
ellipsis.tooltipcannot open under Layout component. #45962 - 🐞 Remove Select native 🔍 icon from search input in Safari. #46008
- 💄 Remove Rate useless style. #45927 @JarvisArt
- 🛠 UMD
antd.jswill try to reuse global@ant-design/cssinjsfirst now. #46009 - 🌐 Improve
eu_ESlocalization. #45928 @ionlizarazu
2023-11-17
- 🆕 Table with
virtualcan now customizecomponentsexcept thecomponents.body. #45857 - 🐞 Fix Button with href and disabled that could be focused. #45910 @MadCcc
- 🐞 Fix
zIndexlogic problem that message and notification are covered when multiple Modal are opened. #45911 #45864 @kiner-tang - 💄 Fix QRCode
style.paddingis not working. #45815 - 💄 Optimize Carousel dots border radius style. #45817
- TypeScript
2023-11-09
- 🐞 Fix Dropdown use wrong
zIndexwhen nest items. #45761 - 🐞 Fix Upload should show remove icon when
showRemoveIconis specified to true explicitly. #45752 - 🐞 Fix Descriptions use
childrenstructure missing the Descriptions.Itemkeyprop. #45757 - 🐞 Fix Message that token specified in component scope not work. #45721 @MadCcc
- 🐞 Fix Popconfirm not compatible with
visibleprop. #45702 @linhf123 - 🐞 Fix Tag default background color not correct. #45711 @kiner-tang
- 💄 Fix Notification that
style.widthnot work. #45681 @MadCcc - 🐞 Fix App console unexpected attr warning when set
component=false. #45671 @li-jia-nan - TypeScript
2023-11-03
- Slider
- InputNumber
- Table
- 🆕 Table
columnTitlesupport render function. #41937 @Zhou-Bill - 🛠 Refactor Table
refto supportscrollToto scroll to targetkeyorindexortop. #45245
- 🆕 Table
- Tabs
- ConfigProvider
- 🆕 ConfigProvider support RangePicker
classNameandstyleproperties. #45479 @chenzhuo198 - 🆕 ConfigProvider support Dropdown
classNameandstyleproperties. #45621 @li-jia-nan
- 🆕 ConfigProvider support RangePicker
- 🆕 ColorPicker
presetprop supportdefaultOpento control whether preset colors is open by default. #45607 @Wxh16144 - 🆕 Select support
optionRenderprop. #45529 @RedJue - 🆕 Pagination support combine
simpleandshowSizeChanger. #45538 - 🆕 Spin support
fullscreento display as backdrop. #44986 @Rafael-Martins #45436 @li-jia-nan - 🆕 Form
validateFieldssupportdirtyfor validating touched and validated fields. #45389 - 🆕 Watermark support
inheritprop to disable watermark pass to Drawer and Modal. #45319 - 🆕 App support
componentfor customization. #45292 - 🆕 Input and Input.TextArea support
countcustom character count (for example, fix emoji character length to1);count.maxsupports out-of-range styles; restore emoji to native count to solve the problem ofmaxLengthandvaluemismatch. #45140 - 🐞 Fix Dropdown not trigger
onOpenChangewhen click menu item to close the popup. #45378 - 💄 Modal static function support
styles. #45558 @KotoriK - 💄 Optimize z-index logic of popup components, and make them don't block each other by default. #45512 #45490 @kiner-tang
- Optimize z-index logic of Menu. #45498 @kiner-tang
- Optimize z-index logic of DatePicker and TimePicker. #45497 @kiner-tang
- Optimize z-index logic of Drawer. #45496 #45417 @kiner-tang
- Optimize z-index logic of Cascader, TreeSelect and AutoComplete. #45494 @kiner-tang
- Optimize z-index logic of Dropdown. #45486 @kiner-tang
- Optimize z-index logic of Tour. #45425 @kiner-tang
- Optimize z-index logic of Tooltip. #45422 @kiner-tang
- Optimize z-index logic of Popover. #45420 @kiner-tang
- Optimize z-index logic of Popconfirm. #45421 @kiner-tang
- Optimize z-index logic of Modal and Select. #45346 @kiner-tang
2023-10-30
- 💄 Fix Typography.Text lost right border when enable
ellipsisandcode. #45575 - 💄 Modify the TimePicker scroll bar style. #45478 @GeorgeHcc #45586
- 🆕 FloatButton.BackTop
refsupportnativeElement. #45547 @li-jia-nan - 🐞 Fix Watermark that
gapshould have default value when passingundefinedin array. #45537 @MadCcc - 🐞 Fix Dropdown always closes after clicking on an item. #45513 @vyachsed
- 💄 Fix Notification style issue in windows system. #45500 @MadCcc
- 💄 Fix Notification duplicated
styleapplied to wrapper. #45487 @MadCcc - TypeScript
2023-10-21
- 🐞 Layout support auto
hasSidercheck to avoid blink in SSR. #45361 - 🐞 Fix FloatButton.BackTop throws warning
findDOMNode is deprecated in StrictMode. #45390 @li-jia-nan - 🐞 Fix ColorPicker does not supports
idanddata-*attributes. #45413 @cheng87126 - 🐞 Fix Table sorter tooltip cannot be open when
column.showSorterTooltipis a object. #45403 - 🐞 Fix
Formwithinlinemode makes elements overlap on the small screen. #45340 @Yuiai01 - 💄 Remove duplicate disabled styles in Upload.Dragger. #45446 @vagusX
- TypeScript
- 🐞 Table
pagination.positionshould accept'none'. #45398
- 🐞 Table
- RTL
- 💄 Fix Notification's incorrect
margininrtlmode. #45386
- 💄 Fix Notification's incorrect
2023-10-15
- ⚡️ Optimize CSS-in-JS Design Token cache matching. #45302
- 🆕 Checkbox.Group & Radio.Group
optionsadd missingidprops. #45287 - 🐞 Fix Affix that
targetnot work. #45314 @mingming-ma - 🐞 MISC: Add
cspattribute for icon style. #45334 @AlexeyTeterin - 🐞 Fix Button that does not display loading status when
loadingproperty is set to{ delay: 0 }. #45282 @YDFlame13 - 🐞 Fix Segmented text jump issue in Safari. #45310
- 🐞 Fix Watermark that can be hidden via "Hide Element" feature in browser. #45290 @Yuiai01
- 🐞 Fix Input that background should not be transparent when hovered or focused. #45297 @MadCcc
- 🐞 Fix Form call
resetFieldswill still keep Form.List field when itsinitialValueis set. #45284 - 🐞 Fix Tree.DirectoryTree
selectedNodesinonSelectmethod could not get a value when configuringfieldNames. #45036 @Zian502 - 💄 Revert outline style of Input, InputNumber, Select, Cascader, TreeSelect, DatePicker, TimePicker, ColorPicker. #45286 @MadCcc
- 💄 Fix Card style with small size Tabs. #45272 @MadCcc
2023-10-10
- 🔥 New component Flex, used to set flexible layout. #44362
- 🔥 Notification component supports
stackconfiguration. By default, more than three notifications will be stacked. #44618 - 🔥 Update the active styles of Input, InputNumber, Select, Cascader, TreeSelect, DatePicker, and ColorPicker. #45009
- 🆕 Watermark supports setting the text alignment direction through
textAlign. #44888 @Yuiai01 - 🆕 Slider supports any number of nodes and migrates xxxStyles to semantic
stylesandclassNamesproperties. #45000 - 🆕 Cascader supports the Cascader.Panel component for inline use. #45089
- 🆕 Tooltip adds
freshattribute to support scenarios where content still needs to be updated when closed. #45020 - 🆕 Drawer supports customizing the
classNameof built-in modules throughclassNames. #44935 - 🆕 ConfigProvider supports the
warningattribute to configure warning levels (e.g. filter out deprecated API warnings). #44809 - Modal
- 🐞 Fix the problem that the nested Typography of Menu.Item cannot be vertically centered when
ellipsisis true. #41146 @Yuiai01 - 🐞 Fix Select internal input not being able to apply fontFamily. #45197 @Yuiai01
- 🐞 Fix InputNumber border issue when using
addonBeforein Space.Compact. #45004 @Yuiai01 - 🐞 Fix the problem that Tag.CheckableTag does not support ref. #45164 @mingming-ma
- 🐞 Fixed the issue where the font in the Avatar.Group component does not support responsiveness. #34722 @laishiwen
- 🛠 Refactor Affix into a functional component. #42674
- 🛠 The Popover component deprecates the
minWidthcomponent token and addstitleMinWidthas a replacement. #44750 - 🌈 Token
- 🆕 Input adds
hoverBgactiveBgtoken to set the input box hover and activation background color. #44752 @Pan-yongyong - 🆕 Descriptions Added
titleColorandcontentColorto set the title color and content area text color. #44729 @Child-qjj - 🐞 Fixed the issue where the Input component Token
addonBgis invalid. #45222
- 🆕 Input adds
- TypeScript
- 🤖 The ArgsProps type for exported Notification is NotificationArgsProps. #45147
- 🌐 Locales
- 🇵🇱 Added Tour locales for pl_PL. #45166 @antonisierakowski
- 🇰🇷 Optimize ko_KR locales. #45150 @owjs3901
2023-09-28
- Button
- 🐞 Fix Tour that
step.typedidn't work when shown at first time. #45086 @MadCcc - 🐞 Fix Select and DatePicker that input should use
fontFamilytoken. #45088 @MadCcc
2023-09-25
- 🔥 Tooltip delete the logic of wrap
spanondisabledelement. It can always work as expect on disabled element now. #44895 @Yuiai01 - 🐞 Fix Popover that should shift automaticly when overflowed. #45015 @MadCcc
- 🐞 Fix Tooltip / Popover position jump when content height changed. #44976
- 🛠 ComponentToken remove
radiusBasemust less than16limitation. #44980 - 🐞 Fix Dropdown can not give
reffor the root children rendered bydropdownRender. #44971 - 🐞 Fix Table
cellPaddingBlocknot working. #45040 - 🐞 Fix Input wrong height with small
controlHeight. #45048 - 🐞 Fix Typography style issue when
fontSizeis odd. #45031 - TypeScript
- 🤖 MISC: Fix
@types/react@18.2.22React.Key type errors. #44938
- 🤖 MISC: Fix
2023-09-19
- 🐞 Fix Table selection column not align in center when
sizeissmall. #44922 - 🐞 Fix Select style problem when
labelcontainsdivelement. #44927 - 🐞 Fix Modal broken style of buttons when custom
footer. #44929 @Wxh16144 - 🐞 Fix notification wrong pop-up animation when
placementisbottom. #44918 @linxianxi - 🐞 Fix missing inherited feedbackIcon in Form.Item with
noStyle. #44937
2023-09-15
- 🐞 Fix Select that
controlHeightSMnot work in small size. #44859 @MadCcc - 🐞 Fix Rate that star transaform not at center. #44855 @MadCcc
- 🐞 Fix DatePicker that in
dateTimemode switching input didn't triggeronCalendarChange. #44845 @Yuiai01 - 🐞 Fix Table
virtualselection checkbox or radio not align in center. #44786 - 🐞 Fix Select carbin align top bug when enable
maxTagCount. #44757 - 🐞 Fix Select alignment issue when label is Typography. #44756
- 💄 Fix Table with
virtualdisplay issue about columns less than table size and some border & hover style missing. #44818 - 💄 Fix wrong style of Select in Input
addon. #44825 @MadCcc - 💄 Fix Tree that Checkbox should be aligned with first line. #44827 @MadCcc
- 💄 Fix Card that Card.Grid has wrong style with left bottom corner. #44801 @Jason-huang66
- 💄 Fix Select/Cascader/TreeSelect style issue when customize their height. #44753
- TypeScript
- 🤖 Optimize
reftype of Radio.Button. #44747 @LexiosAlex - 🤖 Optimize
reftype of Checkbox. #44746 @LexiosAlex
- 🤖 Optimize
2023-09-08
- 🔥 Table component now supports the
virtualattribute to enable virtual scrolling. #44349 - 🔥 Form's
validateFieldsnow supportsrecursiveto validate all fields with nested paths. #44130 - 🔥 Form.Item now supports
validateDebounceto configure validation debounce. #44633 - 🆕 Button component has added three component tokens:
contentFontSize,contentFontSizeSM, andcontentFontSizeLG, allowing customization of font sizes for different sizes. #44257 - 🆕 Form's
requiredMarknow supports custom rendering. #44073 - 🆕 Tabs component has added a new component token
itemColorto control the text color of normal tabs. #44201 - 🆕 ColorPicker now supports
defaultFormat. #44487 @CYBYOB - 🆕 Form supports
feedbackIconsand Form.Item supportshasFeedback={{ icons: ... }}, now feedback icons could be customized in both ways. #43894 @gldio - 🆕 Added the
itemSelectedColorcomponent token to the Segmented component. #44570 @xiaozisong - 🆕 Added support for custom function rendering in the Modal footer. #44318 @RedJue
- 🆕 Added responsive setting support for
items.spanin Descriptions. #44534 - 🆕 Added support for global configuration of
indicatorSizein Tabs component through ConfigProvider. #44517 - 🆕 Added the
directionparameter to thefilterOptionfunction in the Transfer component. #44417 @Zian502 - 🆕 Added support for the
sourceparameter in theonSearchmethod of the Input.Search component. #44457 @kiner-tang - 🆕 Added a component token to the Input component for customizing the shadow when activated. #44410
- 🆕 Added a component token to the Radio component for customizing the color when the fill button is selected. #44389
- 🆕 Tour component now supports horizontal offset for spacing. #44377 @RedJue
- 🆕 Tour component now supports customizing the close button using the
closeIconprop. #44312 @kiner-tang - 🆕 Avatar component now supports configuring size using ConfigProvider. #44288 @li-jia-nan
- 🆕 List component now supports configuring size using ConfigProvider's
componentSizeoption. #44267 @Yuiai01 - 🆕 Cascader component now supports
autoClearSearchValueoption. #44033 @linxianxi - 🆕 Added support for
rootClassNamein Upload,AutoComplete,Badge.Ribbon,Input.TextArea,RangePicker,TimePicker @kiner-tang. - 💄 Refactored the structure of Modal.confirm to fix the width abnormality caused by
width: fit-contentand the style line break issue with a large amount of text. Extracted confirm styles for lazy loading to optimize style size in SSR. #44557 - 💄 Adjusted the linear gradient colors for
circleanddashboardin Progress to conical gradients. #44404 - 💄 Fixed DatePicker missing custom footer style. #44642 @li-jia-nan
- 💄 Fixed Tag where
tag.classNameandtag.styledid not work on Tag.CheckableTag in ConfigProvider. #44602 - 💄 Fixed the inconsistency in width between the dropdown and the input box when the container of Select component has
transform: scalestyle configured ingetPopupContaineroption. #44378 - 🐞 Fixed an issue where Form.Item with
noStyleconfiguration prevented the bound element from consuminguseStatus. #44576 - 🐞 Fixed an issue where using Tag within Popover/Popconfirm caused incorrect
font-sizeon hover. #44663 - 🐞 Fixed an issue where Input's default button had extra shadow. #44660 @daledelv
- 🐞 Fixed an issue where using Modal's hooks to close it with the
esckey didn't correctly trigger theawait. #44646 - 🐞 Fixed the issue where the preset
sizeof Space did not follow the Design Token, now compact mode correctly handles the corresponding spacing values. #44598 @li-jia-nan - 🐞 Fixed the issue in Upload where the download button would still be displayed after clicking on it and moving the mouse out of the file. #44594 @zbw-zbw
- 🐞 Fix FloatButton that margin not work with
hrefin FloatButton.Group. #44707 @Yuiai01 - 🐞 Fixed the issue where
fontSizeSMtoken was not being applied to Button component. #44217 @CHENGTIANG - 🐞 The Watermark now works in nested Modal and Drawer components. #44104
- 🛠 Alert, Tree, Cascader, Layout, Table, Modal, Drawer, Button, Switch, Select, Badge, Form, TimePicker, Spin, Input, Progress, Divider Added Component Token. #42142 #42607 #42627 #42757 #42774 #42778 #44090 #44118 #44174 #44228 #44261 #44282 #44334 #42192 @hms181231 @linhf123 @poyiding @Wxh16144 @Yuiai01
- 🛠 Remove compatibility logic for old versions of IE browser for Space and Grid components to reduce bundle size. #44620 @li-jia-nan
- TypeScript
- 🤖 Export BasicDataNode type from the Tree. #44624 @kiner-tang
2023-09-02
- 🛠 Optimize some styles size in document.head by extracting unused styles.
- 📦 Remove
lodash/camelCasefrom@ant-design/iconsdependencies to reduce bundle size. ant-design-icons#595 - Form
- 🐞 Fix Watermark that would crash if
contentis empty string. #44501 - 🐞 Fix ColorPicker popup still working when
disabledistrue. #44466 @RedJue - 🐞 Fix Transfer trigger
onSelectChangetwice sometimes when click checkbox. #44471 @kovsu - 🐞 Fix Typography scrollbar flush problem when enable
ellipsis. #43058 @bbb169 - Slider
- 🐞 Fix Slider draggable track unpredictable behavior. #44503 @BoyYangzai @yoyo837
- ⌨️ Improve Slider a11y behavior by adding
aria-orientation. react-component/slider#859 @5im0n
- 🐞 Fix Steps
type="nav"last item did not hide arrow properly. #44582 @ohhoney1 - TypeScript
- 🤖 Fix Upload file
statusdefinition to remove unused success status. #44468
- 🤖 Fix Upload file
2023-08-28
- 🛠 Refactor Badge style logic and take Ribbon style out to reduce SSR inline style size. #44451
- 🐞 Fix the issue of abnormal icon styling when using
@ant-design/iconswithin App. #41208 @Wxh16144 - 🐞 Fix the issue of vertical dragging malfunction in Carousel. #44460 @RedJue
- 🐞 Fix Tour panel use wrong design token. #44428
- 🐞 Fix Form
wrapperColwith responsivexsconfig not working. #44388 - 🐞 Fix ColorPicker duplicate
keyissue. #44370 @xr0master - 🐞 Fix Radio that not work in Tree title. #44380
- 🐞 Fix Table that would crash when
filterDropdowndoes not supportref. #44357 - 🐞 Fix Form
inlinelayout show extra bottom margin when validation failed. #44360 - 🐞 Fix DatePicker
showTimeworking error whenformatis Array. #44306 @Zian502 - 🐞 Fix Watermark can not be fully shown when
contentis too long. #44321 - TypeScript
- 🤖 Fix the type error with align property in Dropdown component. #44423 @LeTuongKhanh
2023-08-18
- ColorPicker
- 🐞 Fix Descriptions throwing
key is not a properror message. #44278 @RedJue - 🐞 Fix the node is still rendered when Pagination
itemRenderis customized tonull. #44226 - 🐞 Fix Modal in Dropdown
menu.items, rapid mouse movement when expanding Modal will make Dropdown reopen. #44204 - DatePicker
- 💄 Fix DatePicker content is not centered. #44245 @Zian502
- 💄 Optimize DatePicker selection range style. #44206 @kiner-tang
- 💄 Fix clicking on the Tabs area on the mobile terminal triggers a color change. #44200 @yilaikesi
- RTL
- 💄 Fix the numbers in the Badge are also RTL when the text direction of the page is RTL. #43998 @NotEvenANeko
2023-08-11
- DatePicker
- Carousel
- 🐞 Fix Modal footer disabled state that affect by Form. #43055 @Wxh16144
- 🐞 Fix Upload thumbnail that gif will not play. #44083 @linxianxi
- 🐞 Fix FloatButton that menu mode didn't support
badgeprop. #44109 - 🐞 Fix Grid & List responsive config take effect after first render which cause screen flick. #44075
- 🐞 Fix that Design Token partially missing when
@ant-design/cssinjsversion1.15.0. #44091 - 💄 Fix Badge
status="processing"withdotwave style issue. #44153 - 💄 Fix Descriptions border styles when it nests itself. #43454 @Yuiai01
- 💄 Fix Pagination transition style in prev/next buttons. #44030
- 💄 Fix Popconfirm button group wraps unexpectedly. #44022 @MuxinFeng
- 💄 Optimize style of Image preview operation icons. #44141
- 💄 Optimize Input and InputNumber font size in large mode. #44000 @MuxinFeng
- 💄 Remove Space part useless style. #44098
2023-08-04
- 🐞 Fix Checkbox & Radio not support customize wave and add className
ant-wave-targetfor this case. #44014 - 🐞 Adjust Form.Item renderProps definition to return correct
FormInstance. #43996 - 🐞 Fixed Table incorrect expand icon direction and row indentation in RTL. #43977 @Yuiai01
- 💄 Fix Pagination that should not have hover and focus style when disabled. #43970
- TypeScript
2023-08-02
- 🐞 Fix Select, TreeSelect, Cascader, DatePicker unexpected warning of deprecated
clearIcon#43945 @kiner-tang - TypeScript
- 🤖 Export Design Token
MappingAlgorithmas type of theme algorithm. #43953
- 🤖 Export Design Token
2023-08-01
- 🔥 Component Token support
algorithmto calculate derivative tokens same as global. #43810 - 🔥 Modal hooks function support
awaitcall. #43470 - 🔥 ConfigProvider support
waveto customize wave effect. #43784 - 🆕 Form support
getFieldsValue({ strict: true })to support only Item bind values. #43828 - 🆕 Descriptions support
itemsprop. #43483 @RedJue - 🆕 ColorPicker support
disabledAlphaprop. #43355 @RedJue - 🆕 Avatar.Group support
shapeprop. #43817 @li-jia-nan - 🆕 AutoComplete/Cascader/DatePicker/Input.Textarea/TimePicker/TreeSelect support
allowClearprop to customize clear button. #43582 @kiner-tang - 🆕 DatePicker.RangePicker
presetssupport callback functions. #43476 @Wxh16144 - 🆕 Added the
preview={{ movable: Boolean }}prop to the Image component to support dragging and dropping into folders. #43823 @linxianxi - 🆕 Slider
tooltipsupportautoAdjustOverflowprop. #43788 - 🆕 Added the
selectionsIconproperty to the Transfer component to support custom icons for the dropdown menu. #43773 @li-jia-nan - 🗑 Select, Tree-Select and Cascader deprecated
showArrowprop. Now suffix arrow should be configured withsuffixIcon. #43520 @MuxinFeng - 🐞 Optimized the import method for
@ant-design/iconsto avoid importing all icons. #43915 @ssxenon01 - 🐞 Fix Anchor not trigger
getCurrentAnchorwhen scroll. #43916 - 🐞 Fix Tooltip
hovernot trigger ondisabledelement. #43872 - 🐞 Fix ColorPicker not calling
onChangeCompletecallback when changing value. #43867 @RedJue - 🐞 Fix
Modal.confirmlocalesetting were reset. #43277 @Yuiai01 - 🐞 Fix Slider description info and slider handle overlap issue. #43780 @Wxh16144
- 🐞 Fix InputNumber handler style in large size. #43875 @yee94
- 🐞 Fix Select popup flip position motion not correct. #43764
- 💄 Optimized
@ant-design/iconsthe design of icons including CloseCircleFilled/CloseSquareFilled/CloseOutlined/CloseCircleOutlined/CloseSquareOutlined/ExportOutlined/ImportOutlined. 824500 - 💄 Fix when using with other component libraries that use
@ant-design/cssinjs, antd styles will always be inserted at the top to avoid style override issues caused by loading order. #43847 - 💄 Optimize message and notification to not to extract style in SSR. #43808
- ⌨️ Fix Select
aria-activedescendantdidn't conform to valid value. #43800 - ⌨️ Fix
Layout.Headeraccessibility role. #43749 @khalibloo - TypeScript
2023-07-24
- 🐞 Fix Adjust the positioning of the Tour to be centered when the
targetisnull. #43694 @linxianxi - 💄 Fix Watermark style issue in dark theme. #43754
- 🐞 Fix Button missing part
React.ButtonHTMLAttributesissue. #43716 - 💄 Watermark use Design Token to support dark theme. #43754
- TypeScript
- 🤖 Button
reftype optimization. #43703 @Negentropy247
- 🤖 Button
2023-07-20
- 💄 Fix Menu miss hover style issue. #43656
- 🐞 Fix Notification throwPurePanel definition missing error. #43687 @li-jia-nan
- 🐞 Fix Button
onClickmissingeventdefinition. #43666 - 🐞 Fix Input and InputNumber align issue. #43548 @bbb169
- 🐞 Fix DatePicker suffix use wrong token. #43646
- 🐞 Fix Steps with clickable can not trigger by keyboard. #43644
- TypeScript
- 🤖 Remove Button type
ghostfrom TS definition. #43675
- 🤖 Remove Button type
2023-07-19
- 💄 Migrate Component Token of Menu from 4.x less variables. #43576
- 🐞 Fix QRCode throws
Can't resolve 'antd/lib/qr-code'in Next.js 13. #43572 - 🐞 Fix that antd components usage in Next.js App Router, check the documentation. #43573 @li-jia-nan
- 🐞 Fix InputNumber Phantom dependency issue:
Cannot find module 'rc-component/mini-decimal'. #43635 - 🐞 Fix Checkbox both set
checkedandindeterminateprop will not show asindeterminatestyle. #43626 - 🐞 Fix Form.Item set
label=""will break the line align. #43614 - 🐞 Fix notification
placementnot being respected when passed via App component. #43522 @Rajil1213 - 🐞 Fix Pagination jumpy page size select when search in it. #43556
- 🐞 Fix Button disabled style is missing when use with the deprecated usage of
type="ghost". #43558 @kiner-tang - 🐞 Fix Tag extra margin when there is only
iconinside it. #43518 @Yuiai01 - 🐞 Fix ColorPicker that status style is missing inside Form.Item. #42880 @RedJue
- TypeScript
- 🤖 Fix Space
SpaceContextdon't exported correctly. #43501 @VovkaGoodwin - 🤖 Improve AutoComplete definitions. #43581 @thinkasany
- 🤖 Improve Select and List definitions. #43545 @thinkasany
- 🤖 Improve Button definitions. #43588 #43629 @thinkasany
- 🤖 Improve Cascader, ConfigProvider, DatePicker, InputNumber, Slider and Upload definitions. #43610
- 🤖 Fix Space
2023-07-11
- 🆕 ConfigProvider now supports
classNameandstyleproperties for all components. Thanks to @Yuiai01, @li-jia-nan, @MuxinFeng for their contributions. - 🆕 Badge now supports
classNamesandstylesproperties. #43245 @li-jia-nan - ColorPicker
- 🆕 Alert, Drawer, Modal, Notifaction, Tag, Tabs now support hiding the close button by setting
closeIconto null or false. #42828 @kiner-tang - 🆕 Image supports
imageRender,toolbarRenderattributes to support custom rendering of preview images and toolbars, also supports new props such asonTransform,minScale,maxScale. Image.PreviewGroup supportsitemsattribute 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
previewattribute supportscloseIcon, Image.PreviewGroup supports thefallbackattribute, and fixes the problem of loading preview resources in advance. #43167 @linxianxi - 🆕 Changed Image the layout style, Preview now supports
closeIcon, PreviewGroup now supportsfallback, and fixed an issue where preview resources would be loaded at the beginning. #43167 @linxianxi - 🛠 InputNumber was refactored to use rc-input. #42762 @MuxinFeng
- 🛠 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
classNameprop in Anchor, CollapsePanel, and Input.Group. #43481 @thinkasany - 🐞 Fix Upload progress bar missing fade motion. #43471
- 🐞 Added warning for deprecated Token
colorItemBgSelectedin Menu. #43461 - 🐞 MISC: 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.validateMessagesconfiguration 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 Input.TextArea component would become invalid when the screen size changed. #43169
- 💄 In Slider, the
tooltipshould be centered when there is little content. #43430 @Jomorx - 💄 Design Token add
colorLinkto the seed token, andcolorLinkHoverandcolorLinkActivewill be calculated from colorLink. #43183 - 💄 Adjusted some tokens in Slider to component tokens. #42428 @heiyu4585 RTL#42428 @heiyu4585
- RTL
- TypeScript
- 🤖 Added
RawPurePanelPropsinterface description for Popover. #43453 @thinkasany - 🤖 Replaced
reftype withTooltipRefinstead ofunknownforPopconfirm. #43452 @thinkasany - 🤖 Replaced
reftype withTooltipRefinstead ofunknownfor Popover. #43450 @Negentropy247 - 🤖 Improved type declaration of
GroupSizeContextin Button.ButtonGroup. #43439 @thinkasany - 🤖 Improved type declaration of
modeproperty in Select. #43413 @thinkasany - 🤖 Replaced
reftype withCheckboxRefinstead ofunknownfor Checkbox. #43424 @li-jia-nan - 🤖 Improved Table internal type implementation. #43366 @li-jia-nan
- 🤖 Improved Tag internal type implementation. #43357 @thinkasany
- 🤖 Improved Notification internal type implementation. #43351 @thinkasany
- 🤖 Added
2023-07-03
- Form
- 🐞 Fix the Badge
colorattribute does not take effect. #43304 - 🐞 Fix the position of Select clear icon when FormItem sets
hasFeedback. #43302 @tinyfind - 🐞 Fix Transfer paging drop-down button is hidden and
showSizeChangermethod is invalid. #41906 @Yuiai01 - 🐞 Fix the invalid modification of
colorTextandfontSizeof Popconfirm component. #43212 - 🐞 Fix the problem that deleting files after Upload configures
maxCountwill not triggeronChange. #43193 - 💄 Fix Button disabled style error when it has
linkorhrefattribute. #43091 @BoyYangzai - TypeScript
- 🤖 Optimize Breadcrumb
paramstype and support generics. #43211 - 🤖 Optimize Breadcrumb
paramstype and support generics. #43257 @thinkasany - 🤖 Remove redundant number type from Button
loading. #43256 @thinkasany - 🤖 Transparently pass Cascader
optionTypegeneric. #43231 @ZWkang
- 🤖 Optimize Breadcrumb
2023-06-25
- BreadCrumb
- 🐞 Fix Breadcrumb
dropdownPropsdoes not working bug. #43151 @linxianxi - 🛠 Improve BreadCrumb behavior when receiving a null title. #43099 @Asanio06
- 🐞 Fix Breadcrumb
- 🐞 Fix Slider disabled state within Form. #43142 @Starpuccino
- 🐞 Fix Form that label offset does not work in vertical mode. #43155 @kiner-tang
- 🐞 Fix Table open filter popup throw react ref warning. #43139
- 🐞 Fix Transfer with
rowKeymakes item unselectable. #43115 - 🐞 Fix Space
sizepriority when using with other components #42752 @linxianxi - 🐞 Fix QRCode color in dark mode. #43162 @ds1371dani
- 💄 Fix Select option unexpected margin when using with Badge and Tag. #43097 @Yuiai01
- TypeScript
- 🤖 Improve Button
targetproperty type definition. #43129 @li-jia-nan - 🤖 Improve Progress
sizeproperty type to support percent value. #43123 @Ali-ovo - 🤖 Improve Slider tooltip type definition. #43094 @li-jia-nan
- 🤖 Improve Button
2023-06-19
- 🐞 Fix Dropdown with
autoFocusnot work as expect. #43002 @Yuiai01 - 🐞 Fix InputNumber with
prefixabnormal height under Form.Item ofhasFeedBack. #43049 - 💄 Fix Input and InputNumber disabled style with addons. #42974 @kampiu
- 🐞 Fix Upload trigger extra
onChangeevent when upload the file exceedsmaxCount. #43034 - 🐞 Fix export bundle size always contain
rc-field-formeven not use Form. #43023 - 🐞 Fix DatePicker
disabledTimesometime can select disabled option. #42991 @linxianxi - 📖 Add FloatButton controlled demo and patch related warning info. #42835 @poyiding
- 🐞 Fix Button with
disabledstill can interactive with sub component. #42949 @kiner-tang - 🐞 Drawer add max width to avoid exceed in small screen. #42914 @amir2mi
- 🐞 Fix Table
preserveSelectedRowKeysnot working whencheckStrictlyconfigured. #42784 @linxianxi - 🐞 Fix Transfer select count not sync when dynamic update data. #42785 @BoyYangzai
- 🐞 Fix Radio.Button
titlenot work and update typescript definition. #43012 @linxianxi
2023-06-07
- ColorPicker
- 🐞 Fix ColorPicker preset cannot be selected. #42882 @RedJue
- 🐞 Fix ColorPicker that should not trigger
onChangewhen click clear after clearing. #42643 @linxianxi
- 🐞 Fix Collapse that displayed unexpected deprecated warning. #42876 @kiner-tang
- TypeScript
2023-06-06
- 🆕 ColorPicker add
onClearand dont't close panel when clearing. #42634 @linxianxi - 🆕 Collapse
itemsto support configure panel content. #42545 @kiner-tang - 🆕 Add static function
getDesignTokento access full Design Token. #42723 - 🆕 ConfigProvider support configure Space
classNamesandstylesproperties. #42748 @RedJue - 🆕 Space support
classNamesandstylesproperties. #42743 @RedJue - 🆕 Drawer panel support event listener. Wrapper support passing
data-*props. #42718 @kiner-tang - 🆕 ConfigProvider support configuring Button
style/className/styles/classNames. #42623 @LuZhenJie1999 - 🆕 Pagination size change select component is searchable now. #42608
- 🆕 QRCode support render svg. #42570 @sy296565890
- 🆕 Calendar support passing
panelModeas the select source type to the internal select trigger callback to use the correct source type when called. #42459 @bombillazo - 🆕 Select add
groupLabelprop infieldNamesto refleact title of group. #42492 @BoyYangzai - 🆕 Table add support for custom sort icon of table column. #42498 @sawadyecma
- 🆕 DatePicker support
kk:mmformat. #42494 @cooljser - 🆕 ConfigProvider.config support
themefor static method config. #42473 - 🆕 Calendar
onSelectsupportinfo.sourceparam to help get select source. #42432 - 💄 Optimize ColorPicker style in dark theme. #42827 @RedJue
- 💄 Fix Popconfirm, Alert and Notification that
colorTextHeadingandcolorTextusage. #42839 - 💄 Fix Divider style problem. #42797 @kongmingLatern
- 🐞 Fix Image.PreviewGroup not reset image state when switch it. #42793 @linxianxi
- 🐞 Reduce bundle size by refactor via
rc-util/lib/pickAttrs. Fix RatefindDOMNode is deprecatedwarning in StrictMode. #42688 - 🐞 Rate could accept
iddata-*aria-*roleonMouseEnteronMouseLeaveattributes now, so that it can be wrapped by Tooltip component. #42676 - 🐞 Fix Menu.Submenu not aligned in horizontal mode. #42648
- 🐞 Align Card
tabListAPI with Tabitems. #42413 - 🐞 Fix circular dependencies.
- 🐞 Fix Modal circular dependency issue. #42841 @kiner-tang
- 🐞 Fix Space circular dependency issue. #42811 @kiner-tang
- 🐞 Fix Statistic circular dependency issue. #42814 @kiner-tang
- 🐞 Fix List circular dependency issue. #42806 @kiner-tang
- 🐞 Fix Dropdown circular dependency issue. #42764 @Dunqing
- ⌨️ Improve Progress accessibility by adding more
ariaprops. #42704 @MehmetYararVX - ⌨️ Notification add role
props. #42484 @guan404ming - 🛠 Collapse use
onKeyDowninstead ofonKeyPressto change collapse panel active state. #42592 @kiner-tang - 🛠 Refactor Menu with
@rc-component/trigger. Removerc-triggerand reduce bundle size. #42554 - 🛠 Table rename
sorterOrdertosortOrderfor arguement ofsortIcon. #42519 @sawadyecma - Component Token Migration. For more info: Migrate less variables
- 🛠 Rename Menu component token with new naming standard. #42848
- 🛠 Migrate Radio less variables. #42050 @Yuiai01
- 🛠 Migrate Image less variables. #42048 @guan404ming
- 🛠 Migrate Tooltip less variables. #42046 @guan404ming
- 🛠 Migrate Transfer less variables. #42431 @heiyu4585
- 🛠 Migrate Tabs less variables. #42186 @heiyu4585
- 🛠 Migrate Card less variables. #42061 @heiyu4585
- 🛠 Migrate Mentions less variables. #42711 @heiyu4585
- 🛠 Migrate Avatar less variables. #42063 @heiyu4585
- 🛠 Migrate Pagination less variables. #42330 @heiyu4585
- 🛠 Migrate Popover less variables. #42337 @heiyu4585
- 🛠 Migrate Tag less variables. #42053 @heiyu4585
- 🛠 Migrate List less variables. #42041 @jrr997
- 🛠 Migrate Dropdown less variables. #42258 @poyiding
- 🛠 Migrate Timenline less variables. #42491 @jrr997
- 🛠 Migrate Anchor less variables. #42141 @MuxinFeng
- 🛠 Migrate Carousel less variables. #42157 @MuxinFeng
- 🛠 Migrate Upload less variables. #42042 @jrr997
- 🛠 Migrate Typography less variables. #42442 @jrr997
- 🛠 Migrate Segmented less variables. #42136 @kiner-tang
- 🛠 Migrate Checkbox less variables. #42097 @poyiding
- 🛠 Migrate Skeleton less variables. #42134 @kiner-tang
- 🛠 Migrate Breadcrumb less variables. #42342 @heiyu4585
- 🛠 Migrate Calendar less variables. #42194 @MuxinFeng
- 🛠 Migrate Rate less variables. #42135 @MuxinFeng
- 🛠 Migrate Descriptions less variables. #42038 @jrr997
2023-05-30
- 🐞 Fix ColorPicker hover boundary issue. #42669 @RedJue
- 🐞 Fix Menu that
overflowedIndicatorClassNameshould not override origin classes. #42692 - 🐞 Fix Select that in some cases will display the letter
A. #42651 @895433995 - 🐞 Fix Card when
coveris set to Image, hover mask does not have rounded corner attribute, resulting in UI exception. #42642 @iNeedToCopy - 🐞 Fix Checkbox align with label. #42590
- 🐞 Fix ConfigProvider makes Form component in the bundle even not use it. #42604
- 🐞 Fix InputNumber cannot align well by baseline. #42580
- 🐞 Fix spinning icon animation in Badge. #42575
- 📦 Optimize Form
setFieldsValuelogic to reduce bundle size. #42635 - 💄 Optimize Image.ImagePreviewGroup style. #42675 @kiner-tang
- 💄 Fix Tag borderless style with
errorand other status. #42619 @li-jia-nan - 💄 Fix Table
rowSpanhover highlight style missing. #42572 - 💄 Fix Pagination's link icon and ellipsis hover style when disabled. #42541 @qmhc
- 💄 Fix Design Token that global token should be able to override component style. #42535
- 🇱🇹 Add missing i18n for
lt_LTlocale. #42664 @Digital-512 - RTL
2023-05-22
- 🐞 Fix wrong Button icon size and margin. #42516
- 🐞 Fix Select remove & selected icon not align in center. #42513
- 🐞 Refactor Popconfirm DOM structure to fix extra margin before
titleanddescriptionwhenicon={null}. #42433 - 🐞 Fix Menu item icon not centered when
itemMarginInlineis 0. #42426 @zzwgh - 🐞 Fix Tag wrapped with Tooltip will use wrong
font-sizewhen hover. #42414 - 🐞 Fix Popconfirm trigger
onVisibleChangetwice. #42393 - 🐞 Adjust Tooltip & Popover display logic. Now the first priority is to ensure that it will not be clipped by
overflow: hidden, and the second is to ensure that it is displayed within the viewport as much as possible. #42394 - ColorPicker
- 🐞 Optimize ColorPicker the
allowClearinteraction logic, reopening the panel to select a color will default to 100% transparency instead of 0%. #42439 @RedJue - 🐞 Optimize ColorPicker interaction. Now it will close panel when click clear button. #42406 @kiner-tang
- 🐞 Optimize ColorPicker the
- 💄 Optimize border radius in filter dropdown of Table. #42451 @Yuiai01
- 🛠 Remove
addEventListenerfromrc-util/lib/Dom/addEventListenerand use nativeaddEventListenerinstead. #42464 @li-jia-nan - 🛠 Reduce 1KB @ant-design/icons bundle size. Fix TwoTone icon color to primary color of 5.0. #42443
- 🌐 Add missing translation for
mn_MN. #42512 @ariunbatb - RTL
- 💄 Fix Select scrollbar
rtldirection position. #42508 @BoyYangzai
- 💄 Fix Select scrollbar
- TypeScript
- 🤖 Optimize Slider ref type definition, replace
unknownandanywithSliderRef. #42420 @li-jia-nan
- 🤖 Optimize Slider ref type definition, replace
2023-05-15
- 🔥 New Component ColorPicker. #41990 @RedJue
- 🆕 Add
DatePicker.generateCalendarandCalendar.generateCalendarcustom 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
validateFieldssupportvalidateOnlyto not to update UI status. #42273 - 🆕 DatePicker support changeOnBlur to trigger change event without clicking confirm. #42168
- 🆕 Cascader
optionssupportdisableCheckboxprop. #42024 @BoyYangzai - 🆕 Popconfirm add
onPopupClickprop. #42272 @bolosea - 🆕 QRCode add
bgColorprop to set background color. #42214 @bolosea - 🆕 Table.Summary.Row component add
onClickprop. #42175 @Ylg12345 - 🆕 Space support ref. #42266 @RedJue
- 🆕 The
sizeof Tab defaults to inherit Card. #42183 @huangkairan - ConfigProvider
- 🐞 Fix ConfigProvider
sizeprop not work on Pagination. #42206 - 🐞 Fix ConfigProvider
sizeprop not work on Steps. #42278 @wanghui2021 - 🐞 Fix ConfigProvider
sizeprop not work on Descriptions. #42244 @wanghui2021 - 🐞 Fix the size is not inherited from ConfigProvider when the
componentSizeis set. #42199 @Ec-tracker
- 🐞 Fix ConfigProvider
- 🐞 Fix then icon styles for Input are incorrect in Space Compact mode. #42167 @pengyw97
- 🐞 Fix Popover display empty div when
titleandcontentis 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
tipwhen not in nest pattern. #42293 - 🤖 Component Token name canonicalization. #42184
- TypeScript
- Locales
- 🇧🇬 Add bg_BG Form locales. #42203 @tangzixuan
2023-05-06
- 🐞 Fix Menu different margin between Menu.Item and Menu.Submenu in vertical and inline mode. #42160
- 🐞 Fix Breadcrumb using
itemRenderwithpathrender additional a element. #42049 - 🐞 Fix Transfer in control mode throw React nest state update warning. #42033
- 🐞 Fix Upload logic of disable state. #42102 @Wxh16144
- 💄 Fix Spin height is inconsistent with its icon children. #42162 @cheapCoder
- ⚡️ Improve Affix logic when it does not need to update. #42015 @Simon-He95
- ⚡️ Improve Anchor logic when it does not need to scroll. #42018 @Simon-He95
2023-04-26
- 🐞 Fix lots of Table border and radius styling issues. #41985
- 💄 Fix Layout.Sider collapse animation style. #41993
- 🐞 Fix InputNumber font-size error. #41983
- 🐞 Fix responsive Col don't support
flexprop incolSize. #41962 @AlexisSniffer - 🐞 Fix Carousel
goTois ignored if animation is in progress. #41969 @guan404ming - Form
- TypeScript
- 🤖 Fix Menu OverrideContext type missing warning. #41907
- 🤖 Fix TreeSelect missing
aria-*definition. #41978 @guan404ming
2023-04-23
- 🐞 Fix Anchor that
onChangewas memoized byuseCallbackand wouldn't change. #41934 @Yuiai01 - 🐞 Fix Draggable Tree that title is not aligned when the text is wrapped. #41928 @Yuiai01
- Tree
- 🛠 Reduce Switch bundle size by upgrading
rc-switch. #41954
2023-04-20
- 💄 Fix Message hooks icon style not follow dynamic theme token. #41899
- 🐞 Fix
@ant-design/cssinjsthat cssinjs may crash if CSS value isundefined. #41896
2023-04-19
- 🐞 Fix FloatButton throws warning
findDOMNode is deprecated in StrictMode. #41833 @fourcels - 🐞 MISC: Arrow element support more old browsers which do not support
clip-path: path(). #41872 - 🐞 Fix Layout.Sider transition issue when switch theme. #41828
- 🐞 Fix the problem that when the type of Tour is primary, the color of the arrow is still white. #41761
- 🐞 Optimize Form field binding, now will ignore comments in Form.Item as subcomponents. #41771
- 🐞 Fix Input.Password show additional toggle button in Edge. #41759
- 💄 Fix styling issues with components that have a Tooltip component as their base within the Space.Compact wrapper. #41707 @foryuki
- 🇩🇪 Fix typo in German locale. #41780 @aaarichter
- TypeScript
- 🤖 Optimize the type definition of Modal. #41742 @MuxinFeng
2023-04-11
- 🐞 Fix unexpected deprecated warning in DatePicker. #41753 @kiner-tang
- 🇩🇪 Add missing translations for
de_DE. #41747 @eldarcodes - TypeScript
2023-04-11
- 💄 Optimize Select-like component popup logic (e.g. Select, TreeSelect, Cascader). Now always try to display it in the visible area first to reduce the user's extra scrolling cost. #41619
- 💄 Remove fixed height in Badge.Ribbon. #41661 @MuxinFeng
- 🐞 Fix Select width becomes 0px when search after select something. #41722
- 🐞 Fix Empty style in small width container. #41727
- 🐞 Improve Form.Item
noStylevalidation message reveal logic. #41698 @Wxh16144 - 🐞 Fix that Form.Item should not support
requiredMark. #41725 @Wxh16144 - 🐞 Fix Space should not affect font style and font family. #40326
- 🐞 Fix the problem that the hover style of the Previous/Next button in Pagination simple mode is lost. #41685
- 🐞 Fix Tree
switcherIconcannot be hidden. #41708 @acyza - 🐞 Fix
List.Item.Metaavatar and title are not aligned. #41688 @Yuiai01 - 🐞 Fix Row justify setting
space-evenlydoes not work. #41679 @Yuiai01 - 🐞 Fix Button type to support custom data attributes. #41650
- 🐞 Fix Table column width issue when
rowSelection.selectionsis not empty. #41626 - 🐞 Fix Mentions dropdown style. #41660
- 🐞 Improve Form.Item on
requirejudgment logic. #41623 @Wxh16144 - Locales
- 🇹🇭 add Tour, Image, and QRCode Thai locale. #41697 @buildingwatsize
2023-04-03
- 🗑 Remove
antd/es/locale-providerantd/lib/locale-providerdirectory since LocaleProvider was replaced by ConfigProvider and removed in 4.x version years before. #41289 @li-jia-nan - 🆕 DatePicker/TimePicker/Calendar could change date-library to luxon now. #41580 @hihuz
- 🆕 Add Form.Item.useStatus hook to get error messages. #41554 @Yuiai01
- 🆕 Input and Input.TextArea support
classNamesandstylesprops. #41493 - 🆕 Tag add
bordered={false}to support border-less style. #41305 @li-jia-nan - 🆕 FloatButton support
badgeprop. #41040 @li-jia-nan - 🆕 Select add
titleproperty. #41280 - 🆕 Image component supports
preview.rootClassName. #41265 @Yuiai01 - 🆕 Modal added
afterOpenChangeprop. #41253 @MuxinFeng - 🆕 Form.useWatch could watch field change at preserve mode. #41191 @li-jia-nan
- 🛠 Refactor some components by using
useMemo. #41533 #41550 @li-jia-nan - 🛠 Refactor Checkbox with hooks and new types. #41117
- 🛠 Refactor Input.TextArea that move count into
affixWrapperelement. #41450 - 🆕 DatePicker/Calendar add
cellRenderfor custom cells and deprecated propertiesdateRenderandmonthCellRenderin DatePicker, deprecated propertiesdateCellRender、monthCellRender、dateFullCellRender、monthFullCellRenderin Calendar. #41584 @kiner-tang - 🐞 Fix Tour double arrow problem. #41578 @acyza
- 🐞 Fix Checkbox with customize
controlHeighttoken not align in center with text. #41566 - 🐞 Fix Form.Item not rendering correctly in Modal when it has
help. #40519 @Yuiai01 - 🐞 Fix Form wrong UI status when using
hasFeedback. #41594 @Yuiai01 - 🐞 Fix Slider throws warning
[antd: Tooltip] forcePopupAlign is align to forceAlign instead. #41540 @MuxinFeng - 🐞 Fix checkable Table checking not working when click on the edge of checkbox. #41519
- Locales
- 🇲🇲 Added Burmese locale. #41366 @enson0131
- 🇻🇳 Fix Vietnamese locale text. #41320 @trongtai37 #41345 @duypham90
- 🇩🇪 Update TimePicker german locale. #41521 @Yuiai01
2023-03-28
- Menu
- 🐞 Fix Table filter do not persist filter status when filter dropdown is visible. #41445 @ablakey
- 🐞 Fix Modal using
useModalis not transparent and prefers user settings. #41422 @luo3house - Form
- 🐞 Fix the problem that the Form validation state does not change in sequence. #41412 @kiner-tang
- 💄 Fix Form component layout exceptions when set props
layout="inline". #41140 @itkui
- 💄 Fix ConfigProvider
noncenot working on CSS-in-JS style. #41482 - 💄 Fix Pagination when
size=small, pagination button active, previous page next page button hover and active styles are lost. #41462 #41458 - 💄 Fix the style problem that the bottom border of the Tabs component overlaps with other borders. #41381
- 💄 Fix Dropdown.Button down icon size issue. #41501
- TypeScript
- Locales
- 🇮🇷 Improve DatePicker
fa_IRtranslation. #41455 @ds1371dani - 🇸🇪 Add the missing content of
sv_SElanguage. #41424 @dhalenok
- 🇮🇷 Improve DatePicker
2023-03-20
- Anchor
- 🐞 Fix Grid
offsetcan not be overwritten problem under different device screen sizes. #41309 @Yuiai01 - 🐞 Fix Breadcrumb
onClicknot working bug. #41283 @acyza - 🐞 Fix Upload trigger Progress warning after upload. #41234 @kiner-tang
- 🐞 Fix Table unexpected layout problem when dragging element to the right. #41139 @hoho2017
- 💄 Fix Tabs more icon color in dark mode. #41313 @PhosphorusP
- 💄 Fix Button focus outline style be covered by Dropdown.Button. #41282 @Yuiai01
- 💄 Fix Input.TextArea style problem when focusing. #41228 @MuxinFeng
- RTL
- 💄 Fix Input.TextArea RTL style when enable
showCount. #41319 @ds1371dani
- 💄 Fix Input.TextArea RTL style when enable
- TypeScript
- 🤖 Export
CountdownPropsfor Statistic. #41341 @li-jia-nan - 🤖 Improve Design Token most alias token meta info. #41297 @arvinxx
- 🤖 Improve Badge
React.forwardReftype definition. #41189 @li-jia-nan
- 🤖 Export
2023-03-13
- 🐞 Update DatePicker deps to fix laggy in Safari and support align with
transform scale. #41090 - 🐞 Fix Menu collapse, Tooltip sometime show with unexpected. #41081
- 🐞 Fix Modal.confirm has additional node which makes height not correct. #41173 @Svudec
- 🐞 Fixed InputNumber
disabledtext color not correct. #41167 @Yuiai01 - 🐞 Fix Anchor highlighting not working when dynamically updating
items. #40743 @zqran - 🛠 Update Mentions deps to support align with
transform scale. #41160 @MuxinFeng - 🐞 Fix Form with manually called
validateFieldsnot show success status whenhasFeedbackis on. #41116 @kiner-tang - 🐞 Fix Cascader sub panel not close when hover to leaf node. #41134
- 🐞 Fix Popconfirm using
Promiseto close will not existloadingstate even when open again. #41121 - 🐞 Fix Upload
onChangesometime not sync when in React 18. #41082 @li-jia-nan - 🛎 Update demo with Space.Compact instead of legacy one and patch warning info. #41080 @Yuiai01
- 🌐 Update ko_KR、Added Amharic Language. #41103 @li-jia-nan
2023-03-06
- 🆕 Tooltip support
arrow.pointAtCenterand deprecatearrow.arrowPointAtCenter. #40989 - 🆕 Progress support custom
size. #40903 @kiner-tang - 🆕 Tour support custom
zIndex. #40982 @kiner-tang - 🆕 Table
onHeaderCellsupport customizecolSpanandrowSpan. #40885 - 🆕 Image.Group support
onChangecallback. #40857 @kiner-tang - App
- 🆕 App support
styleprops. #40708 @li-jia-nan - 🆕 App support
messageandnotificationoptions. #40458 @luo3house
- 🆕 App support
- 🆕 ConfigProvider support
useConfighook to getsizeanddisabledin context. #40215 @xliez - 🆕 Breadcrumb support
itemsprop. #40543 @heiyu4585 - 🛠 Breadcrumb separators are unified into
lielements. #40887 @heiyu4585 - 🛠 Tooltip support auto arrow position & adjust position if possible.
destroyTooltipOnHide.keepParentis deprecated since it will be always auto destroy unnecessary container now. #40632 - 🛠 Rename preset colors in token, .e.g
blue-1toblue1, and deprecate tokens before. #41071 - 💄 Message use
colorTextin style. #41047 @Yuiai01 - 💄 Fix Select, TreeSelect, Cascader popup align position not correct when parent has
transform: scalestyle. #41013 - 💄 Optimize
rowScopestyle for Table. #40304 @Yuiai01 - 💄 Provide Design Token new AliasToken
lineWidthFocusforoutline-widthof focused component. #40840 - 💄 DatePicker.WeekPicker support hover style. #40772
- 💄 Adjust Select, TreeSelect, Cascader always show the
arrowby default when multiple. #41028 - 🐞 Fix Form
Form.Item.useStatusproblem with sever-side-rendering. #40977 @AndyBoat - 🐞 MISC: Fix arrow shape in some components. #40971
- 🐞 Fix Layout throw
React does not recognize thesuffixClsprop on a DOM elementwarning. #40969 - 🐞 Fix Watermark that text will be displayed when the picture loads abnormally. #40770 @OriginRing
- 🐞 Image support flip function in preview mode. Fix Image
fallbackwhen used in ssr. #40660 - 🐞 Fix Typography component is not centered in the Select component. #40422 @Yuiai01
- 🌐 Update locale
vi_VNadding Vietnamese translation for Form component validation. #40992 @lamvananh - RTL
- 💄 FloatButton support
rtlmode. #40990 @li-jia-nan
- 💄 FloatButton support
- TypeScript
2023-02-27
- 🐞 Fix for setting
percentandsuccess.percentat the same time forProgress, the progress text does not change aspercentchanges. #40922 - 🐞 Fixed Image preview icon was misaligned. #40911
- 🐞 Fix ConfigProvider validation message template override Form configure template sometime. #40533 @Wxh16144
- 🐞 Fixed Confirm Modal
onOkevent could be triggered twice when close. #40719 @Rafael-Martins - 🛠 Rewrote the
useLocalemethod and exposedlocaleCodeto the public. #40884 @li-jia-nan - 🐞 Fixed Segmented component items were unresponsive to mouse events. #40894
- 🛠 Refactored: replaced the LocaleReceiver component with
useLocaleand removed the LocaleReceiver component. #40870 @li-jia-nan - 🐞 Fixed
getPopupContainerproperty injected by ConfigProvider did not work. #40871 @RedJue - 🐞 Fixed where Descriptions did not accept
data-_andaria-_attributes. #40859 @goveo - 🛠 Changed the Breadcrumb Separator's DOM element from
spantoli. #40867 @heiyu4585 - 🐞 Fix token of
Layout.colorBgHeadernot work when single use Layout.Header directly. #40933 - 💄 Changed Design Token the component's focus
outlineto the default4px. #40839 - 🐞 Fixed the Badge color was displayed abnormally. #40848 @kiner-tang
- 🐞 Fixed an issue with the Timeline item's
className. #40835 @Yuiai01 - 💄 Fixed the interaction style of the Rate component in the disabled state. #40836 @Yuiai01
- 🇮🇷 Added Iranian localization. #40895 @majidsadr
2023-02-19
- DatePicker
- Form
- 🐞 Fix List extra padding when enable
gridproperty. #40806 - 🐞 Fix Upload actions icon alignment issue. #40805
- 💄 Tweak Table filter dropdown radius style. #40802
- 🐞 Fix Button
loading.delaynot delay at first time. #40759 @RedJue - 🐞 Fix Input status style when using
addonAfterandaddonBefore. #40744 @carla-cn - 🐞 Fix Skeleton
activeflicky animation in Safari. #40692 @slotDumpling - Locales
2023-02-13
- 🛠 Rewrite
panelRenderin Tour to function component. #40670 @li-jia-nan - 🐞 Fix Timeline
classNameproperty wrongly passed to child nodes. #40700 @any1024 - 🐞 Fix Slider dot to trigger click and hover correctly. #40679 @LongHaoo
- 🐞 Fix Tour that should support
0as element. #40631 @li-jia-nan - 💄 Fix DatePicker.RangePicker hover range style. #40607 @Yuiai01
- 💄 Optimize Steps custom
iconsize. #40672 - TypeScript
- 🤖 Update Upload to support generic types. #40634 @riyadelberkawy
- 🌐 Localization
- 🇷🇺/🇺🇦 add missing translations for ru_RU and uk_UA. #40656 @eldarcodes
2023-02-08
- 🔥 Add
picture-circleto Upload'slistTypeprop. #40134 @ds1371dani - 🔥 Anchor component add
direction, which supports vertical. #39372 @foryuki - 🆕 Tooltip support
arrowto change arrow's visible state and whether the arrow is pointed at the center of target. #40234 @kiner-tang - 🆕 Added List pagination
alignoption. #39858 @Yuiai01 - 🆕 Timeline added
itemsto support option configuration. #40424 - Collapse
- Slider
- 🆕 Slider add
railStylefor custom style. #40579 @david-cord - 🆕 Slider add support for disable
keyboardevents. #40526 - 🐞 Fix Slider missing Tooltip appear motion. #39857
- 🆕 Slider add
- Dropdown
- Tour
- 🆕 Tour added
indicatorsRenderto support custom indicators. #40613 - 🆕 Tour support
scrollIntoViewOptionsto change scrollIntoView options. #39980 @kiner-tang - 🆕 Tour masks support passing custom styles and fill colors. #39919 @kiner-tang
- 🐞 Fixed Tour thrown
findDomNodewarning when called in strict mode. #40160 @kiner-tang - 💄 Deleted Tour margin of the last indicator. #40624
- 🆕 Tour added
- 🆕 Adds Design token
fontFamilyCodeand apply to Typographycodekbdpreelements. #39823 - 🆕 ConfigProvider add Form
scrollToFirstError. #39509 @linxianxi - 🆕 Global: Fill rest
rootClassNamefor all components. #40217 - 🐞 Fix Empty descriptions text color in default theme and dark theme. #40584 @MuxinFeng
- Table
- 🐞 Fix
aria-labelandrole="presentation"cannot be used together in Table row. #40413 @Ke1sy - 🐞 Fix Table uncontrolled
filteredupdate not working. #39883 - 🐞 Fix Table header filter is invalid in the case of group headers. #40463 @roman40a
- 🐞 Fix Table selection column cover by other cell when fixed. #39940 @kiner-tang
- 🐞 Fix Table Sorted/Filtered fixed column transparent background unreadable. #39012 @kiner-tang
- 💄 Optimize Table hover style to fix problems with border. #40469
- 🐞 Fix
- DatePicker
- 🐞 Fix Space
ant-space-itemselector bug. #40554 @cncolder - 🐞 Fix not close Spin immediately when using
delay. #40475 @3Alan - 🐞 Fix Modal
useModaldefault confirm button text logic. #39884 @BoyYangzai - 🛠 Refactored the water ripple visual effect to trigger multiple water ripples at the same time. #39705 @li-jia-nan
- 🛠 Refactor Input.TextArea and Mentions. #40045
- 🛠 Refactor Affix Calendar to use React.createRef instead of function. #40538 @li-jia-nan
- 💄 Fix Tabs more button unexpected height. #40488
- 💄 Resolve Image preview style conflict with TailwindCSS. #39914
- 💄 Fix Progress that
transitionof success bar is missing. #40487 - 💄 Fix the misalignment of Input.Group when zooming the screen under windows. #39842 @heiyu4585
- 💄 Fix Select placeholder style issue. #40477 @Wxh16144
- 💄 Adjust Descriptions label style for more readable. #40085
- 💄 Optimize QRCode expiration display style. #39849
- 💄 Optimize Design Token
boxShadowtokens. #40516 - TypeScript
- 🌐 Localization
- 🇮🇳 Add
ta_INlocal. #39936 @KIRUBASHANKAR26
- 🇮🇳 Add
2023-01-31
- Input
- 🐞 Fix Switch text layout problem in Safari and Chrome <= 84 with compatible mode. #40453 @Ifeinstein
- 🐞 Fix Progress that throw error when
percentisnull. #40378 @li-jia-nan - 🐞 Fix List title and avatar be rendered in the wrong position. #40395 @li-jia-nan
- 🐞 Fix Dropdown submenu wrong position. #40349
- 🐞 Fix Badge throw
findDOMNodewarning in StrictMode whendotswitch. #40347 - 🐞 Fix Message wrong icon color problem. #40471 @Wxh16144
- 💄 Adjust Empty component default style in dark theme. #40447
- RTL
- 💄 Fix Table scroll shadow in RTL mode. #40441 @ds1371dani
- TypeScript
2023-01-20
- 🐞 Fix DatePicker animation timing function. #40133
- Menu
- 🐞 Fix the console warning of Wave effect when bind component unmount before wave effect trigger. #40307 @luo3house
- 🐞 Fix Breadcrumb throw wrong overlay deprecation warning when use
menuprop. #40211 @candy4290 - 🐞 Fix Modal.useModal hooks
destroyAllnot work as expect. #40281 @ds1371dani - 🐞 Fix
messageglobal static methodconfigsettingdurationnot working. #40232 @Yuiai01 - 🐞 Fix Button text color when containing an
atag. #40269 @ds1371dani - 🐞 Fix Radio displaying wrong text color and cursor when
disabled. #40273 @ds1371dani - 💄 Optimize Design Token calculation logic of focus
outline, replacelineWidthwithlineWidthBold. #40291 @simonpfish - 💄 MISC: Rewrite part component style to compatible the browser that not support concat
:notselector. #40264 - 🌐 Fix missing translation for
pt_BR. #40270 @rafaelncarvalho
2023-01-15
- 🐞 Fix Checkbox that label not aligned with checkbox. #40208
- 🐞 Fix Button wave effect sometime makes layout shaking. #40192
- 🐞 Fix Select crash problem. #40158 @helloqian12138
- 🐞 Fix Timeline custom color displaying wrong classname & alignment overflow. #39394 @Wxh16144
- 🐞 Fix Breadcrumb last item color. #40119 @messaooudi
- 💄 Fix Table sticky table header shadow style. #40171 @Wxh16144
- 💄 Fix Segmented item hover radius style. #40175 #40179
- TypeScript
- RTL
- 💄 Fix DatePicker's next & prev icons in RTL mode. #40238 @ds1371dani
- 💄 Fix Badge RTL style when wrap a block element. #40125
2023-01-09
- 🐞 Fix missing locale file. #40116
- 🐞 Fix Cascader dropdown
placementin RTL mode. #40109 @3hson - 🐞 Fix
rc-motionanimation flicking in some components. react-component/motion#39
2023-01-09
- Table
- 🛠 Optimize the Table
shouldCellUpdatelogic to increase the secondary rendering speed. #40063 - 🐞 Fix Table
columns.rendernot trigger re-render when render function use closure data. #40004 - 🐞 Fix when Table filter, the border will be black. #39938 @JarvisArt
- 🛠 Optimize the Table
- Button
- 🐞 Fix Button wave effect not following screen scroll. #39954
- 🐞 Fix Button
blockprops not work. #39992 @li-jia-nan
- 🐞 Fix Menu custom expand icon cannot be hidden. #40071 @Wxh16144
- 💄 Fix circular Progress text not being displayed in rtl mode. #40103
- 💄 Fix horizontal Menu style with
theme="dark". #40105 - 🐞 Fix Cascader
notFoundContentcannot be clicked. #40067 - 🐞 Fix Transfer Checkbox not disabled when itemsLits is empty. #40038 @li-jia-nan
- 💄 Fix Checkbox style with
disabledandindeterminate. #39974 @ds1371dani - 🐞 Fix Alert.ErrorBoundary description overflow bug. #40033
- 💄 Fix Tag onClick as undefined, click the mouse to display the border style. #40023 @crazyair
- 💄 Fix Avatar.Group item margin when item is wrapped by other elements. #39993
- 🐞 Fix Menu.Submenu arrow transition. #39945 @JarvisArt
- 🐞 Fix Table selection column cover by other cell when fixed. #39940 @kiner-tang
- 🌐 Add missing ta_IN translations. #39936 @KIRUBASHANKAR26
2022-12-30
- 📖 Theme Editor supports uploading themes. #39621 @BoyYangzai
- 💄 Refactor Wave effect that can now trigger multiple times. #39705 @li-jia-nan
- Table
- 🐞 Fix Table
column.filteredcannot be updated. #39883 - 🐞 Fix Table fixed column which is sorted or filtered transparent background bug. #39012 @kiner-tang
- 🐞 Fix Table
- 🐞 Fix Image preview style conflict with TailwindCSS. #39914
- 🐞 Fix Dropdown
dangeranddisabledstyle priority bug. #39904 @Wxh16144 - 🐞 Fix App.useApp
modaldefaultokText. #39884 @BoyYangzai - 💄 Fix Input.Group misplace style when zoom up in windows. #39842 @heiyu4585
- 🐞 Fix Slider missing Tooltip appear motion. #39857
- 🐞 Fix QRCode missing expired style. #39849 @li-jia-nan
- 🐞 Fix Tree switcher's background display unexpected in dark theme. #39838 @kiner-tang
- 🐞 Fix Menu slide bar style issue when
borderis reset by preset. #39819 - 🐞 Fix Checkbox not support Tooltip or Popover when it is
disabled. #39829
2022-12-26
- 📦 Remove IE and other legacy browsers from browserslist to reduce bundle size. #38779
- ⚡️ Improve Transfer performance when selecting and moving nodes with large data. #39465 @wqs576222103
- 🐞 Fix Design Token wrong
font-familyof components. #39806 - 🐞 Fix Drawer default props not working when
placementopenwidthareundefined. #39782 - 🐞 Fix Menu icon animation when collapse it. #39800 @JarvisArt
- 🐞 Fix Image preview operation bar is covered during the animation. #39788 @JarvisArt
- 🐞 Fix List crash when
pagination.pageSizeis undefined. #39681 @Wxh16144 - 🐞 Fix Space
align="baseline"not working. #39748 @candy4290 - Table
- 🐞 Fix Table expandable row header has no top left border radius. #39781 @chunsch
- 🐞 Fix Table header radius missing when has fixed header and columns. #39723
- 🐞 Fix Table missing
border-bottomin merged cell and unexpected border color if overlapping. #39729 - ⌨️ Improve Table a11y by appling aria-props to table element. #39700
- ⌨️ Reset
aria-labelin Table column. #39738 @kiner-tang - 💄 Adds transition animation for Table border. #39713 @JarvisArt
- 🐞 Fix Tabs add button color invisible in dark mode. #39724
- 🐞 Fix the problem that the height of the title bar is not enough when Card only has
extra. #39646 @JarvisArt - 🐞 Fix
justifyandalignproperties are not reactive in Row. #39704 @candy4290 - 🐞 Fix warning in App about two children with the same key. #39695 @Kamahl19, #39701 @li-jia-nan
- 💄 Image preview interactive optimization. #39812 @JarvisArt
- 💄 Fix Table filter dropdown wrong active background and dropdown shadow style. #39805
- TypeScript
- 🤖 Fix missing type defination for Design Token. #39754
2022-12-20
- 🔥 New App Component which provide global style & static function replacement. #39046
- 🔥 New QRCode Component. #38948
- 🔥 New Watermark Component. #39064 @JarvisArt
- 🆕 Mentions support
optionsprop. #38630 @heiyu4585 - 🆕 FloatButton support
clickOutAutoClose. #39501 @BoyYangzai - 🆕 Popconfirm support
descriptionprop. #39250 @xhh0223 - 🆕 Modal.confirm support
footerprop. #39048 @owjs3901 - 🆕 Table support
rowScopeto set the column range. #39571 - 🆕 Anchor support
itemsdata configuration option content, which supports nesting through children. #39034 @foryuki - 🆕 Grid breakpoints can now follow theme token config. #39105 @azro352
- 🆕 Tour prevButtonProps nextButtonProps support
styleclassnameprop. #38939 @ONLY-yours - 🆕 ConfigProvider support config
select.showSearch. #39531 @YinDongFang - 🐞 Fix Tabs
inkBarnot show in StrictMode. #39653 - 🐞 Fix Badge component width not being affected by parent element. #39605 @AydenGen
- Select
- 🐞 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
createRootto render. #38855 @JarvisArt - 🛠 Refactor Menu.MenuItem to Function Component. #38751
- 💄 Optimize Menu item style when selected. #39439
- 🐞 Fix Menu.Submenu will flicker when use
- 🛠 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
- 🌐 Localization
2022-12-13
- 🐞 Fix Slider's Tooltip missing animation. #39463 @YinDongFang
- 🐞 Fix Table unexpected horizontal scroll bar when empty and bordered. #39455 @zjfresh
- 🐞 Fix Popover arrow background color with customized
color. #39517 - 🐞 Fix Modal hooks not pass ConfigProvider config correctly. #39513
- 🐞 Fix Radio align issue with custom size. #39476
2022-12-12
- 🐞 Fix FloatButton
tooltipproperty is not support0value. #39425 @li-jia-nan - 🐞 Fix Space wrapped Select not display clear icon problem when mouse hover. #39468 @foryuki
- 💄 Fix Cascader ul has unexpected margin value. #39436 @ZN1996
- 💄 Fix Input has unexpected padding problem in compact mode. #39428
- 💄 Optimize Message padding in compact mode. #39428
- 💄 Fix Radio.Button has unexpected text color in dark mode. #39428
- 💄 Fix Select has unexpected padding problem in compact mode. #39428
- 💄 Fix Slider has unexpected size for marking dot. #39428
- 💄 Optimize Switch color in dark mode. #39428
2022-12-08
- 🐞 Fix button hover style in Space.Compact. #39157 @foryuki
- 🐞 Fix Tabs active bar missing sometimes in windows Chrome. #39352 @heiyu4585
- 🐞 Fix Divider
horizontalalign issue in flex layout. #39339 - 🐞 Fix Popover width in rtl mode. #39311
- 🐞 Fix Popconfirm padding style issue when
wireframeistrue. #39313 - 💄 Fix Select search input with white space style issue. #39299
- 💄 Fix Tree missing selection style. #39292
- 🐞 Fix FloatButton content not align when customize size. #39282 @li-jia-nan
- 🐞 Fix DatePicker.RangePicker cell hover style. #39266
- 💄 Optimize Button style under Space.Compact. #39241 @foryuki
- 🌐 Fix
vi_VNi18n mistake. #39279 @nghiepdev - 🌐 Fix
he_ILi18n mistake. #39280 @Ran-Sagy - TypeScript
- 🤖 Optimize Anchor
onClickevent definition. #39305 @li-jia-nan
- 🤖 Optimize Anchor
2022-12-05
- Modal
- 🐞 Fix Modal with long content exceed the panel. #39249 @MuxinFeng
- 🐞 Fix Modal.info content width when without icon. #39047 @owjs3901
- 🐞 Fix Tree config
checkableandblockNodenot makestitlestretch issue. #39209 @Wxh16144 - 🐞 Fix Dropdown sub menu missing motion. #39235
- 💄 Fix DatePicker.RangePicker time panel padding style. #39228
- 🐞 Fix Card action button round style. #39210 @MuxinFeng
- 🐞 Fix Badge wave effect color not follow
color. #39182 @li-jia-nan - 🐞 Fix Radio disabled status check style. #39165 @Wxh16144
- 🐞 Fixed Input.TextArea count style when
resizeis notnone. #39121 @51wangping - 🐞 Fix Transfer clicking the checkbox position cannot be unchecked and onSelectChange is triggered twice. #39078 @edc-hui
- 🐞 Fix Steps set
size="small"with progress not fully display. #39100 @Wxh16144 - 🐞 Fix Form horizontal layout with
xsresponsive config not work. #39130 - 🐞 Fix message position not correct in RTL. #39248 @Yuiai01
- 🐞 Fix Switch only set with
checkedChildrenorunCheckedChildrencontent not display. #39262
2022-11-30
- 🐞 Fix Spin alignment when using
tip. #38923 @sribich - Menu
- 🐞 Fix Input.TextArea resize behavior by adding reset style. aa92f02
- 🐞 Fix Upload default icon color. #39114 @MARKX97
- 🐞 Fix
@ant-design/cssinjsssr warning in dev mode caused by dynamic hashId. #39069 - 🐞 Fix FloatButton.Group flicking on closing. #39061
- 🐞 Fix Card.Meta that width is not 100%. #39026 @justanotheranonymoususer
2022-11-27
- 💄 Fix Card radius style broken when customize
bodyStylebackground color. #38973 @Yukiniro - 💄 Optimize Design Token default algorithm for error color. #38933
- 💄 Optimize the style issue in RTL mode. #38829 @Wxh16144
- Space.Compact
- 🐞 Fix horizontal Menu that has wrong width when is overflow. #38989
- 🐞 Fix Table that the old filter state still takes effect when the list filter column changes. #38982
- 🐞 Fix Select and Pagination incorrect text color in dark theme. #38979 @Dunqing
- 🐞 Fix that Mentions
optionsprops not working. #38968 @heiyu4585 - 🐞 Fix that
dist/reset.cssmay be dropped in production. #38956 @passerV - 🐞 Fix Badge that
showZerocan't be used with custom color. #38967 @Wxh16144 - 🐞 Fix Form validation motion flick issue. #38962
- 🐞 Fix Tabs dropdown motion not work. #38892
- 🐞 Fix ConfigProvider that
componentDisabledis not work. #38886 @lidianhao123 - 🐞 Fix Button
blockprop is not working whenshape="round". #38869 @jjlstruggle - 🐞 Fix Dropdown.Button that
dropdownRenderis not executed. #38862 @imoctopus
2022-11-22
- 💄 Optimize Empty svg color in dark theme. #38785
- 💄 Fix Form, Input, Select, Tree part style convert to CSS-in-JS missing. #38742
- 💄 Fix Dropdown animation flick in Firefox. #38729
- Menu
- 🐞 Fix Menu SubMenu margin style. #38714 @JarvisArt
- 🐞 Fix Menu height in dark theme. #38741 @LuciNyan
- 🐞 Fix Menu SubMenu flicking when expanding. #38748 @JarvisArt
- 🐞 Fix that Table expanded icons are not aligned. #38823 @turdiyev
- 🐞 Fix FloatButton.BackTop missing animation. #38770 @li-jia-nan
- 🛠 Remove
Moment.jsdependency. #38762 - 🛠 Fix
CompoundedComponentts error. #38666 @wangcch - 🛠 Rollback
libin package. #38832 @chunsch
2022-11-18
🏆 Ant Design 5.0.0 is released, see our release note for more details.
🌟 If you want to migrate to Ant Design 5.0, please check V4 to V5.
- 🔥 New Components
- 🔥 FloatButton component, and refactor BackTop as child component of FloatButton. #37520 @li-jia-nan
- 🔥 Tour component. #37867 #38469 @heiyu4585
- 🔥 New Component Variants
- 🔥 DatePicker add
presetsto support preset ranges for quick selection. #38249 - 🔥 Progress
circletype support responsiveformattext for small size. #38231 @li-jia-nan - 🔥 Steps add
inlinetype. #38311 @JarvisArt
- 🔥 DatePicker add
- 💄 New Design
- 💄 Change primary color to
#1677ff. #37254 - 💄 Change basic border radius to
6px, and support gradient radius. #37146 #37369 - 💄 Optimize transition duration. #37438
- 💄 Optimize padding and remove border for some components. #37283
- 💄 Optimize focus style for some components. #37483
- 💄 Optimize style with large border radius.
- 💄 Optimize Switch transition. #37658
- 💄 Optimize Anchor ink ball style. #38616
- 💄 Change primary color to
- 🆕 Export object
themewhich contains hooks and algorithms related with theme. #36302 - 🆕 ConfigProvider support
themeprop to modify theme configuration. For more: Customize Theme. - 🆕 Add
localedirectory in package, which contains commonjs locale files. #38194 @chunsch - 🗑 Do not support IE browser anymore.
- 🗑 Remove package
antd/lib. #36362- 🛠 Change
maininpackage.jsontodist/antd.js. eb8835f
- 🛠 Change
- 🗑 Remove
dist/antd.css, and adddist/reset.cssto override common styles. #36224 - 🗑 Deprecate
visibleand provideopeninstead in components below. @yykoypj- 🗑 Tag deprecate
visible. #36671 - 🗑 Table deprecate
filterDropdownVisibleand providefilterDropdownOpen. #36747 - 🗑 Drawer deprecate
visibleand provideopeninstead. #36750 - 🗑 Modal deprecate
visibleand provideopeninstead. #36774 - 🗑 Dropdown deprecate
visibleand provideopeninstead. #36799 - 🗑 Tooltip deprecate
visibleand provideopeninstead, Popover and Popconfirm. #36807
- 🗑 Tag deprecate
- 🗑 Deprecate
dropdownClassNameand providepopupClassNameinstead in components below. @heiyu4585- 🗑 AutoComplete deprecate
dropdownClassNameand providepopupClassNameinstead. #37087 - 🗑 Mentions deprecate
dropdownClassNameand providepopupClassNameinstead. #37122 - 🗑 Cascader deprecate
dropdownClassNameand providepopupClassNameinstead. #37089 - 🗑 Select deprecate
dropdownClassNameand providepopupClassNameinstead. #37091 - 🗑 TreeSelect deprecate
dropdownClassNameand providepopupClassNameinstead. #37092 - 🗑 DatePicker and TimePicker deprecate
dropdownClassNameand providepopupClassNameinstead. #37207
- 🗑 AutoComplete deprecate
- 🛠 Refactor styles with CSS-in-JS for all components.
- 🗑 Remove less and css in package. #36244
- 🛠 Change date library from Moment.js to Day.js, for more: Use custom date library. b22815d @iamkun
- 🛠 React Notification to support React 18 concurrent mode and refactor useNotification hook, which is preferred instead of static function. #35423 #35568
- 🛠 Slider props related with Tooltip are unified into
tooltip. #37043 @yykoypj - 🛠 Migrate official site to dumi@2. #38328
Visit GitHub to read 4.x change logs.
Visit GitHub to read 3.x change logs.
Visit GitHub to read 2.x change logs.
Visit GitHub to read change logs from 0.x to 1.x.