You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
206 KiB
206 KiB
order | title | toc | timeline |
---|---|---|---|
6 | Change Log | false | true |
antd
strictly follows Semantic Versioning 2.0.0.
Release Schedule
- 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.
4.16.3
2021-06-14
- 🐞 Fix the mistake that tooltip mount on wrong dom, when getPopupContainer of tooltip's props is undefined or null. #30963 @ymrdf
- 🐞 Fix Button lost margin between loading icon and text when children is fragment. #30962
- Table
- 🐞 Table adds warning when
filteredKeys
is controlled and not reflecting internal changes. #30882 @wendellhu95 - 🐞 Fix Table fixed column header hover background. #30972
- 🐞 Table adds warning when
- 💄 Adjust Dropdown item content style to make it get more display space. #30911
- 💄 Fix Menu in dark mode open style affect by light mode. #30907
- 🐞 Fix Dropdown/DatePicker/Select/Cascader animation direction after auto adjust position. #30892
- 🌐 Internationalization
- 🇵🇱 Fix Polish locale. #30899 @MichalJani
4.16.2
2021-06-07
- 🐞 Fix Menu auto overflow with
horizontal
mod breaks byfloat
element. #30879 - Typography
- 🐞 Fix Progress
type="circle"
throws errorRendered more hooks than during the previous render
sometimes. #30855 - 💄 Optimize Tooltip content width. #30822 @donysukardi
- Table
- 💄 Fix Dropdown Item with link color style and click icon can also trigger link effect now. #30802
- 💄 Remove duplicated css reset styles for render performance. #30660 @renzhao1113
- TypeScript
- 🤖 Adjust Form, Input, Locale, PageHeader component definition. #30776 @qqabcv520
4.16.1
2021-05-30
- Menu
- Typography
- Table
- 🐞 Fix Collapse expandIconPosition="right" not working. #30680 @hongdeyuan
- TypeScript
- 🤖 Export TableColumnsType type.#30747 @alwaysloseall
- 🤖 Export TreeDataNode type. #30745 @alwaysloseall
4.16.0
2021-05-24
- 🔥 Refactor Menu to support keyboard access and enhance accessibility experience. #30382
- 💄 Redesign Table filter and sorter buttons to clarify current column. #30651
- Table
- Upload
- Typography
- 🆕 Typography support for italics. #30458 @alwaysloseall
- 🐞 Fix Typography flush issue when use
ellipsis={{ suffix: 'xxx' }}
. #30582
- Collapse
- 🐞 Fix Menu.SubMenu icon margin issue when using third party icon libraries. @#30642
- 🐞 Fix Descriptions wrong styling import. @#30602 @lisenenkov
- 🆕 Radio.Group supports
data-*
andaria-*
props. #30507 - 🆕 Statistic.CountDown support
onChange
event. #30265 @appleshell - 🆕 PageHeader
breadcrumb
allows to set as a reactnode. #30019 @gepd - 🆕 ConfigProvider supports dynamic
prefixCls
. #30625 - 🐞 Fix Anchor cannot trigger
onChange
when havegetCurrentAnchor
prop. #30601 - 🐞 Fix Notification custom styles don't apply to correct div by
className
when usinguseNotification
. #30588 - 🐞 Fix Tabs
tabBarGutter
not working. #30545 - 💄 Rewrite Space to use
flexGap
instead ofmargin
style to deal with layout issues under certain border situations. #30023 - 🐞 Fix Form error style of Input.Group and Cascader. #30640
- 🌐 Internationalization
- 🇷🇴 Added Romanian internationalization. #30419 @stefy
- 🌐 Added Dutch (Netherland 🇳🇱) and Dutch (Belgium 🇧🇪) internationalization. #30389 @lewis-fidlers
- TypeScript
- 🤖 Space TypeScript definition supports HTMLAttribute props. #30590
4.15.6
2021-05-18
- 🐞 Upload will ignore
accept
if it's invalidate MIME type to follow native behavior. #30549 - 💄 Remove reset style of
th
text-align
. #30399 @lbwa - 🌐 Locale
- 🇮🇳 Improve hi_IN locale. #30541 @jaideepghosh
- 🇧🇷 Improve pt-BR locale. #30532 @buzs
4.15.5
2021-05-10
- 🐞 Fix Upload crashes if
beforeUpload
returnsfalse
in IE. #30391 @OleksandrAntonenko1 - Calendar
- Table
- 🐞 Fix Dropdown.Button don't support
mouseEnterDelay
andmouseLeaveDelay
. #30452 - 💄 Optimize Rate focus behavior from
:focus
to:focus-visible
. #30451 - 🐞 Fix Steps with progress get cut at the bottom. #30373 @fachreza73
- 🐞 Fix the problem that setting
locale
in DatePicker cannot override ConfigProviderlocale
. #30380 @Map1en - Locale
- TypeScript
- 🤖 Export Tooltip
zIndex
prop typescript definition. #30432
- 🤖 Export Tooltip
4.15.4
2021-04-30
- 🐞 Fix Menu.Item width issue when
collapsedWidth
is set. #30357 @Map1en - 🐞 Fix Radio check spin style sometime height too long. #30367
- 🐞 Fix Typography.Link open link when trigger
editable
. #30354 @John60676 - 🐞 InputNumber clean up input will trigger
onChange(null)
now. #30337 - 🐞 Fix Dropdown.Button broken style when inside Modal
footer
. #30328 @Map1en - 💄 Replace Anchor default background from
#FFFFFF
totransparent
. #30336 - 🌐 Add
ko_KR
andja_JP
TimePicker.RangePicker placeholder. #30285 @ChalkPE - TypeScript
4.15.3
2021-04-25
- Table
- 🐞 Fix Button
type="link"
should not redirect when it isdisabled
. #30209 - 🐞 Fix Upload appear errors when url of file is
null
. #30215 - 🐞 Fix padding on a SubMenu inside an ItemGroup. #30218 @sebakerckhof
- 🐞 Fix Checkbox & Radio align issue in flex box. #30260
- 🐞 Fix Badge broken animation on spin icon. #30275
- 🐞 Fix Input
disabled
hover style in Form. #30302 @Fog3211 - TypeScript
- 🤖 Fix Upload type definition of
beforeUpload
. #30213 @hello-chinese
- 🤖 Fix Upload type definition of
4.15.2
2021-04-19
- 🐞 Fix Tabs
centered
doesn't work. #30106 @kerm1it - 💄 Fix Button
type="link"
disabled cursor style missing. #30197 - 🐞 Fix TextArea
onChange
event returntarget
object is not a HTMLTextArea object. #30124 - 🐞 Files in Upload
fileList
will always have uid. #30087 @jameslahm - 💄 Fix Badge toggle style when
status
iswarning
. #30090 @jameslahm - 🌐 Add Image component
preview
text in zh_HK and zh_TW. #30100 @jameslahm - 🌐 add da_DK locale TimePicker.RangePicker. #30128 @themitvp
- TypeScript
- 🤖 Modify LIST_IGNORE field is of string type. #30188 @hello-chinese
4.15.1
2021-04-10
- 🐞 Fix Descriptions
labelStyle
contentStyle
unsuccessful whenlayout="vertical"
andbordered={true}
. #29942 - 🐞 Upload won't crash when
fileList
is a frozen object now. #29944 - 🐞 Fix Tabs cannot scroll when vertical mode in Safari 13.1. #29983
- 🐞 Fix Button throws
Cannot read property 'removeChild' of null
in some situation. #29961 @JohnDeved - 🐞 Fix Transfer button's box-shadow getting cut. #30030 @jinchaofs
- 🐞 Fix CheckBox.Group cannot work with Form of
@ant-design/compatible
. #30039 @jameslahm - 🐞 Fix PageHeader
<Tabs type="card" />
padding missing. #29819 - Table
- 💄 Optimize Table pagination style when narrow width. #30065
- 🐞 Fix Table
@table-border-radius-base
not being applied to.ant-table
node. #29966 @VoliBearCat
- 🐞 Fix Input.TextArea
maxLength
does not work in control mode. #30070 - TypeScript
- Locale
4.15.0
2021-03-29
- 🆕 Table now supports
rowSelection.defaultSelectedRowKeys
. #29879 @keelii - 🐞 Fix TextArea display value will be cut by
maxLength
when in controlled. FixonCompositionEnd
not trigger when input exceedmaxLength
. Fix emoji count not align withmaxLength
&showCount
. #29867 - 🐞 Fix Button click effect style not working in shadow root. #29897 @JohnDeved
- Pagination
- 🐞 Fix Steps progress item getting cut at edge. #29893
- 🛠 Prevent Upload drop event bubbling to handle nest case. #29832 @jojonarte
- 🐞 Apply ConfigProvider
componentSize
on Tabs component. #29844 @bn3t - 💄 Remove Tag hover style since it do not have click interactive. #29874
- 🇫🇷 Add missing
fr_FR
translations. #29839 @bn3t - 🇸🇪 Add missing
sv_SE
translations. #29896 @isakol
4.14.1
2021-03-22
- 🐞 Fix Tabs position shift when active item changed. #29781
- 🐞 Fix
placeholder
not being hidden when Image is loaded from cache. #29829 - 💄 Improve Checkbox/Radio label text layout. #29788
- TypeScript
- 🤖 Fix Upload type declaration of
beforeUpload
. #29766
- 🤖 Fix Upload type declaration of
4.14.0
2021-03-14
- Upload
- 🆕 Upload
onChange
to change back to the original behavior (before Upload false returns the original file, and the rest of the scene returns the encapsulated object). Now you can always get the original file viaonChange.info.originFileObj
. For future upgrades, please use this method to access the original text first. #29737 - 🐞 Fix Upload
onChange
paramsfile
can notcloneDeep
by lodash. #29718 - 🐞 Fix Upload crash when
fileList
isnull
. #29702 - 💄 Upload motion add 2s deadline to avoid developer manually remove motion makes hanging. #29686
- 🆕 Upload
- 🐞 Fix the bug that Modal footer buttons not spaced properly when using href in button. #29681 @n0ruSh
- 🆕 Add parent class for different Notification types. #29634 @n0ruSh
- 🆕 Typography editable supports
onCancel
andonEnd
. #29615 @jueinin - Tabs
- 🐞 Fix Tabs
centered
prop is not actually center. #29495 @jinchaofs - 🆕 Tabs support
moreIcon
. #29744 @tianyuan233
- 🐞 Fix Tabs
- 🐞 Button with
htmlType='reset'
will reset all form fileds. #29752 @jueinin - 🐞 Fix AutoComplete custom input
className
missing. #29725 - 💄 Fix console warning when setting
margin
style on Row. #29688 - 💄 Fix the error style where the
disabled
Input has affix elements. #29670 - 💄 Optimize the cursor style of Form.Item tooltip info. #29650
- 🇨🇿 Fix typo in cs_CZ locale. #29675 @jvaclavik
- 🇨🇦 Add fr_CA locale. #29748 @liufenghua808
4.13.1
2021-03-06
- 🐞 Fix
message.config
withprefixCls
missing animation style. #29574 - 🐞 Fix Tooltip is not interactive when
visible
istrue
under some situation. #29555 - 🐞 Fix ConfigProvider within multiple page switch will lose locale issue. #29570
- 🐞 Fix Modal with hooks cannot call
update
ordestroy
before render. #29584 - 🐞 Fix Grid throw error when client support flexGap but ssr not support. #29586
- 🐞 Fix Select caret position when
mode="tags"
andsize="small"
. #29561 - 🐞 Fix Carousel
dotPosition
makespauseOnHover
not working. #29587 @zgoby - 🐞 Fix Steps
responsive
prop warning. #29599 - 🐞 Fix Upload
onChange
param offile.originFileObj
return nest Proxy object. #29614 - 🐞 Fix Descriptions under Table will not have 100% width. #29630
- TypeScript
- 🤖 Fix Drawer type declaration of
contentWrapperStyle
. #29571
- 🤖 Fix Drawer type declaration of
4.13.0
2021-02-28
- 🔥 InputNumber support
stringMode
for high precisionstep
.value
in control out of range shows warning style instead of changing it. Dynamic updatemin
&max
will not triggeronChange
anymore. #29373 - 🆕 Upload support
beforeUpload
returnUpload.LIST_IGNORE
to skip item added in UploadList. #29474 - 🆕 Image support config motion name. #29394 @crazyair
- ConfigProvider
- 🆕 Form.List nest multiple level Form.Item support
preserve
prop. #29267 - 🆕 Drawer support
contentWrapperStyle
. #29219 @kerm1it - 🆕 Layout.Sider added ref support. #29169 @qramilq
- 🐞 Fix Table
pagination.current
display error when result of filter is empty. #29386 @jinchaofs - 🐞 Fix Anchor throws error when
target
don't return a html element. #29523 @bcd337 - 🐞 Fix Steps with small size that icon shift up
1px
. #29484 - Select
- Dropdown
- 🐞 Fix tree-shaking warning on development builds. #29378
- 🇰🇷 Fix TimePicker Korean locale. #29540
- TypeScript
4.12.3
2021-02-10
- 🛠 Refactor Drawer with React hooks. #29229
- 🐞 Fix Table pagination not disappear when
pagination.position
is['none', 'none']
. #29256 @mumiao - 🐞 Fix TextArea
showCount
should not be interactive. #29245 - 🐞 Fix abnormal background color for
multiple
anddisabled
Select in dark. #29242 - ⚡️ Optimize Slider align performance of tooltip. #29308 @kerm1it
- ⚡️ Upgrade
@ant-design/colors
to 6.x to reduce gzipped bundle size1KB
. #29307 @07akioni - 🇷🇺 Add
ru_RU
locale text for Image. #29271 @mumiao - 🇮🇷 Add
fa_IR
locale text for DatePicker, Form, Table, TimePicker and Transfer. #29232 @amiralitaheri - TypeScript
4.12.2
2021-02-04
- 💄 Make Table expand icon and checkbox same size and aligned. #29214
- 🐞 Fix List with
gutter
makes column break line. #29211
4.12.1
2021-02-03
- 🐞 Fix antd crash when load before page ready. #29202
- 🐞 Fix Table pagination
current
change logic whenpageSize
changes. #29184
4.12.0
2021-02-03
- 🆕 Image.PreviewGroup add
current
prop. #29153 - InputNumber
- 💄 Darken Tag text color to enhance readability. #29144
- 💄 Fix Row with vertical
gutter
provides additionalmargin-bottom
style. #29059 - 🐞 Fix Collapse header disappers with delay. #29158
- 🐞 Fix the problem that
showCount
display data is incorrect when TextArea input emoji. #29057 @HomyeeKing - 📦 Optimize ConfigProvider to avoid import all icons when tree shaking is not enabled. #29045
- 🌐 Add en-GB missing translations for table. #29131 @eberjoe
- Table
- 🆕 Table
showSorterTooltip
now could be a object for more configuration. #29002 @harrisoff - ⚡️ Optimize calling sequence of
onChange
andonSelectAll
inrowSelection
of Table. #29079 @kerm1it
- 🆕 Table
- Badge
- TypeScript
- 🤖 Table TS definition update
dataSource
toreadonly
. #29084
- 🤖 Table TS definition update
- Less
4.11.3
2021-02-03
Wrong release is the same as 4.12.0
, if you need to lock the version, you need to lock it to 4.11.2
.
4.11.2
2021-01-26
4.11.1
2021-01-24
- 💄 Layout inline sub menu now has grey background. #28842
- 🆕 PageHeader supports
breadcrumbRender
. #28999 - 🆕 Typography
ellipsis
supporttooltip
to customize tooltip when ellipsis. #28821 - Image
- 🆕 Image supports
preview.maskClassName
. #28681 - 🐞 Fix preview image will move after click it. react-component/image#61 @simonwong
- 🐞 Fix Image
placeholder
disappear issue. #28953 - 🐞 Fix multiple Image.PreviewGroup contain same image. #28881
- 🆕 Image supports
- ConfigProvider
- 💄 Tweak TreeSelect filter highlight color. #28984
- 💄 Fix Select item align style with custom
tagRender
. #28962 - Form
- 🐞 Fix Button click effect style not working in shadow root. #28995 @rinick
- 🐞 Fix Table custom filter menu cannot close bug. #28688 @alekye
- Less
- RTL
- TypeScript
- 🤖 Expose interfaces and types from default entry of antd. #28963
- 🤖 Improve Input/Skeleton
style
definition. #28966 @yingpengsha
4.11.0
2021-01-24
It is a wrong release which same as 4.10.3
, don't use it.
4.10.3
2021-01-18
- 🐞 Fix Button not adapting to the
@btn-border-width
when loading. #28886 @jjanssen - Table
- Transfer
- Upload
- 🐞 Fix Slider
getPopupContainer
prop has no default valuedocument.body
. #28865 @rinick - 🐞 Fix Empty description validateDOMNesting warning. #28862
- 💄 Fix Tree
filterTreeNode
missing style. #28866 - 💄 fix Badge
dot
width issue whensize="small"
. #28854
4.10.2
2021-01-11
- 🐞 Fix import error when use antd in commonjs. #28715
4.10.1
2021-01-10
- 🛠 Optimize Select search performance. #28715 @kerm1it
- 🐞 Fix Slider throw
forcePopupAlign
error when unmounted. #28699 @Kerumen - 🐞 Fix Transfer throws
Cannot add property key, object is not extensible
whendataSource
is immutable. #28675 - 🐞 Fix Notification box closing height issue generated by
useNotification
. #28660 - 🐞 Fix Drawer and Modal disabled scrollbar after closing. #28749
- 🛠 Reduce gzipped bundle size
2kB
. #28678 - TypeScript
- 🤖 InputNumber
onChange
supportnull
asvalue
. #28769 @lengfangbing
- 🤖 InputNumber
4.10.0
2021-01-04
🎉 Happy New Year!
- 🐞 Fix the compatibility issue of less 4.0.0.
- 🐞 Fix the problem of cursor jumping when Typography is editable. #28545
- 🐞 Fix the problem that repeatedly clicking on expanded nodes when Tree dynamically loads data will lead to wrong status.#28349 @liuchao233
- 🐞 Fix the problem that TreeSelect & Select cannot open the dropdown menu when it's
searchValue
has value. #28574 - 🐞 Fix Dropdown disabled menu item link style. #28578
- 🐞 Fix Progress
steps
display accuracy issue. #28530 @gaoryrt - 🐞 Fix Radio align issue in Chrome. #28616
- 🐞 Fix Collapse arrow position not aligned when change @collapse-header-padding variable. #28507
- 💄 Optimize the white border style of Card images. #28624
- Input
- Modal
- 🆕 Modal.method adds an
afterClose
callback that will be triggered after the Modal is completely closed. #28053 @liuchao233 - 🐞 Fix the problem that Modal can be dragged outside the viewport. #28438 @mumiao
- 🆕 Modal.method adds an
- Table
- 🐞 Fix the problem that Table childrenColumnName and checkStrictly={false} cannot be used together. #28568
- 🐞 Fix Table selection abnormal behavior when inside Checkbox.Group. #28576
- 🐞 Fix the problem that the sticky header style is messy when there is no data. #28323
- 🐞 Fix the problem that
onChange
listener always receives empty list asfilters
parameter if use a customfilterDropdown
. #28627 @Meowu - 🆕 Adds
expandable.columnWidth
to customize the width of the expanded column. #28249 - 🆕 Adds clear all option from selection. #28580 @n0ruSh
- Image
- 🐞 Fix the misalignment issue of Image component.#28439 @MoeCasts
- 💄 Adds preview style. #28235
- 🆕 Adds functionality for zoom in\out by sliding the wheel. #react-component/image/52 @OmriGM
- 🆕 Support separate settings url for preview images. #react-component/image/56 @wangcch
- Upload
- 🐞 Fix a warning even when not using
transformFile
. #28455 @YanYuanFE - 🐞 Fix Upload
fileList
cannot work with data that is produced by immer. #28636 @mumiao - 🆕 Upload adds a new
maxCount
property to limit the number of files. #28367
- 🐞 Fix a warning even when not using
- DatePicker
- 🚀 Optimize the logic of
disabledDate
. #react-component/picker/191 - 🆕 Adds
onKeyDown
callback. #react-component/picker/138 @conquera99
- 🚀 Optimize the logic of
- Select
- 🐞 Fix issue where
options
update does not trigger the selection box content update. #react-component/select/580 @jameslahm - 🐞 Fix the problem that the dropdown box cannot be opened after clicking the option with
tagRender
. react-component/select/582 @mumiao - 🐞 Fix the problem that
tokenSeparators
can not recognize the separator correctly under Chinese input method. #28564 - 🆕 Adds
scrollTo
to theref
. #react-component/select/565 - 🆕
maxTagCount
supportsresponsive
inmultiple
mode. #28520
- 🐞 Fix issue where
- 🆕 Slider add a new
range.draggableTrack
prop. #28592 - 🆕 Descriptions support setting
labelStyle
&contentStyle
directly. #28613 - 🆕 message added a new
onClick
callback that will be triggered when the message is clicked. #28148 @ZeroTo0ne - 🆕 The
scrollToFirstError
property of the Form adds support for setting the position for scrolling. #28272 @vouis - 🆕 Steps support reponsive which allows to turn off reponsive change. #28459
- 🌐 Localization
- 🇭🇷 Improved Croatian language support. #28458
- TypeScript
- ⚒️ Fix
title
type of PageHeader. #28374 @zhukovvandrei
- ⚒️ Fix
4.9.4
2020-12-16
- 🐞 Fix Menu delayed hover color transition in Chrome. #28372
- 🐞 Fix Tree node connection line position problem. #28354 @maksnester
- 💄 Fix Table fixed column
z-index
which makes Dropdown not showing on top. #28346 - TypeScript
- 🤖 Fix
message.loading()
return type. #28362
- 🤖 Fix
4.9.3
2020-12-14
- 💄 Fix Badge standalone motion blink when show/hide. #28240
- 🐞 Fix Table
filters
not support number and boolean type. #28220 @Meowu - 💄 Remove Tree hover background color when
selectable={false}
. #28269 - 💄 Fix Statistics decimal font size. #28223
- TypeScript
- 🤖 Fix Tree
draggable
TS definition. #28262 @DavidSichau - 🤖 Fix Image.PreviewGroup TS definition. #28263 @liuchao233
- 🤖 Improve
message().then
TS definition. #28304 - 🤖 Fix TransferProps
titles
to ReactNode. #28326 @jacklee814
- 🤖 Fix Tree
4.9.2
2020-12-06
- Table
- Dropdown
- 🐞 Fix
overlayInnerStyle
not work in Tooltip. #27682 @jasepellerin - 💄 Fix Layout overflow style for Table
sticky
. #28176 - 💄 Fix Steps
progressDot
broken style of first step. #28126 @ZeroTo0ne - 💄 Optimize Modal
useModal
performance by isolating elements render to avoid the component to rerender. #28122 @TotooriaHyperion - 💄 Fix TextArea showCount style while using with Form. #28130 @AlanCutFlim
- 💄 Fix Tag cursor style in Tree node. #28219
- 🛠 Remove
@ant-design/css-animation
for better bundle size. #28201 - RTL
- 💄 Fix the style of Alert. #28108 @jesse3mh9a
- 🐞 Fix Tree
dropIndicator
style of defaultltr
direction. #28150 @kagawagao
- TypeScript
4.9.1
2020-12-01
4.9.0
2020-11-30
- Modal
- 🆕 Modal support
focusTriggerAfterClose
to disable auto focus back. #27985 @molokovev - 🐞 Fix Modal hooks not trigger
onCancel
. #28063 @JuniorTour - 🐞 Fix Modal sometime not popup from the click position. #28037
- 🆕 Support
closable
andcloseIcon
api for Modal.method. #27909 @MrHeer
- 🆕 Modal support
- 💄 Reduce Table selection column width to
32px
. #28073 - Image
- Collapse
- 🐞 Fix Cascader bug that empty data can be selected. #28062 @n0ruSh
- 🆕 Alert support
action
prop. #25892 @jesse3mh9a - 🔥 Tree refactor drag behavior. Add
dropIndicatorRender
andallowDrop
prop. #26462 @07akioni - 🆕 Space support
wrap
for auto break line. #27910 - 🆕 Descriptions.Item support
labelStyle
&contentStyle
props. #27897 - 🆕 Form.List support
initialValue
. #27872 - 🆕 Menu supports
expandIcon
, and optimize default expand icon style. #27565 - 🆕 Input and TextArea add
setSelectionRange
ofref
. #27584 @appleshell - 🆕 Select support
filterSort
to order the filtered options. #27523 @n0ruSh - 🇰🇿 Add Kazakh locale. #27589 @nodkz
4.8.6
2020-11-27
- 🐞 Fix Badge style blink when mounted. #28003
- 💄 Reduce Modal style size. #27998
- 🐞 Fix Layout.Sider can not collapse when
width='0'
. #28000 - 🐞 Fix Menu style when using none Ant Design icons. #27983
- Input
- 🐞 Fix Typography.Link clicking copy button will redirect. #27982
- 🐞 Fix Carousel throws error
Unable to preventDefault inside passive event listener
. #27957 - 🌐 Improve data picker locale for
en_GB
andzh_TW
. #28016 @abz53378 - RTL
- TypeScript
- 🤖 Fix Upload
beforeUpload
definition. #27946 @bingling0084 - 🤖 Provided a separate type definition for Carousel reference. #27935 @ocassio
- 🤖 Fix Upload
4.8.5
2020-11-22
- 🐞 Fix that Spin can't render children
0
. #27839 @liuchao233 - 💄 Fix the RangePicker panel interaction style. #27894
- 💄 Fix Switch
loading
style. #27860 - 💄 Optimize Skeleton color to fit dark background. #27836
- 💄 Adjust Statistic
deciaml
font size. #27884 - 🛠 Refactor Checkbox、Layout.Sider and TextArea with React hooks. #27739 #27719 #27693
- 🛠 Refactor BackTop、Badge、UploadList with
rc-motion
instead ofrc-animate
. #27840 #27848 #27923 - RTL
- 💄 Fix the style of the Tree switch icon in RTL mode. #27876
- TypeScript
4.8.4
2020-11-16
- 💄 Fix Button and Form loading style. #27794
- 🐞 Fix Modal.confirm locale missing after close it. #27797
- 🐞 Fix Button/Anchor throws
findDOMNode is deprecated
in React 17. #27755 @hosseinmd
4.8.3
2020-11-14
- 🛠 Refactor Carousel with React hooks. #27694
- 🛠 Refactor
<Typography editable />
with React hooks. #27655 - 🐞 Fixed the problem that form behaves abnormally when namepath is an array. #27664
- 💄 Fix RangePicker hover effect position when hover over start or end cell of in range row. #27731 @AlanCutFlim
- 🐞 Fix Select
mode=tags
cannot input whitespace normally. #27726 @baxtergu - 💄 Fix the mouse style when Typography.Link is
disabled
. #27734 - 🐞 Fix Menu dropdown animation start twice when appear. #27663
- 💄 Fix Avatar style when
src
is Image component. #27691 - 💄 Fix Select multiple cursor position. #27689
- 🐞 Fix TextArea emoji been cut when enable
maxLength
. #27679 @372623460jh - 🐞 Fix small size RangePicker active bar align issue. #27673 @Ifeinstein
- 💄 Add
@radio-border-width
. #27703
4.8.2
2020-11-09
- 🐞 Fix Pagination lost jumper margin style. #27650
- 🐞 Fix Steps
type="navigation"
last item broken style. #27654
4.8.1
2020-11-08
- 🛠 Refactor TreeSelect with React hooks. #27593
- 🛠 Refactor Layout with React hooks. #27595
- 🐞 Fix Select abnormal outline style in Form validation. #27607
- 🐞 Fix Pagination extra
margin-right
when enable size changer. #27610 - 🐞 Fix Input.Search
enterButton={null}
throw error. #27591 @davidebianchi - 🐞 fix Avatar.Group
size
not working. #27531 - 🐞 Fix vertical Tabs long title cause tab width changes. #27569
- 🐞 Fix Table filters didn't display in
column.children
. #27435 @JhonXY - 💄 Fix Steps style that inside another Steps. #27514
- TypeScript
- RTL
- 💄 Fix Progress.Line
strokeColor
direction error in RTL mode. #27515
- 💄 Fix Progress.Line
4.8.0
2020-11-02
- Image
- 🆕 ConfigProvider support
form.requiredMark
. #27322 - 🆕 Statistic support
loading
prop. #26811 @appleshell - Avatar
- 🆕 Row support
noWrap
to make Col in line. #27469 - Tree
- Modal
- Input
- Table
- Typography
- Steps
- 🐞 Fix PageHeader that empty dom will be displayed when
title
is empty. #27485 - 🐞 Fix Slider keep tooltip align with handle when dragging. #27489
- 🐞 Fix RangePicker selected range border style. #27438
- 💄 Adjust Collapse arrow position align with first line. #27363
- 💄 Fix Descriptions style when
label
use block element. #27375 - 💄 Fix Select abnormal border style in Form validation. #27378
4.7.3
2020-10-24
- Form
- Typography
- Input
- 🐞 Fix Upload.List preview image fit size issue. #27312 @JuniorTour
- 🐞 Fix Notification no wrap with long text. #27285 @littleee
- 🐞 Fix Menu inside flexable container will not shrink properly. #27253
- 🌐 Fix en_US, en_GB and ga_IE gramma. #27259 @yasikovsky
- 🐞 Fix Tag with customize
closeIcon
breaks line issue. #27226 @handycode
4.7.2
2020-10-19
- 💄 Fix Layout.Sider
light
theme lost styles. #27227 @lingjieee - 💄 Fix TextArea wrapped with additional div when
showCount
isfalse
, and passclassName
andstyle
to outer wrapper whenshowCount
istrue
. #27216 - 🐞 Fix Checkbox.Group TS2559 error. #27231
4.7.1
2020-10-18
- DatePicker
- Typography
- 💄 Fix Descriptions
ant-descriptions-item-content
and add styleword-break:break-word;
. #27195 @WLyKan - 🐞 Fix clear Password value attribute in controlled mode. #27191
- 🐞 Optimize Notification width in small screen. #27189
- 🐞 Fix Cascader className duplicate. #27187 @huntdream
- 🐞 Fix the issue that the Drawer will trigger form submit. #27175
- 🐞 Fix Dropdown icon missing margin. #27165
- 💄 Fix Layout.Sider
collapsedWidth
cannot work without modifying@menu-collapsed-width
. #27154 - 🐞 Fix Tabs
animated={true}
not working for panels. #27145 - 🐞 Fix Divider color when contains text. #27134
- 💄 Fix the cursor style when the Radio option is selected and disabled. #27125
- 🇪🇸 Add missing translations in es_ES. #27079 @gersongams
- RTL
- 💄 Optimize the style of Input.TextArea character count in RTL mode. #27098
- TypeScript
- 🤖 Button shape remove undeclared doc type. #27159
- 🤖 Add optional
rules
property intoFormListProps
. #27164 @huntdream
4.7.0
2020-10-10
- 🔥 Input.TextArea support word count. #26952 @zhangchen915
- DatePicker
- Form
- Upload
- Table
- 🆕 Table
sticky
now supportgetContainer
. #26973 - 🐞 Fix Table should not render dropdown filter icon when filterDropdown is
undefined
. #27002 @shangyilim
- 🆕 Table
- Modal
- 🛠 Refactor Modal animation code so that it will remove all dom element by
destroyOnClose
when closed. #26940 - 🆕 Modal add
modalRender
prop which can be used for draggable dialog. #26507 @jhoneybee
- 🛠 Refactor Modal animation code so that it will remove all dom element by
- 🆕 Space add
split
prop. #26948 - 🆕 Image
preview
prop now supportvisible
andonVisibleChange
. #26915 - 🆕 InputNumber will trigger
onStep
prop when click up/down buttons. #27075 - 🆕 Avatar
size
support responsive config. #26244 @willamesoares - 🐞 Fix Radio.Button children cannot apply Tooltip. #27050
- RTL
- ⬅️ Fix List action button position in RTL mode. #26964
- ⬅️ Fix Transfer pagination style in RTL mode. #26960
- ⬅️ Fix Upload style in RTL mode. #26961
- ⬅️ Optimize Tag style to avoid the interaction between theme and RTL mode. #26955
- ⬅️ Optimize Cascader and Tree style of the data expansion loading icon in RTL mode. #27010
- TypeScript
- 🤖 Fix typo
TimeLineItemProps
toTimelineItemProps
. #27001 @mgcrea - 🤖 Fix Slider missing
autoFocus
prop. #26995 @shangyilim - 🤖 Fix Slider
step
prop not acceptingnull
value. #26984 @shangyilim - 🤖 Fix Slider.Range
trackStyle
andhandleStyle
should be array. #27033 - 🤖 Optimize Tag
onClose
TypeScript definition. #26932 - 🤖 Improve Form TypeScript definition to support
getFieldsValue
return generic type withoutnamePath
argument. #26791
- 🤖 Fix typo
- Locale
- 🇧🇾 Add Belarusian locale. #27028 @StIvan8
- 🇯🇵 Fix Japanese locale. #27043 @iorikingdom
- 🇹🇭 Add Thai locale for Pickers. #26993 @anawinwz
- 🇹🇷 Add Turkish locale of Form optional text. #27017 @alperTunca
- 🇵🇱 Add Polish locale of Table. #26913 @daczczcz1
4.6.6
2020-09-27
- 🐞 Fix Steps first item shifts in small screen. #26894
- 💄 Fix Divider border style not work when text is provided. #26863
- 🐞 Fix Radio.Button validation error highlight. #26849 @dhorelik
- 💄 Fix Typography link-decoration style. #26854 @vineetvk01
- Locale
- TypeScript
4.6.5
2020-09-20
- 💄 Fix Descriptions item long text ellipsis issue. #26820
- 🐞 Fix Menu unexpected scrollbar when show and hide. #26817
- 🐞 Fix
@layout-sider-background
cannot set to linear gradient color. #26810 - 🐞 Fix Select compositing status lost when input first letter in Chinese. #26796
- 🐞 Fix Table
@table-sticky-zindex
less compile error issue. #26800 @chimp1nski - Button
- 💄 Fix TimePicker column align issue, add
@picker-time-panel-column-width
and@picker-time-panel-column-height
less variables. #26784 - 🐞 Fix AutoComplete warning when using
placeholder
andallowClear
. #26765 - 🐞 Fix Space show items when it's render empty dom. #26721 @knobo
- 🛠 Dedupe
rc-trigger
version to reduce package size. #26803 - TypeScript
- 🤖 Cascader add
name
andid
props definition. #26660 @alwaysloseall
- 🤖 Cascader add
4.6.4
2020-09-13
- 💄 style: Card card image has extra 1px border. #26659
- 💄 Fix Select
placeholder
color not same as Input. #26651 @wangcch - 🐞 Fix Menu not support React.Fragment inside. #26656
- 🐞 Fix TextArea different behavior with Input when set
value
toundefined
. #26652 - 🐞 Fix Motion related issue like Upload align flash and Form.Item with
help
ssr issue. #26628 - 🐞 Fix Typography.Link warning
Invalid value for prop navigate
when using with react-router. #26623 - 🐞 Fix Table pagination missing when is above table. #26618
- 🐞 Fix Upload in control miss file when upload multiple file in same time. #26612
- TypeScript
- 🤖 Fix Table that sorter
compare
andmultiple
should be optional. #26686
- 🤖 Fix Table that sorter
4.6.3
2020-09-06
- 🛎 Sort props
className
to the end. #26602 - Table
- 🐞 Fix Modal closing cause scroll position jump up. #26538
- 🐞 Fix the type declaration of onError in
customRequest
options of Upload. #26601 @yingpengsha - 🐞 Shutdown Select/TreeSelect autocomplete list in Chrome. #26590
- 🐞 Fix Cascader value overwritten when filtering. #26569 @lich-yoo
- 🐞 Fix Modal jump out of screen in some situations. #25765 @tanmoyopenroot
- 🐞 Fix Radio.Group not working properly, when is used in legacy Form. #26555 @willc001
- 🐞 Fix Pagination align issue in windows. #26549
- 🐞 Fix Form with
help
make ssr un-sync issue. #26542 - 🐞 Fix Avatar doesn't scale fallback text well when display is none. #26522 @zhangyu1818
- TypeScript
4.6.2
2020-08-31
- Upload
- 💄 Fix Select focus shadow style. #26465 @Rainy
- Table
- 🐞 Fix Table Pagination not hide with empty data when show on top position. #26143 @zhangchen915
- 💄 Fix Table expand icon size issue when
@font-size-base
is12px
. #26409
- Space
- 🐞 Fix Badge not work when
status
orcolor
is empty. #26375 @zhangchen915 - 💄 Fix Tree draggable transition style. #26387
- 🐞 Fix
colorPalette is not defined
when customize theme in some situation. #26395 - TypeScript
- 🐞 Fix TimePicker.RangePicker typescript need
picker
issue. #26446 - 🐞 Upload extended
showUploadList
of Upload withremoveIcon
anddownloadIcon
properties. #26406 @bencallaway
- 🐞 Fix TimePicker.RangePicker typescript need
- RTL
- 🐞 Fix the rtl style of Col. #26479 #26482 @TrueMoein
4.6.1
2020-08-24
- TypeScript
- 🐞 Fix Upload type declaration missing
children
. #26347
- 🐞 Fix Upload type declaration missing
4.6.0
2020-08-23
- 💄 Darker
@text-color
for WCAG 2.0 on contrast ratio. #25630 - 🔥 New Image component. #26296
- 🔥 Table support
sticky
prop to sticky header and scroll bar. #25939 - 🛠 Refactor Upload via hooks. #26196
- Form
- 🆕 VirtualList support no blink jump and fix Select blank dropdown issue. #26306
- Typography
- 🐞 Fix Transfer
filterOption
not trigger when search spaces. #26335 - Progress
- 🐞 Fix Textarea don't display
defaultValue
whenvalue
isundefined
. #26327 - Cascader
- 🗑 Remove deprecated
Button.Group
and please use Space component instead. #26260 - Select
- 🆕 Select support
onClear
prop. #25907 - 🐞 Fix Select
mode="tags"
showing duplicated items when search. #25907 - 🐞 Fixed the style exception that was disabled when Select focused. #26255
- 🐞 Fix Select icon overlap with selections when
showArrow
enabled. #26168 @zhangchen915
- 🆕 Select support
- DatePicker
- 🐞 Fix Pagination font family style. #26230 @albertms10
- 🐞 Fix Space children remount in some case. #26219
- Badge
- 💄 Add
@badge-color
less variable. #26159 - 🆕 Badge support
size
prop. #25851 @moonrailgun
- 💄 Add
- 🆕 Tabs
tabBarExtraSlot
support extra position. #25138 @jesse3mh9a - 💄 Optimize the display effect of Descriptions when there is more content. #25903
- 🆕 message could be detroied by
message.desctroy(key)
. #26052 @lihqi - 💄 Adjust InputNumber handler bar to be hidden when
readOnly
. #25998 - Locale
- 🌐 Add Galician locale support. #26015 @barreeeiroo
- 🇱🇹 Add Lithuanian locale support. #26312 @mslotvinskij
- 🌐 Use
kmr_IQ
to replaceku_IQ
. #26030
- RTL
- TypeScript
- 🤖 Fix Form.Item
initialValue
missing definition. #26292 @miaoyuxinbaby - 🤖 Form support generic type. #25937
- 🤖 Fix Form.Item
4.5.4
2020-08-12
- 🐞 Fix Form.Item
hidden
not working in less. #26152 - 🐞 Fix Dropdown render issue when
overlay
is string. #26135 - 🐞 Fix Table pagination disappear when last record in last page is deleted. #26133 @QoVoQ
- Tree
- 🐞 Fix Tree.DirectoryTree can not use
scrollTo
with ref. #26129 - 🐞 Fix Tree lost line between top level nodes when enable
showLine
. #25991 @zhangchen915
- 🐞 Fix Tree.DirectoryTree can not use
- 💄 Add
@badge-color
less variable. #26159 - RTL
- TypeScript
- 🐞 Fix Slider
handleStyle
andtrackStyle
TypeScript definitions. #26160
- 🐞 Fix Slider
4.5.3
2020-08-08
- Menu
- Table
- Form
- Transfer
- Cascader
- Select