216 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.
3.24.3
2019-10-26
- ๐ Fix Table sort not working when
columns
inside render. #19404 - ๐ Fix Grid responsive
gutter
not working. #19308 - ๐ Fix small Table border style. #19312 #19342
- ๐ Fix the problem that Menu in Dropdown is not highlighted when SubMenu is selected. #19313
- ๐ Fix the problem that moment.js in Typography & Drawer & Statistic can't be tree-shaking. #19317
- ๐ Fix Input.Search react warnings of
non-boolean attribute
andunique key
. #19357 - ๐ Fix Modal icon position when not use title. #19419
- ๐ Fix a problem with the mouse pointer error when Checkbox is disabled. #19403
- ๐ Add
@modal-header-color
variable. #19385 - ๐ Improved some TypeScript definitions. #19377 #19343 #19333
3.24.2
2019-10-19
- ๐ Fix Table
scroll={{ x: 'max-content' }}
rendered without scrollbar problem in Chrome. #19284 - ๐ Fix Table crash when passing
column.filterDropdown
as new prop. #19302 - ๐ Fix Upload
download
button trigger preview unexpectedly. #19268 @qq645381995 - ๐ Fix Comment long author name breaks on small screen. #19272 @rayronvictor
- Typescript
3.24.1
2019-10-17
- ๐ Fix Table throw
React.createRef is not a function error
in old version of React . #19262 - ๐ Fix Table TypeScript definition missing Column and ColumnGroup. #19251
3.24.0
2019-10-16
- ๐ฅ Promote Yuque on home page.
- Table
- ๐ Added
tableLayout
property fortable-layout
attribute. And usingtableLayout="fixed"
by default in scroll table to resolve align issue caused by cell content. #17284 - ๐ Added
column.ellipsis
to ellipsize cell content. - ๐ Added the
scroll.scrollToFirstRowOnChange
property to set whether to scroll to the top of the table after page changing. #18726 - ๐
filterDropdown
added avisible
parameter to get the display state of the dropdown box. #17614 @sedx - ๐
title
added asortColumn
parameter to get the currently sorted column. #19012 @swillis12 - ๐ The
sorter
parameter ofonChange
will always containcolumn
information when sorting. #19226 - ๐ Fix Table filter submenu checkbox margin. #e1a4f28
- ๐ Added
- ๐ Anchor added a
onChange
attribute to listen for changes to anchor links. #18715 - Upload
- ๐ Added
showDownloadIcon
attribute to display download icon. #18664 @qq645381995 - ๐ Support for
onRemove
control of upload interrupts. #18937 @ladjzero
- ๐ Added
- ๐ Input.Search added a
loading
property to show the state in the load. #18771 - ๐ Grid's
gutter
property added support for vertical spacing. Now you can set an array forgutter
and the second value of the array for vertical spacing. #18979 - ๐ message added support for updating content with a unique key. #18678
- ๐ Layout added a
zeroWidthTriggerStyle
property to control the style of the specialtrigger
that appears whencollapsedWidth
is0
. #19079 - ๐ Drawer added the
drawerStyle
andheaderStyle
properties. #19109 - PageHeader
- ConfigProvider
- ๐ Fixed the issue that the
removeIcon
andclearIcon
properties of TreeSelect didn't work. #18949 - ๐ Fixed the issue that the
switcherIcon
does not take effect after the Tree settingshowLine
. #18829 @MrHeer - ๐ Fixed the issue that the Slider component set the handle size and positioned incorrectly. #19120
- Collapse
- ๐ Fix icon styles under IE 11. #19135 @GBcrimson
- ๐ Keep
className
given toexpandIcon
. #19160 @gpetrioli
- ๐ Fixed the issue that
defaultExpandAll
does not take effect when Tree.DirectoryTree component passedtreeData
. #19148 - ๐ Fixed the issue with some of the Menu styles under Dropdown. #19150
- ๐ Fixed Cascader's
placeholder
internationalization error. #19227 @kagawagao - ๐ Added less variables
@typography-title-margin-top
,@typography-title-margin-bottom
. #18746 - ๐ Discard the
autosize
property of Input.TextArea, useautoSize
instead. #19177
3.23.6
2019-10-05
- ๐ Fix Typography
ref
warning of React. #19074
3.23.5
2019-09-29
- ๐ Fix Upload preview image cannot fill the picture card box. #18990
- ๐ Fix Breadcrumb not support
data-*
andaria-*
attributes. #18941 @sosohime - ๐ Fix TreeSelect
removeIcon
andclearIcon
not working. #18949 @sosohime - ๐ Fix Tree
switcherIcon
prop not working whenshowLine
is true. #18829 @MrHeer - ๐ Fix style bug of Button with icon only when in Button.Group. #18994
- ๐ Remove Select useless prop
searchValue
which is a total misunderstanding. #19003 - ๐ Fix Avatar string blink when ssr render at first time. #19029
- TypeScript
- ๐ Fix Grid type definition. #18946 @handycode
3.23.4
2019-09-21
- ๐ Fix item not disabled when Transfer is
disabled
. #18849 - ๐ Revert Dragger to class component to fix ref warning. #18707
- ๐ Fix Input
addonAfter
icon height bug in Chrome. #18858 - ๐ Fix Menu lost state when being collapsed to
0px
. #18907 - ๐ Disabled input should not trigger the action of suffix part. #18900
- ๐ Fix title and content of Alert not break line when long text exist. #18929
- ๐ Add
@page-header-back-color
less variable. #18887 - TypeScript
- ๐ Fix Table event type definition. #18910
3.23.3
2019-09-16
- ๐ Fix ConfigProvider
locale
not working with Modal in some situation. #18732 - ๐ Fix Avatar extrusion style when using long pictures. #18768 @Eusen
- ๐ Fix InputNumber active border style. #18791 @escorponox
- ๐ Fix Input.Search not trigger
onSearch
when click clear icon. #18783 - ๐ Fix text color of Button inside Menu. #18820
- ๐ Fix
size="small"
Table header missing right border. #18821 - โจ๏ธ Enhance accessibility of Alert close button. #18750 @MrHeer
- ๐ Tweak Button
type="link"
should not insert space. #18724 - TypeScript
3.23.2
2019-09-06
- ๐ Fix
round
Button font size too large. #18701 - ๐ Fix Descriptions warning with same key when bordered is true. #18637
- ๐ Fix Drawer animation when
placement
is right andmask
is false. #18636 - ๐ Fix Icon that
component
andchildren
prop should have priority overtype
prop. #18592 - ๐ Fix Layout.Sider boundary values for max-width. #18553 @Nikitenkova
- ๐ Fix PageHeader that back icon can't coexist with breadcrumb. #18691
- ๐ Deprecated Select
inputValue
prop and usesearchValue
instead. #18629 - TypeScript
3.23.1
2019-09-03
- ๐ Fix Upload can not upload more than one file when
multiple
isfalse
. #18626 - ๐ Fix MonthPicker switch handler overflow style. #18624
- ๐ Tree add
@tree-node-hover-bg
and@tree-node-selected-bg
less variable. #18593 @MrHeer
3.23.0
2019-09-02
- ๐ฅ Pageheader has been redesigned to accommodate more situations. #18128
- ๐ Card support
tabBarExtraContent
prop. #18433 @lengthmin - ๐ Anchor.Link add add new property
target
. #18335 @DiamondYuan - ๐ Breadcrumb support children use with
React.Fragment
. #18340 @long-zhuge - ๐ Card.Grid add new prop
hoverable
for support disable hover state. #18457 @MrHeer - ๐ฆ๐ฒ Added locales for the Armenian language. #18586 @ashmna
- InputNumber
- Less variables
- ๐ Add warning when use
value
of Switch, Checkbox, Upload. #18497 - ๐ Refactor styleChecker to arrow function for fix serverless target in next.js. #18541 @ZhengYuTay
- ๐ Fix circle Button not circle in some situation. #18516
- ๐ Fix icon position in Input. #18521 @xrkffgg
- ๐ Fix RangePicker selected date style. #18559
- Descriptions
- ๐ Fix Tab content width not correct in Safari. #18574
- ๐ Fix Mentions popup position not correct when
prefix
is empty string. #18576 - ๐ Fix Upload.Dragger can upload multiple files when
multiple
is false. #18580 - ๐ Fix Card
actions
style when contains link Button. #18588 - ๐ Fix Input not vertical align with Button in Chrome. #18603
- ๐ Fix nested List style in grid layout. #18589
- TypeScript
3.22.2
2019-08-27
- ๐ Fix Mentions has additional height in Form. #18478
- ๐ Fix disabled Input should not be allowed to clear. #18482
- ๐ Fix Input.Password crash with
Cannot read property 'input' of null
when unmount. #18475 - ๐ Fix Table
style
should applied to outside wrapper. #18494 - ๐ Fix PageHeader default english text. #18471 @hjiawei
3.22.1
2019-08-26
- ๐ฅ The official website now supports the search icon through the picture! #18425
- ๐ Tweak Table expand icon style. c5344bd
- ๐ Fix prop
style
is getting duplicated on Table. #18330 @MrHeer - ๐ Fix Input line height style bug in IE11. #17759
- ๐ Fix Steps progressDot broken style. #18356
- ๐ Fix an issue with plain icon button style errors. #18458 @qhanw
- ๐ Fix TextArea with
autosize
in controlled mode that scrollbar blink when typing. #18401 - ๐ Fixed an issue where Input.Password
ref
could not get the input element and had nofocus
andblur
method. #18441 - ๐ Fix Upload wrong line break. #18423
- ๐ Add less variables
@select-dropdown-bg
@select-item-selected-bg
@select-item-active-bg
@anchor-border-colorr
@descriptions-bg
. #18444 #18372 @MrHeer
3.22.0
2019-08-17
- ๐ฅ New type
navigation
of Step. #17994 - ๐ท๐ด Add Romanian locale. #18163 @stefy
- Anchor
- ๐ Add
getCurrentAnchor
property to specify current active anchor. #17823 @shaodahong - ๐ Add
targetOffset
property to customize scroll position offset. #17827 @shaodahong
- ๐ Add
- ๐ Drawer supports popup in custom dom node. #18167
- ๐ Mentions support
getPopupContainer
property. #18298 @vijayst - ๐ Modal support custom
closeIcon
. #18309 - ๐ Upload support to preview
jfif
format images. #18322 - ๐ Tweak Descriptions.Item padding bottom via size. #18270
- Cascader
- ๐ Fix Menu.SubMenu
className
applied to popup menu mistakenly. #18290 - ๐ Upgrade react-slick to fix Carousel lifecycle warning. #18209
- ๐ Fix Button
received false for a non-boolean attribute loading
warning. #18208 - ๐ Fix style problem when hovering Table selected row. #18261
- ๐ Fix Checkbox hovering border color when it is
disabled
. #18168 - ๐ Fix Progress missing or messed gradient color. #18284
- ๐ ไฟฎๅค TextArea scrollbar blinking problem when using
autosize
andmaxRows
. #18289 - TypeScript
- ๐ Fix some components (Tooltip, Breadcrumb, Badge) importing error. #18282 @lidianhao123
- ๐ Fix MonthPicker
monthCellContentRender
property definition. #18192 @JonathanLee-LX - ๐ Fix Upload.Dragger
children
error. #18196 - ๐ Fix Tag.CheckableTag
style
property definition. #18300
3.21.4
2019-08-09
- ๐ Fix the problem that Dropdown.Button requires
title
props.
3.21.3
2019-08-09
- Timeline
- ๐ Fix Tabs content with margin collapse with navigation. #18112
- ๐ Fix Textarea
autosize
shows scrollbar after resize. #18114 - ๐ Fix Tooltip not work correctly on
disabled
Checkbox. #18138 - ๐ Fix a Button line-height align issue. #18139
- ๐ Fix missing
blur
andfocus
methods on Mentions. #18132 @yoyo837 - ๐ Fix missing
title
on Button. #18130 @yoyo837 - ๐ Fix Upload throw File not defined in IE9. #18115
- ๐ Fix Input clear icon not align correctly. #18151
- ๐ Fix Card broken style when using Button as
actions
. #18179 - ๐ Fix the problem that Modal.confirm can't set
getContainer
. #18182 - โจ๏ธ Improve Divider accessibility by adding role="separator". #18116
3.21.2
2019-08-06
- ๐ Fix
React does not recognize the noStyle prop on a DOM element
warning. #18088 - ๐ Fix Input
prefix
&suffix
not align with text. #18097 - ๐ Fix ConfigProvider nest in LocaleProvider make
locale
not work. #18105
3.21.1
2019-08-05
- ๐ Fix ConfigProvider crash with multiple children. #18075
3.21.0
2019-08-04
- ๐ Breadcrumb adds
Separator
component. #17873 @long-zhuge - ๐ Descriptions adds
colon
props. #17560 @hengkx - ๐ Rotate zero when Sider triggers in right mode. #18043 @kagawagao
- ๐ Table add
getPopupContainer
props. #17806 - ๐ Add new color
gray
for Timeline.Item for unfinished or disabled status. #17731 - ๐ Upload adds
transformFile
to support transforming file before file uploading. #18009 @lijinke666 - ๐ Fix ConfigProvider
getPopupContainer
not working in Table. #17806 - ๐ Fix Statistic font not align with global font. #18044
- ๐ Fix
Form.Item
label replace regexp. #17985 @shaodahong - ๐ Fix Select search style. #17760 @chenyizhongx
- ๐ Fix DatePicker style bug when
mode
is decade. #17887 @xrkffgg - ๐ Fix wave effect performance of Button and other related component. #17945
- ๐ Fix Tabs
tabBarExtraContent
align issue. #17969 - ๐ Fix Tabs error when
type
iseditable-card
and child component is false. #17965 @oldturkey - ๐ Fix Input align issue of
clearIcon
andsuffix
again. #17684 @LilyWakana - ๐ Remove
a
tag in Alert's close tag. #17872 @geograous - ๐ Unified drawer and modal
mask
opacity. #17943 - ๐ Optimize RangePicker focus style. #17983
- ๐ Tag now will be rendered as a
span
. #17971 - ๐ Enhance accessibility of Table expanded icon. #17781
- ๐ Merge LocaleProvider into ConfigProvider. #17816
- ๐ Add some less variables. #17976 @Yangzhedi #17613 @alxkosov:
@table-footer-bg
@table-footer-color
@menu-icon-size
@menu-icon-size-lg
- ๐ฒ๐พ Add locale Malay. #17546 @austin-krave
- ๐ธ๐ช Add Swedish translation for Typography (Text) component. #17858 @Malven
- ๐ซ๐ท Add French translation for Typography (Text) component. #17418 @Clafouti
- ๐ด Add Tamil spanish translations. #17903 @sivaraj-dev
- TypeScript
3.20.7
2019-07-26
- ๐ Fix Upload can not click in Form.Item. #17897
3.20.6
2019-07-24
- ๐ Fix Col miss the place when its height is 0. #17748 @yoyo837
- ๐ Fix Cascader was broken when
options
'schildren
isnull
. #17756 - ๐ Fix Checkbox padding where all spans align left. #17752 #17761 @inovux
- ๐ Fix Input line height style bug in IE. #17759
- ๐ Fix last item of Rate has additional margin. #17764 @inovux
- ๐ Fix Radio.Button disabled item border style. #17775
- ๐ Fix DatePicker
@input-hover-border-color
variables not working. #17784 - ๐ Fix Transfer not re-render list when
dataSource
withlazy
. #17783 - ๐ Fix RangePicker
defaultValue
startTime later than endTime. #17694 @mraiguo - ๐ Tweak long
placeholder
truncate style. #17797 @Kapiroska - ๐ Fix Menu circular dependencies. #17805 @phthhieu
- ๐ Fix Alert
message
style. #17808 @mtadams007 - ๐ Fix Result
extra
is not centered. #17786 @nnecec - ๐ Fix Progress with mini
value
not keeps bar radius round. #17819 - ๐ Fix Statistic.Countdown
format
not escaping characters in square brackets. #17841 - ๐ Fix Table custom
filterDropdown
always triggeringonChange
in some situations. #17846 - ๐ Fix TimePicker weird render bug in Safari. #17857
3.20.5
2019-07-19
- ๐ Fix
<Button type="danger" ghost />
broken style. #17743
3.20.4
2019-07-19
-
๐ Fix multiple level Drawer with falsy
mask
, parent Drawer can not collapse after removing sub component. #17698 -
๐ Fix Table border radius missing in Firefox. #17641
-
๐ Fix Menu throw warning
Cannot update during an existing state transition
. #17657 -
๐ Fix Affix not resize when container size changed. #17678
-
๐ Fix Anchor not update bind element when
getContainer
changed. #17677 -
๐ Fix window scroll issue when using Modal and Drawer same time. #17600
-
๐ Empty
description
supportsfalse
. #17659 @billfeller -
๐ Remove Pagination element underline style to avoid polluted by global style. #17728
-
๐ Extends Card action click area. #17705 @lhx6538665
-
๐ Tweak less variables and UI to improve style customization. #17705
-
Optimize danger Button UI design.
-
Fix
@border-radius-sm
not working for Slider, TreeSelect. -
Added some less variables for Progress, Tabs, Slider and Timeline.
-
-
TypeScript
- ๐ Improve type definition of Form. #17676 @lixiaoyang1992
- ๐ Improve type definition of Tabs. #17675
3.20.3
2019-07-15
- ๐จ Revert change of Input suffix style in #17508, since it introduced other problems
3.20.2
2019-07-13
- ๐ Add version description for every features. #17373 @muzea
- ๐ Fix Button transition style when loading. #17596 @LilyWakana
- Cascader
- ๐ Fix Input style when suffix and clear icon exist both. #17508 @LilyWakana
- TypeScript
3.20.1
- ๐ Optimize TimePicker focus style. #17447
- ๐ Optimize DatePicker arrow style for resolve messy when not use utf-8. #17480
- ๐ Remove useless props which Drawer pass to rc-drawer for avoid error. #17390
- ๐ Fix Tabs disabled tab and next icon style. #17500
- ๐ Fix Result's problem that the
className
is empty and the class name is wrong. #17389 - ๐ Fix DatePicker's input box is obscured on safari. #17421
- ๐ Fix typo icon name
colum-height
tocolumn-height
. #17458 - TypeScript
- ๐ Fix Form
onSubmit
type. #17412 - ๐ Fix omit AutoComplete
loading
type. #17433 - ๐ Fix Switch
onClick
type. #17502 @DiamondYuan
- ๐ Fix Form
3.20.0
-
๐ฅ๐ฅ๐ฅ Add Result Used to feed back the results of a series of operational tasks.
-
๐ฅ Progress.Circle support gradient line color. #17315 @hengkx
-
๐ฅ Optimize PageHeader className naming. #17321
-
๐ Drawer fixes
maskCloseble
to false, keyboard ESC closes invalid. #17316 -
๐ Fixed an issue where Drawer closes not calling
afterVisibleChange
in Edge. #17311 -
๐ Drawer adds
keyboard
to allow opening and closing of responses to keyboard events. #17316 -
๐ Popconfirm adds the
disabled
props to control whether the click child element pops up. #16985 @lhyt -
โจ๏ธ Improve TimePicker accessibility. #17099
-
๐ Fix Tooltip arrow shadow style. #17264
-
๐ Fix Descriptions.Item not support
className
. #17280 -
๐ Fixing Descriptions.Item does not set a label and will also display the
:
question. #17337 -
๐ Fixed the incorrect color of the
placeholder
of the Mentions. #17317 -
๐ Fixed incorrect line-height for Mentions. #17347
-
๐ Fixed small Table header background to white according to design spec. #17351
-
๐ The CheckboxGroup
onChange
value keeps the order of the options. #17342 @yoyo837 -
๐ Fix Tooltip not work correctly on disabled Switch. #17372
-
๐ Add variables #16843 #17031 #16996 @alxkosov:
@dropdown-line-height
@dropdown-font-size
@dropdown-vertical-padding
@collapse-panel-border-radius
@table-body-selected-sort-bg
@table-selected-row-hover-bg
-
TypeScript
3.19.8
2019-06-24
- ๐ Revert
unknown
toany
for now to avoid introducing tones of errors in one time. #17249
3.19.7
2019-06-21
- ๐ Fix Descriptions throw error when contains falsy child. #17207 @superandrew213
- ๐ Fix a scrollbar style problem of empty Table in IE. #17223
- ๐ Fix single Breadcrumb not showing on PageHeader. #17209
- ๐ Fix Modal that 24px botton area cannot trigger mask click event. #17229
- ๐ Fix Layout Siderโs zero-width trigger
z-index
bug. #17228 - TypeScript
- โก๏ธ Use the
unknown
type in typescript 3.0 to improve defintions. #14044 @Zzzen - ๐ Fix Calendar
headerRender
should be optional. #17063 @wonderjar
- โก๏ธ Use the
3.19.6
2019-06-19
- ๐ Fix nest Card
extra
position not correct. #17140 - ๐ Fix Table crash while
filter
dynamic change. #17141 - ๐ Fix TextArea & DatePicker separator position too low and align issue. #17165
3.19.5
2019-06-17
- ๐ Fix RangerPicker input style not align. #17126
- ๐ Fix
getPopupContainer
of ConfigProvider not works on Modal. #17132 - TypeScript
- ๐ Fix Descriptions.Item definition. #17049
3.19.4
2019-06-16
- PageHeader
- ๐ Fix Table with sort not back to first page. #16978
- ๐ Fix Menu.SubMenu with selected item should have active style. #17039
- ๐ Fix Tree with showLine animation shake. #17055
- ๐ Fix Collapse's redundant scrollbar. #17009 #mtadams007
- ๐ Fixing date formats for Arabic-Egypt locale. #17092 #3b3ziz
- ๐ Fix Input not align with other components in Chrome. #17082
- ๐ Adjust bordered table header scrollbar style. #17065
- ๐ Make Divider style customization easier. #17113
- ๐ท๐บ Add missing Russian translations. #17108 #Enfield1
- ๐ Add new less variables #17041 #SamKirkland๏ผ
@comment-font-size-base
@comment-font-size-sm
3.19.3
2019-06-06
- ๐ Add FAQ for DatePicker/RangePicker with
mode
cannot be selected. #16984 - ๐ Fix Breadcrumb validateDOMNesting warning. #16929
- ๐ Fix Breadcrumb path error when
children
is selected. #16885 @haianweifeng - ๐ Fix InputNumber with
number
type display native spinner. #16926 - ๐ Fix Transfer render Empty when customize without data. #16925
- ๐ Fix Table header extra vertical scrollbar problem. #16950
- ๐ Fix Table miss
border-radius
in Firefox. #16957 - ๐ Fix Table error when
rowSelection.getCheckboxProps()
has no return value. #15224 - ๐ Fix Table abnormal scrollbar in Chrome when using
title
androwSelection
. #16934 - ๐ Fix Divider
orientation="center"
style. #16988 - ๐ Fix Cascader error when type space. #16918 @Durisvk
- ๐ Fix missing spanish translations. #17002 @morellan
- TypeScript
- ๐ Fix Upload
RcFile
definition. #16851 - โก๏ธ Export
TextProps
type in Typography. #17003 @Jarvis1010
- ๐ Fix Upload
3.19.2
2019-06-01
- ๐ Fix Tabs vertical card mode not scrollable. #16825
- ๐ Fix Transfer warn
setStart
on an unmounted component. #16822 @shiningjason - ๐ Using less variables
@error-color
,@warning-color
instead of@text-color-danger
,@text-color-warning
. #16890 @MrHeer - ๐ Add warning if Menu use
inlineCollapsed
under Sider. #16826 - TypeScript
- โก๏ธ Add
forceSubmenuRender
into MenuProps. #16827 - โก๏ธ Export
TypographyProps
type. #16835 - โก๏ธ Add
onChange
prop type definition to Steps. #16845 @JonathanLee-LX - โก๏ธ Add
webkitRelativePath
prop type definition to Upload. #16850 @DiamondYuan
- โก๏ธ Add
3.19.1
2019-05-27
- ๐ Fix Tooltip not hidden when Menu collapsed in control mode. #16812
- ๐ Fix Description warning with column count not correct. #16819
- ๐ Correct typo icon names
canlendar
/interation
tocalendar
/interaction
. #16818 - TypeScript
3.19.0
2019-05-26
- New Components:
- ๐ฅ๐ฅ๐ฅ Mentions Provides Mentions component and origin Mention marked as deprecated.
- ๐ฅ๐ฅ๐ฅ Descriptions Display multiple read-only fields in groups.
- ๐ฑ๐ป Add Latvian localization support. #16780 @kirbo
- ๐ Drawer support close by press
ESC
. #16694 - ๐ Steps support click to switch. #16773
- ๐ Calendar support
headerRender
to customize headerใ#16535 @abgaryanharutyun - ๐ Slider support
tooltipPlacement
to set tooltip position. #16641 @cmaster11 - ๐ Slider support
getTooltipPopupContainer
to customize tooltip container. #16717 - ๐ Fix PageHeader horizontal divider style. #16684
- ๐ Fix Carousel
initialSlide
not work whenchildren
count change. #16756 - ๐ Fix Cascader
displayRender
not interactive. #16782 - ๐ Fix Upload list still can be removed when
disabled
. #16786 - ๐ Update Upload
disabled
cursor style. #16799 @attacking - ๐ Correct Statistic font color. #16801
- TypeScript
- โก๏ธ Update Upload
action
prop definition. #16716 @christophehurpeau - โก๏ธ Update Upload
onRemove
prop definition. #16570 @christophehurpeau - โก๏ธ Update Select
getPopupContainer
prop definition. #16778 @chj-damon - โก๏ธ Update InputNumber
parse
prop definition. #16797 - โก๏ธ Remove useless props definition. #16705 @sirlantis
- โก๏ธ Update Upload
3.18.2
2019-05-20
- ๐ Fix space missing for Button with mixed content. #15342
- ๐ Fix active status missing for Carousel when
children
is changed. #16583 - ๐ Fix panel not close when DatePicker is
blur
by upgradingrc-calendar
requirement to version9.13.3
. #16588 - ๐ Fix style disorder for Form.Item with
help
prop andmargin-bottom
is negative. #16584 @sbusch - ๐ Fix Spin not align when set
font-size
style. #15206 - ๐ Fix
selectedRows
missing when there ischildrenColumnName
in Table. #16614 - TypeScript
- โก๏ธ Improve the definition of
children
prop for Breadcrumb. #16550 @Gin-X - โก๏ธ Improve the definition of
onFieldsChange
params for Form. #16577 @SylvanasGone - โก๏ธ Improve the definition of
dataSource
andrenderItem
for List. #16587 - โก๏ธ Improve the definition of
onDragEnter
params for Tree. #16638 @eruca - โก๏ธ Improve the definition of
event
for Treeใ#16624 @ztplz
- โก๏ธ Improve the definition of
3.18.1
2019-05-13
- ๐ Remove useless
module.export
of package. #antd-tools
3.18.0
2019-05-12
- ๐ Transfer support
children
prop to customize render list. #16026 - ๐ Pagination support
disabled
prop. #16493 - ๐ Upgrade
@ant-design/icons
and@ant-design/icons-react
to 2.0 for fix lots of missing icons. #15874 - ๐ Fix Form
hasFeedback
overlap issue with Input.Password. #16445 - ๐ Fix Select selected and disabled item wrong hover color. #16477
- ๐ Fix disabled Upload being triggered by label. #16483
- ๐ Fix
hoist-non-react-statics
compilation error. #16397 @ztplz - ๐ Fix customize icon style in Notification size not correct. #16507
- ๐ Fix PageHeader should not render blank dom when
title
is undefined. #16510 @yociduo - โก๏ธ Print reject error when Modal's
onOk
callback return an promise rejects. #16437 @jas0ncn - TypeScript
3.17.0
2019-05-05
- ๐ Breadcrumb.Item supports
overlay
props to define drop-down menus. #16315 - ๐ Button added a new type
link
. #16289 - โจ๏ธ Wrap List.Item under
ul
to enhance accessibility.#15890 - ๐ TreeSelect support
showSearch
in multiple mode. #15933 - ๐ Provides
previewFile
to customize preview logic. #15984 - ๐ Added the
@table-selected-row-color
variable to customize the color selected by the table. #15971 @hextion - ๐ Added
@form-warning-input-bg
and@form-error-input-bg
variables to customize the background color when the form is in error state. #15954 @hextion - ๐ Dropdown.Button supports
icon
props to customize icons. #15996 @DiamondYuan - ๐ Support SkeletonAvatarProps
size
accept number. #16128 @MrHeer - ๐ Notification.config now supports
getContainer
for custom dom rendering locations. #16123 @Nouzbe - ๐ Drawer supports
afterVisibleChange
props, which fires when the drawer animation is complete. #16228 - ๐ Form.Item supports
htmlFor
props. #16278 - ๐ Collapse supports
expandIconPosition
props. #16365 - ๐ Carousel supports the location of custom panel indicator points. #16225 @yociduo
- ๐ TreeNode supports the properties of
checkable
. #16369 - ๐ ๐ญ๐ท Added Croatian language pack. #15641 @fpintaric
- ๐ Fix Drawer wrong animation direction. #16358
- ๐ Fix Slider mark text style will break line. #15128
- ๐ Fix Checkbox.Group
onChange
pass removed value. #16392 - ๐ Fixed multiple Typescript type errors. #16043 #16341 #16343 #16360 #16344
3.16.6
2019-04-26
- โจ๏ธ Improve PageHeader
backIcon
keyboard accessibility. #16038 - ๐ฎ๐น Optimize Italian localization. #16093 @yp #16172 @afelicioni
- ๐ Fix Select with
showSearch
not triggeronSearch
when blur it. #16235 - ๐ Fix Select active item's hover background color. #16238 @yociduo
- ๐ Fix unexpected pressed style of disabled Switch. #16251 @atomoo
- ๐ Fix small size Table header background. #16266
- ๐ Fix Tabs missing border when
tabPosition="bottom"
. #16130 @rinick - ๐ Fix Typography.Title not support
type
. #16275 - ๐ Fix Typography editable mode not support
className
. #16307 - ๐ Fix List
actions
misplaced. #16239 - ๐ Fix long word Modal title display problem. #16267 @yoyo837
- ๐ Fix Pagination active item background color. #16306
- ๐ Fix a
core-js@<2.6.5 is no longer maintained
install warning. #16325 - Typescript
- ๐ Fix
Form.create()
don't work. #16242 - ๐ Fix Tooltip
className
definition. #16195 @swillis12
- ๐ Fix
3.16.5
2019-04-22
- ๐ Fix Table in Firefox miss bottom line when sorter enabled. #16174
- ๐ Fix List crash when
pagination
isnull
. #16231 - TypeScript
- ๐ Fix typescript
hoist-non-react-statics
has no default export warning withallowSyntheticDefaultImports: false
. #16224
- ๐ Fix typescript
3.16.4
2019-04-21
- ๐ Fix circle button responding mouse event when loading. #16063 @gxvv
- ๐ Fix issue that Form.Item's
labelAlign
does not work. #16067 - ๐ Fix issue that tailing debounce call raising error when Spin unmount. #16081 @raybooysen
- ๐ Fix issue that List's
defaultPageSize
does not work. #16100 - ๐ Fix error moment call in DatePicker. #16109
- ๐ Fix Radio does not in center on Firefox. #16039
- ๐ Fix issue that Affix's
target
does not work after it's value changing. #16146 - ๐ Fix the Modal's animation issue Modal on first rendering. #15795
- ๐ Fix issue that Table's
rowSelection.columnWidth
does not work. #16163 - ๐ Fix type definition of Form.create. #16095
- ๐ Fix type definition of Icon's
aria-hidden
. #16202 - ๐ Fix type definition of PageHeader's
tags
. #16092 - ๐ Add new less variable
@text-selection-bg;
. #16155
3.16.3
2019-04-12
- ๐ Fix Button TypeScript definition. #15938
- โ ๏ธ Add DatePicker warning when time invalidate. #15920
- ๐ Fix Menu arrow not display in old version of IE. #15932
- ๐ Fix Progress success UI when
status
isundefined
. #15951 - ๐ Fix Tooltips not work when Menu collapsed. #15948
- ๐ Fix Switch can't be trigger by click of form label. #15923
- ๐ Fix Directory
onSelect
info not correct. #15967 - ๐ Fix Menu
defaultOpenKeys
not work as expect. #15970 - ๐ Fix Nested Table with
middle
size
style not correct. #16008 - ๐ Fix nest Tabs ink bar style issue. #16013
- ๐ Fix Empty in IE not fully render. #16016
- ๐ Fix Switcher loading icon and checkbox should be vertical align when
@tree-title-height
is modified. #15962 - ๐ Default selection column width can be overridden in css. #15990
- TypeScript
- ๐ Fix Pagination
showLessItems
TS definition. #15952
- ๐ Fix Pagination
3.16.2
2019-04-07
- ๐ Fix Menu shaking and collapse behavior. #15868
- ๐ Fix List pagination pageSize changer not work. #15871
- ๐ Fix RangePicker end time input not editable. #15866
- ๐ Site Icon supports search. #15867 @DiamondYuan
- ๐ Fix TimePicker
locale
doesn't work. #15837 - ๐ Fix Steps style broken when using
progressDot
andsize="small"
. #15856 - ๐ Fix Affix position not update when content height changed. #15899
- Table
- ๐ Fix Badge display negative count incorrect. #15810
- ๐ Optimize Empty default UI of
Empty.PRESENTED_IMAGE_SIMPLE
. #15841 - ๐ Added a new less variable
@html-selector
to enable override of html selector to support theme prefix. #15613 @krokofant - TypeScript
- ๐ Fix Table columnGroup definition. fc45d
3.16.1
2019-04-01
- ๐ Fix
antd.less
file missing. #15790
3.16.0
2019-04-01
- ๐ Badge support customize color. #15764
- ๐ Checkbox.Group support
name
prop. #15760 @bencallaway - ๐ Modal support
confirm({ icon: null })
to hide Icon. #15319 @Adamwu1992 - Empty
- ๐ Progress.Line support gradient line color. #15524 @zy410419243
- DatePicker
- โก๏ธ Refactor Form move
ant-form-item-no-colon
selector position in Form.Item. #15592 @HsuanXyz - Menu
- ๐ Fix Menu unexpected shaking when collapsed. #15625 @zy410419243
- ๐ Fix MenuItem rendered unexpected Tooltip when
inlineCollapsed
isfalse
. #15705 @zy410419243
- ๐ Fix Upload border jumping issue in Chrome. #15636
- ๐ Fix clear icon style in Input and Input.Search. #15672
- ๐ PageHeader support level 2 breadcrumb. #15689
- Tag
- ๐ Fix Spin style when
indicator
is Icon. #15712 - ๐ Fix collapsible Layout.Sider throw error when use svg icon. #15720 @wx1322
- ๐ Remove underlines from focused links. #15759 @Nouzbe
- Table
- ๐ Fix col element missing relative style. #15766
- ๐ Adjust Card and PageHeader padding from
32px
to24px
. #15755 - ๐ Add less variables
- ๐ Adjust multiple TypeScript types
- ๐ Fix for changes in
@types/react
for Button. #15702 @ferdikoomen - ๐ Menu add
overflowedIndicator
type. #15355 @Yangzhedi - ๐ Fix Input
action
definition. #15598 @Yangzhedi - ๐ Fix Tree
onLoad
typo. #15718 @babycannotsay - ๐ CheckBox.Group add
name
type. #15753 - ๐ RangePicker add
separator
type. #15765
- ๐ Fix for changes in
3.15.2
2019-03-23
- ๐ New English translation for Data Display and Feedback. #15454 @klouskingsley #15460 @klouskingsley
- ๐ Add two less variables
@font-feature-settings
and@select-item-selected-font-weight
. #15506 @dancerphil #15515 @willc001 - ๐ Fix the scale calculate logic when Avatar is remounted. #15503
- ๐ Fix inefficient custom
width
for DatePicker. #15547 @DiamondYuan - ๐ Fix the incorrect priority of icon style for Notification. #15530
- ๐ Fix that
notFound
content is not aligned for Select. #15570 - ๐ Fix empty missing when
loading
property is true for Table. #15583 - ๐ Fix the incorrect
white-space
style for Tag. #15526 @Kapiroska - ๐ Fix the incorrect judgement on image type for Upload. #15354
3.15.1
2019-03-17
- ๐ Add four less variables
@pagination-item-bg-active
,@icon-color
. #15302 #15343 - ๐ Fix tree-shaking not working for importing PageHeader. #15354
- List
- ๐ Fix Calendar can't switch type. #15338 @zy410419243
- Badge
- ๐ Fix the issue that customized color is not supported in Badge. #15356 @DiamondYuan
- ๐ Fix height problem of Badge with dot. #15395
- ๐ Fix tabbar style of Tabs in card mode when browser is zoomed out. #15299 @rinick
- ๐ Fix Avatar component cannot calculate the offset when
display: none
is set. #15351 @ppbl - ๐ Correct suffix icon in Input.Password. #15381 @melchior-voidwolf
- ๐ Fix Layout has classname
ant-layout-has-sider
even ifhasFixer
is set tofalse
. #15396 @SoraYama - ๐ Fix Divider alignment issue in PageHeader. #15400
- ๐ Fix a style issue of Skeleton. #15421 @Maktel
- ๐ Adjust multiple TypeScript types
- ๐ FormComponentProps added a generic type of form values. #15355
- ๐ Export ConfigProviderProps interface. #15446 @DiamondYuan
- ๐ Add
onClick
prop for Breadcrumb.Item. #15331 @tgxpuisb - ๐ Add
style
prop for Steps.Step component. #15393 @pavolgolias - ๐ Fix
itemRender
definition of Pagination. #15428 @DiamondYuan
3.15.0
2019-03-08
- ๐ Tree supports new prop
blockNode
. #14858 @kimochg - Form
- ๐ Supports
colon
prop in Form. #15276 @DiamondYuan - ๐ Add new prop
labelAlign
. #15252 @yoyo837 - ๐ Fix two colons will appear in FormItem label. 15285 @jinxin0112
- ๐ Supports
- ๐ Fix Typography dom structure. #15210
- ๐ Fix Affix position update logic. #15150
- Input
- ๐ Fix DatePicker and TimePicker cursor style. #15218
- ๐ Fix Steps label text not align center. #15256 @yoyo837
- TypeScript
- ๐น๐ท Turkish translations of new components. #15238 @codesignist
3.14.1
2019-03-04
- ๐ PageHeader support
className
prop. #15159 - ๐ Fix Form warning with unique key & additional attributes. #15160
- ๐ Fix
getPopupContainer
of ConfigProvider not work with DatePicker. #15156 - ๐ Fix Collapse
extra
node style missing. #15176
3.14.0
2019-03-02
- Two new components added this month:
- ๐ฅ๐ฅ๐ฅTypography provides basic formatting and common operations for text.
- ๐ฅ๐ฅ๐ฅPageHeader can be used to declare the page theme, display important information about the page that the user is interested in, and host the relevant page. Action item.
- ๐ TimePicker provides
clearIcon
prop for customizing clear icon. #14556 - ๐ Statistic.Countdown supports
onFinish
prop. #14791 - ๐ Collapse.Panel support
extra
prop. 62e65d - DatePicker
- ๐ The Form supports
labelCol
&wrapperCol
prop. #15038 - ๐ Add type
more
for Icon. #15047 - ๐ Fix Table filter can not support other type of value. #15046
- ๐ Fix Spin
wrapperClassName
settingpadding
icon is not centered. #15056 - ๐ Fix Calendar won't trigger
onPanelChange
correctly in some cases. #15063 - ๐ Select supports
showArrow
in multi-select mode. #15091 - ๐ Fix closable Drawer hiding without transition. #15147
- ๐ Two less variables
@drawer-header-padding
and@drawer-body-padding
have been added to control Drawer padding. #15120 - ๐ Fix Cascader should tab twice to exist. #15117
- ๐ The
onChange
of InputNumber will returnnull
instead ofundefined
to fix the problem that the value of the control cannot be properly collected and emptied. #14960 - ๐ Adjusted multiple TypeScript types
3.13.6
2019-02-23
- Form
- ๐ Fixed extra space at the bottom of Table header in chrome. #14926
- ๐ Fixed that Select check icon is not aligned center. #15016
- ๐ Fixed Input.Search
addonBefore
oraddonAfter
style issue. #14959 - ๐ Fixed growing space of Tree nodes. #14958 @Yangzhedi
- ๐ Improved accessibility of Icon when
type
is falsy. #14970 - ๐ Fixed Dropdown subMenu disabled cursor style. #14952
- ๐ฎ๐ฉ Updated locale to be more natural for Indonesian. #15013 @kamalmahmudi
3.13.5
2019-02-19
- ๐ Revert FormItem with additional place holder. #14937
- ๐ Adjust Input style to support
text-align: inherit
. #14912 - ๐ Fix incorrect collapse icon position when Sider in the right. #14446
- ๐ Fix Table miss top border in some case. #14922
- ๐ Fix some TypeScript definitions. #14857 #14903
3.13.4
2019-02-18
3.13.3
2019-02-16
- ๐ New English translation
- ๐ Fix mouse cursor style when Switch is disabled. #14764
- ๐ Fix Progress shows a wrong successful status. #14769 @imhele
- ๐ Fix the issue that the upload status has always been
uploading
after hiding the upload button in the Upload. #14779 - ๐ Fix the issue where the custom icons for vertical Steps were not centered. #14677
- ๐ Fix the issue with Input.Search does not support
addonAfter
. #14785 - ๐ Fix layout issues with FormItem when there is an error. #14772
- ๐ Fix the issue that the operation button will be blocked when the Card is
loading
. #14832 - ๐ Fix the issue that describes overflow in List. #14765 @Shub1427
- ๐ Fix the style issue of TimePicker's clear button, when using the
small
size. #14861 @Yangzhedi - Table
- ๐ Fix the issue that the floating element misalignment. #14822 @chiaweilee
- ๐ Fix the issue where the className was not synchronized when the
rowSelection
property was removed. #14759 - ๐ Fix border display issue when there is no data. #14834
- ๐ Fix the issue where
pagination
was set totrue
. - ๐ Fix the issue where the filter drop-down box would be occluded.
- TypeScript
- ๐ Checkbox adds
onClick
. #14762 @Frezc - ๐ Menu adds
onTitleMouseEnter
andonTitleMouseLeave
. #14737 #GabeMedrash
- ๐ Checkbox adds
3.13.2
2019-02-07
- ๐ Fix Table ajax render only display data on first page. #14724 @imhele
- ๐ Adjust font style to fix display issue in IE. #14708 @ashearer
- ๐ Fix Input not hide clear button when value is
null
. #14733 @thilo-behnke
3.13.1
2019-02-04
- ๐ Rewrite the documentation of Use in TypeScript. #14637
- ๐ Upgrade the document of Real project with umi and dva. #14574 @cc189
- ๐ Fix Spin style issue in IE 10. #14588 #14365
- ๐ Fix DatePicker missing dateTime default format in
showTime
. #14593 - ๐ Fix List style issue in IE 11. #14602 @Shub1427
- Table
- ๐ Fix pagination when its data length is less than or equal to pageSize. #14608 @sdli
- ๐ Fix selection being wrap unexpectedly. #14619 #14316
- ๐ Fix
placeholder
border style issue when Table is empty. #14533 @yoyo837 - ๐ Fix Table should pick
pageSize
overdefaultPageSize
in priority. #14696 #14320
- Upload
- ๐ Fix Dropdown pseudo class style which causes the overlay non-clickable. #14604 @shawtung
- ๐ Improve Checkbox the style for check don't align center in some cases.