order | title | toc | timeline |
---|---|---|---|
6 |
Change Log |
false |
true |
antd
strictly 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.
2019-12-10
- ๐ Fix DatePicker
disabledTime
TypeScript definition to be optional. #20153 @khaledkhalil94 - ๐ Fix Transfer's
title
ofdataSource
TypeScript definition to be optional. #20144 @mraiguo
2019-12-09
- ๐ Fix List pagination options text align. #20037
- ๐ Fix Button text not align well in Chrome. #20059
- ๐ Fix DescriptionItem
className
error applied to label. #20067 @Liu-Ya - ๐ Fix Tree duplicated icons when
showLine
is true. #20090 - ๐ Fix Editable Typography flush in Firefox. #20118
- ๐ Improve Icon
component
definition to be compatible with create-react-app svg component. #20142 - Table
2019-12-01
- ๐
3.26.0
will be the last minor version of antd v3. And v4 beta is coming! - ๐ Notification support
closeIcon
props. #19618 @liuchao233 - ๐ Typography support
pt_BR
locale. #19651 @liuchao233 - ๐ Table support
defaultFilteredValues
props. #18925 @mgcrea - ๐ฒ๐ฐ Locale add Macedonian support. #19647 @sradevski
- ๐ Fix Input.Group compat mode has wrong border radius for Input Addon. #19926
- ๐ Fix Spin render default indicator when
indicator
isnull
. #19943 - ๐ Fix Button component
disabled
withloading
not prevent pointer-events. #19958 - ๐ Fix message can not cancel when
key
is provided. #19967 - ๐ Fix image in Upload with
picture-card
mode exceeds the border. #20008 @qq645381995 - ๐ Fix Input clear icon overlap with feedback icon. #20017
- ๐ Fix Slider tooltip text not align center. #20016
- ๐ Fix Descriptions items not working with React.Fragment. #20019
- ๐ Upload under drag mode moves
className
andstyle
to the real effect dom.#19987 - ๐Add less variable
@table-header-bg-sm
and fix small Table footer style. #19939
2019-11-24
- ๐ Fix TimePicker disabled item style when focussed. #19812 @yoyo837
- ๐ Fix Menu.Item link style inside Badge. #19810
- ๐ Fix Upload
picture-card
type, for crashed style when list item is removing. #19783 @qq645381995 - ๐ณ๐ฑ Update
sk-SK
locales. #19787 @Kamahl19 - TypeScript
2019-11-17
- ๐ Fix Upload List do not have tooltip when upload failed. #19689 @qq645381995
- ๐ Fix Transfer search style to avoid text overlap with clear icon. #19693 @Abdullah700
- ๐ณ๐ฑ Update
NL-nl
locales. #19734 @hoest - TypeScript
- ๐ Fix Table FilterDropdownProps definition. #19701 @DeanVanNiekerk
- ๐ Slider add
reverse
definition. #19713 @jacklee814 - ๐ Update Table
filteredValue
definition. #19722 @andelf
2019-11-10
- ๐ Fix less variables of
@menu-icon-size
and@menu-icon-size-lg
not working. #19553 @yoyo837 - ๐ Fix DirectoryTree
defaultExpandedAll
not working withtreeData
. #19646 - ๐ Fix Drawer content overflow when
placement
prop is top or bottom. #19506 @shaodahong - ๐ Fix broken Menu.ItemGroup style inside Dropdown again. #19578
- ๐ Fix Dropdown that menu icon
margin-right
style is missing. #19635 - ๐ Fix Form.Item custom props not working. #19599 @yoyo837
- ๐ Fix Icon
extraCommonProps
not working properly. #19572 @yoyo837 - ๐ Fix Modal.method() scrollbar not disabled. #19233 @emersonlaurentino
- Table
- TypeScript
2019-11-04
- ๐ Transfer
listStyle
support function callback. #19330 @lxnxbnq - ๐
icon
of Avatar support ReactNode. #19368 - ๐ TextArea support
allowClear
. #19310 @Rustin-Liu - ๐ Upload support to custom
method
for request. #19533 - ๐ Upload
onChange
addXMLHttpRequest
as additional param. #19539 @hahmadia - ๐ Fix WeekPicker
defaultPickerValue
not works. #19141 @NightFox7 - ๐ Fix DatePicker
onEsc is not a function
TypeError. #19474 - ๐ Fix table does not automatically scroll to the top when change page size. #19474 @MrHeer
- ๐ Fix Icon Button not aligned well in Button.Group. #19453
- ๐ Fix Checkbox not aligned center of some cases in Chrome. #19452
- ๐ Fix Menu
margin
collapsed issue. #19476 @wangweijun0418 - ๐ Remove useless style in Select. #19510 @jacklee814
- ๐ Added less variables
@input-number-hover-border-color
,@select-background
. #19546 - ๐ Add
downloadFile
in all locale files. #19361 @DemetriusHR - ๐น๐ญ Add missing translations in Thai (th_TH) locale. #19378 @anawinwz
- Typescript
- ๐ Add Upload missing
preview
type. #19496 @chnliquan
- ๐ Add Upload missing
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
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
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
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
2019-10-05
- ๐ Fix Typography
ref
warning of React. #19074
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
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
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
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
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
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
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
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
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
2019-08-09
- ๐ Fix the problem that Dropdown.Button requires
title
props.
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
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
2019-08-05
- ๐ Fix ConfigProvider crash with multiple children. #18075
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
2019-07-26
- ๐ Fix Upload can not click in Form.Item. #17897
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
2019-07-19
- ๐ Fix
<Button type="danger" ghost />
broken style. #17743
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
-
TypeScript
- ๐ Improve type definition of Form. #17676 @lixiaoyang1992
- ๐ Improve type definition of Tabs. #17675
2019-07-15
- ๐จ Revert change of Input suffix style in #17508, since it introduced other problems
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
- ๐ 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
-
๐ฅ๐ฅ๐ฅ 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
2019-06-24
- ๐ Revert
unknown
toany
for now to avoid introducing tones of errors in one time. #17249
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
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
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
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
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
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
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
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
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
2019-05-13
- ๐ Remove useless
module.export
of package. #antd-tools
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
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
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
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
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
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
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
2019-04-01
- ๐ Fix
antd.less
file missing. #15790
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
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
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
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
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
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
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
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
2019-02-18
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
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
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. #14619 #14271
- ๐ Fix Avatar change
src
not trigger reload if previous image load failed. #14606 @AhmedAlSammany - ๐ Fix Modal
destroy
logic not process correctly. #14600 @xu-snow - ๐ Fix Tooltip arrow not align when the content of
title
is less. #14667 @Yangzhedi - Calendar
- ๐ Fix AutoComplete
placeholder
not display when disabled. #14652 @tangjinzhou - ๐ Fix Icon customize svg Icon miss viewBox. #14686
- ๐ Fix Statistic not support negative number. #14695 #14692
- Less
- ๐ Fix some TypeScript definitions. #14584 @boraikizoglu, #14591, #14640 @SylvanasGone, #14654 @kuitos, #12667 @yueyes, #14653, #14676 @kristof0425, #14684 @RunningCoderLee
2019-01-26
- ๐ New component Statistic. #14154
- Button
- ๐ Button support
round
shape. #14236
- ๐ Button support
- Collapse
- ๐ Add
expandIcon
to allow customization of Collapse icon. #14060
- ๐ Add
- ConfigProvider
- DatePicker
- ๐ Will read format as default format in locale if provided. #14340
- Tabs
- ๐ Support customize bar node. #14368
- Icon
- Badge
- ๐ Fix changing the count with
border-color
will raises an property readonly error. #14525
- ๐ Fix changing the count with
- Modal
- ๐ Add
mask
property support for Modal method. #14197 - ๐ Add
transitionName
andmaskTransitionName
property support for Modal method. #14273 @thomasJang
- ๐ Add
- Input
- ๐ Fix Input.Search style issue. Move
className
from inner input to top wrapper when withaddon
. #14461
- ๐ Fix Input.Search style issue. Move
- TimePicker
- ๐ Deprecated
allowEmpty
prop and useallowClear
instead. Sync style with DatePicker. #14490
- ๐ Deprecated
- Radio
- ๐ Fix RadioButton trigger onChange twice in RadioGroup. #14523
- Spin
- ๐ Fix Table cannot click with loading when IE <= 10. #14511
- Switch
- ๐ Switch support
event
asonChange
,onClick
argument. #14560
- ๐ Switch support
- Table
- ๐ Fix style issue when use fixed column in Safari. #14550
- Progress
- ๐ All types support
successPercent
prop. #14412
- ๐ All types support
- Pagination
- ๐ Fix wave style issue in Edge. #14469
2019-01-19
- ๐ Update the "Use in create-react-app" document to be compatible with upgraded create-react-app and react-scripts-rewired. #14385
- ๐ Fix using autoprefixer 9.4.5 in postcss (webpack) will throw an error
Replace text-decoration-skip: ink to text-decoration-skip-ink: auto, because spec had been changed
. #14312 - ๐ Fix InputNumber style not correct in MenuItem. #14373
- ๐ Fix Input.Search with enterButton style issue. #14397
- ๐ Fix Input.TextArea autosize not correct when input number. #14375
- ๐ Fix Slider focus style. 9202509
- ๐ Fix the problem that the
prefixCls
property is passed to theEmpty
. #14404 - ๐ Fix the problem that Radio
onChange
will be override by RadioGrouponChange
.#14364
2019-01-13
- ๐ Reverted #14157 to fix Input
prefix
andsuffix
missing problem. #14310 - ๐ Fixed Empty
image
TypeScript type to ReactNode. #14308 @chunlea
2019-01-12
- ๐ Fix the ineffectiveness of
className
prop for Anchor.Link. #14248 - ๐ Fix the incompatibility of float number for Badge. #14195 @ztplz
- ๐ Fix the auto focus when popup layer is
open
still for DatePicker. #14092 @Yangzhedi - Drawer
- ๐ Fix label for vertical Form cannot be wrapped. #14135 @ranbena
- ๐ Fix the wrong position for Modal.confirm in small screen. #14279
- Radio
- ๐ Fix the empty style for Select. #14204
- ๐ Simplify the implementation of Spin to improve performance. #14100
- Table
- ๐ Fix the unexpected call of
afterClose
for Tag when visible changes from false to true. #14200 @tangjinzhou - TypeScript
- ๐ Fix the TypeScript definition lack of
forceRender
for Modal. #14160 - ๐ Fix TypeScript definition of
sortDirections
which should be optional. #14182 - ๐ Fix the wrong TypeScript definition of
locale
for Table. #14245 @LeezQ - ๐ Fix the TypeScript definition not extending from native
div
element for List.Item. #14171
- ๐ Fix the TypeScript definition lack of
- ๐ Add new
Less
variables, including@btn-shadow
,@btn-primary-shadow
and@btn-text-shadow
. #14172
2019-01-06
- ๐ Fixed build error caused by importing svg.
2019-01-06
- ๐ New component Empty, and improved empty data style of all components! 13651
- ๐ Hindi locale added (hi_IN). #13776 @gurungrahul2
- ๐ Kannada locale added (kn_IN). #13776 @gurungrahul2
- ๐ Add
eye-invisible
Icon. b8630b3 - ๐ ConfigProvider component support prefixCls. #13389
- Less
- Input
- ๐ Add Input.Password. #13342 @zy410419243
- ๐ Support
allowClear
. #13939
- Modal
- ๐ Add
forceRender
support. f791a50 - ๐ Add
destroyAll
. #13409 @caolvchong - ๐ Add
icon
to Modal.confirm/info/warning/error,iconType
is deprecated. 5c26635
- ๐ Add
- ๐ Add
small
type Card component. #13180 @ndbroadbent - Form
- ๐ Add
switcherIcon
prop to Tree. #13592 @nick-ChenZe - ๐ Mention add
defaultSuggestion
. #13695 - Dropdown
- Button
- Table
- DatePicker
- ๐ Add new
renderFooter
API for DatePicker. 3c007a8 - ๐ Fixed
dateRender
not supported at WeekPicker. #13957 - ๐ Fixed disabled button style in DatePicker panel. #14098
- ๐ support prop
renderExtraFooter
in all mode. #13813 @elfman - ๐ Fixed month range display when start year equals end year. #14049 @meihuanyu
- ๐ Add new
- TimePicker
- ๐ Update
rc-tree-select
to 2.5.0 to support use a ReactNode asnotFoundContent
in TreeSelect. 47b89e5 - ๐ Rate component support
tooltips
. 192e188 - ๐ Fixed Drawer prop
style
not working. #13850 - Upload
- Popover
- ๐ Fixed arrow of Popover shadow. #13935 @crazyurus
- ๐ Fixed Popover top border disappear in IE9. #14064 @gyh9457
- ๐ Fixed Radio style bug in Chrome. #3699
- ๐ Fixed affix Menu flickering when scrolling. #13662
- ๐ Fixed Steps style issue on IE9. #14001
- ๐ Fixed nested Timeline last item missing line. #14108
- ๐ Fixed spin never shows up when delay got initially set. #14100
- Badge
- ๐ Fixed animation jump when count is ReactNode. #13800
- TypeScript
- ๐ Fixed type define of DatePicker prop
disabledDate
. #14008 @vnguyen94 - ๐ Fixed Dropdown
onVisibleChange
type define bug. #13988 @travikk
- ๐ Fixed type define of DatePicker prop
2018-12-25
- ๐ Remove Christmas egg. #13098
2018-12-24
- ๐ Fixed
lib
missing css file match. #13791
2018-12-23
- ๐ Fixed DependencyNotFoundError
Could not find dependency: '@babel/runtime'
. #13791 - โก๏ธ Refactor Tag component with less code and better performance. b828741
2018-12-22
- โก๏ธ Upgrade our toolchains (babel and webpack) to latest version and prettier all codes!
- Table
- ๐ Fixed that dropdown menu action not clickable. #13563
- ๐ Fixed hovering components on Table sortable column. #13467
- ๐ Fixed crash issue of selection Table under IE9/10. #13540
- ๐ Fixed check-all checkbox state when Table
childrenColumnName
is specified. #13710 - ๐ Remove work break styles in table cell for consistent behavior. #13624
- ๐ Rewrote the custom filter demo of Table. Link
- ๐ Fixed padding of Button which children is
0
. #13596 @951565664 - ๐ Chore Card header and loading UI.
- ๐ Optimized Spin wrapper styles and improve performance slightly. 2c7112b
- ๐ Fixed border color of validated Input.Group. #13529 @morenyang
- ๐ Fixed submenu animation of vertical-type Menu. #13597
- ๐ Fixed width of WeekPicker. #13629
- ๐ Fixed cursor style of disabled Radio.Button. #13642 @gianpaj
- Dropdown
- ๐ Fixed slight shift when menu is popped in Chrome. #12115 @gurungrahul2
- ๐ Fixed unexpected scrollbar caused by dropdown placed at screen edge. 00564dd
- ๐ Fixed
offset
props when Badgecount
is specified as a ReactNode. #13694 - ๐ Remove nested Form.Item negative margin. #13748
- ๐ Added a Select demo of Hide Already Selected. #13552 @SergeyVolynkin
- ๐ Fixed padding of Comment actions. #13713
- ๐ Fixed broken arrow style when customize Popover's background color. #13533 @gurungrahul2
- ๐ Corrected Drawer
style
prop to outside wrapper. #11504 - ๐ Fixed one problem of incorrect state when Affix first mounted. #13737 @xuxinhang
- ๐ Fixed Tabs cursor style of disabled tab. #13709
- ๐ Added some less variables of Tabs, Table, Alert.
- TypeScript
- โก๏ธ Enhanced Table
ColumnProps
types aboutdataIndex
. #13605 @bondBo - โก๏ธ Enhanced Table
TableRowSelection.onChange
arguments with generic types.#13761 @hahabazinga - ๐ Fixed type of LocaleProvider's
children
. #12974 - ๐ Fixed type of RangePicker
onOk
's arguments. #13650 @iugo - ๐ Fixed Comment
author
type from string to ReactNode. #13670 @reichjustin - ๐ Fixed type of Select
dropdownProps
's arguments. #13617 @SylvanasGone
- โก๏ธ Enhanced Table
2018-12-10
- ๐ Fixed Table
Cannot read property 'children' of undefined
error when customizecolumn.title
as ReactNode. #13542 @geraldchen890806 - ๐ Fixed another border problem of Button when customized less variable
@border-width-base
. #13534 @morenyang - ๐ Fixed Upload don't support resolve
Blob
object whenbeforeUpload
returns a Promise. #13528 @huanz - ๐ Fixed two props of Dropdown TypeScript definitions. #13536 @wangxingkang
2018-12-08
- ๐ Fixed the issue where the Avatar icon could not be centered vertically. #13408
- ๐ Fixed the border problem of Button when customized less variable
@border-width-base
. #13413 @morenyang - ๐ Fixed Comment does not correctly display line breaks. #13429
- ๐ Fixed the issue that when the Alert is in
closable
, the icon will be covered by the text. #13440 - Button
- Dropdown
- Table
- DatePicker
- ๐ Fixed the blur method of the Slider. #13439
- ๐ Fixed Cascader's i18n issues. #13486
- ๐ Fix some TypeScript definitions. #13390 #13488 #13420
2018-12-02
3.11.0 brings two new Components, a lot of exciting changes and new features.
- ๐ฅ Added a new component Comment. #12770 @ilanus
- ๐ฅ Added a new component ConfigProvider for user to customize some global setting. #12991
Component Fixes / Enhancements:
- ๐ Avatar Added
srcSet
prop that is a list of sources to use for different screen resolutions. #12525 @philipodev - ๐ Upgrade
rc-notification
to3.3.0
, Notification AddedonClick
prop that is called when the notification is clicked. #11832 - Transfer
- ๐ Refactor Badge, support
count
as custom component. #12140 @supra28 - ๐ Slider Added
tooltipVisible
prop that whether Tooltip will always show. #12915 @zy410419243 - ๐ Support custom font-variant style through less variable
@font-variant-base
. #12691 @neemski - Table upgrade
rc-table
to6.4.0
- Select upgrade
rc-select
to8.6.0
- ๐ Added
title
prop that Menu.Item support tooltip title when collapsed. #12952 - Cascader upgrade
rc-calendar
to9.8.0
- ๐ Added Hungarian locale. #13026 @ilanus
- ๐ Fix TextArea use resize observer to check textarea size. #13295
- ๐ Fix Tabs renderTabBar style error when tabPosition is left or right. #13118
- ๐ Fix Upload thumbnail icon broken styles. #13333
2018-11-24
- ๐ Fix disabled Checkbox label cursor style. #13199 @walker27
- ๐ Fix TimePicker input exceeds the boundary of container. #13194
- ๐ Adjust Table sort order from
desc -> asc
toasc -> desc
. #13069 @OvestLabs - ๐ Fix Switch can be operated when loading. #13219 @jojoLockLock
- ๐ Fix Carousel can not be interactive in fade mode. #13215
- ๐ Fix DatePicker don't support
tabIndex
prop. #13265 @arifemrecelik - ๐ TreeSelect won't call
loadData
when searching to avoid lagging problem. #13245
2018-11-17
- ๐ Fix pop-up menu background transparency.#13104
- ๐ Fixed an issue where disabled Button does not full width in Popconfirm.#13119
- ๐ Fixed an issue where Radio.Button in Radio.Group overridden Badge.#13132
- ๐ Fixed a issue where RangePicker was not aligned in
small
mode.#13105 - ๐ Fix the problem that the Dropdown font size affects the avatar.#13091
- ๐ Fixed an issue where tabBarGutter could not work in vertical mode.#12968
- ๐ Adjusted the types of multiple typescript.
2018-11-11
- ๐ Fix a Button
line-height
typo. 74aeace
2018-11-11
- ๐ Reverted adee2f3 for fixing link button broken style, and changed another way to resolve #12978.
2018-11-09
- ๐ Ant Design Landing released!
- ๐ Published the new sketch resource of Ant Design.
- Button
- ๐ Fix the incompatibility for
Cascader[filedNames]
after3.7.0
version. #12970 - ๐ Fix that the show date in pop-up layer should be reset when date value is not modified successfully for
DatePicker
. #12929 - ๐ Fix the lose of type
cross
for Icon. #12970 - ๐ Fix the incorrect
mode
for collapsed Menu. #2782 #2783 #2786 - ๐ Fix the unnecessary
reflow
to avoid weird wave animation for Popover and Tooltip. #12942 - Table
- ๐ Fix the disappearance when nested in Popover and Popconfirm for Tooltip whose children is
disabled
. #13001 - ๐ Fix the stuck problem when upload non-image file for Upload. #12948
- ๐ Fix that
DOM Object
doesn't support property or methodremoveAttribute
inIE
andEdge
. #2423 - ๐ Remove the unnecessary wave animation for hidden elements. #12967
2018-11-03
- ๐ Support custom modal header style through less variable
@modal-header-bg
. #12914 - ๐ Fixed mask style not working for Modal.method. #12688
- ๐ Fixed Checkbox missing check mark inside table in IE 11. #12597
- ๐ Fixed FormItem having different height with help info. #12803
- ๐ Fixed Divider expands Popover card width under Chrome. #10914
- ๐ Fixed Avatar content not aligned in Popover. #10917
- Button
- Table
- TypeScript
2018-10-27
- ๐ Improve util function
getScroll
TypeScript definition. #12784 @ztplz - ๐ Fixed that Checkbox inside CheckboxGroup do not trigger
onChange
. #12642 - ๐ Fixed Calendar month picker not correct when set with
validRange
. #12675 - ๐ Fixed multiple Select drop-down bug when set
dropdownMatchSelectWidth
. #12816 @hengkx - ๐ Fixed Card title overflow bug. #12680
- ๐ Fixed Form[inline] help and extra overlapped. #12725
- Table
- ๐ Support custom Table filter backgrounds. #12775 @ivankravets
- ๐ Adjust small table placeholder style. #12682
- ๐ Fixed small size table header border missing in Firefox. #12840
- ๐ Fixed checkbox align of small/middle size table. #12723
2018-10-23
- ๐ Translated documentation patterns overview to English. #12637 @ilanus
- ๐ Improve support vi_VN locale for DatePicker component. #12656 @hieuhlc
- ๐ Fixed TimePicker style issue in IE11. #12707 jinyaqiao1102
- ๐ Fixed Popconfirm defaultVisible. #12733
- ๐ Fixed Table the border missing in Firefox. #12628
- ๐ Add
touch-action: none
css on Slider to fix chrome warning. #12595 - ๐ Fixed Tabs ink-bar vertical css. #12276
- ๐ Fixed vertical align issue of empty Button. #12681
- ๐ Fixed Calendar
locale
prop should have priority. #12706 - ๐ Fixed Checkbox[checked] indeterminate style. #12724
- ๐ Fixed
prefixCls
not passed to Popconfirm's button. #12677 @concefly - ๐ Fixed Edge ignoring
pointer-events:none
on Button's span. #12712 @dazbo - Progress
- TypeScript
- ๐ Fixed
trexpandedKeys
andonTreeExpand
definition missing in TreeSelect. #12648 @decadef20 - ๐ Fixed missed property
key
in TabPaneProps. 682af0d @ztplz - ๐ Fixed some definition of Icon. 3dbc357
- ๐ Fixed
2018-10-12
- ๐ Ant Design Mobile of Angular(NG-ZORRO-Mobile) released!
- ๐ Upgrade document
Real project with dva
to Real project with umi. - Table
- ๐ Fixed clicking all columns will trigger sort behavior even without
sorter
props. #12515 - ๐ Fixed extra "Sort" title hint of column. #12613
- ๐ Fixed broken style of sort and right-aligned column. #12552
- ๐ Fixed sort not working as expected when
columns
defined inrender
. #12571 - ๐ Fixed sorted column background color of small size Table.
- ๐ Fixed overlap style of Table row selection Checkbox in chrome. 5bef1aa
- ๐ Fixed broken style of Table inside Form.Item. #12554
- ๐ Fixed clicking all columns will trigger sort behavior even without
- DatePicker
- ๐ Fixed Anchor text edge cut problem. #12520
- ๐ Fixed that Drawer still cover page even set
mask={false}
. #12401 - ๐ Fixed disabled style missing of Input.TextArea when used as custom input in AutoComplete. #12594
- ๐ Fixed Modal.confirm
prefixCls
prop not passing to mask element, and changed it's default value toant-model-confirm
. #12546 - ๐ Fixed an align issue of Input.Group in safari. #12493
- ๐ Fixed an align issue of standalone
<Badge />
. #12419 - ๐ Fixed inconsistent arguments of
onExpand
when click Tree.DirectoryTree switch icon and tree node. #12567 - ๐ Fixed hasFeedback icon unexpected focused state in IE11. #12524 @siyu77
- ๐ Fixed multiple Select will trigger
onFocus
andonBlur
repeatedly when click it multiple times. #12281 @Frezc - ๐ Fixed long text overflow issue of circle type Progress.
- TypeScript
2018-09-30
- ๐ Upload adds
openFileDialogOnClick
prop to allow setting whether to open the upload dialog when the component is clicked. #12347 @hengkx - ๐ InputNumber adds
decimalSeparator
prop to allow setting a custom decimal. #12329 @amedora - ๐ TreeSelect adds the
treeExpandedKeys
andonTreeExpand
props to control the expansion of the tree. #12145 - Transfer
- ๐ Adds
disabled
prop. #12066
- ๐ Adds
- Modal
- Table
- ๐ Alert adds
icon
prop to allow setting a custom icon. Demo - ๐ The following components add a
suffixIcon
prop, which is used to set the icon behind the input box. For details, please refer to the documentation.- Cascader
- DatePicker
- Select
- TreeSelect
- TimePicker
- ๐ Add some new less variables. f237eff
- ๐ Fix Icon.createFromIconfontCN prepending
https
to thescriptUrl
. #12316 - ๐ Fix the issue with the
gutter
props of Row that doesn't work when using nested Col. #12320 - ๐ Fix the issue where the Tree.DirectoryTree component could not properly expand the node when the 'expandedKeys` prop had initial values. #12396
- ๐ Fix the issue when the
render
prop of the Transfer component returns a ReactNode, thetitle
property of the list item shows an unexpected value. #12399 - ๐ Fix Tooltip not working with CheckboxGroup. #12427
- ๐ Fix the issue that Button can still be clicked in IE9 under loading state. #12466 @snail
- ๐ Fix the issue with mouse hover when using non-Input components in Input.Group. #12407 @hengkx
- ๐ Fix some TypeScript type definitions. #12374 #12370 #12354 #12473
2018-09-22
- ๐ Fix
Select
render lag of long text in Chrome. #11456 #11843 - ๐ Fix
onOpenChange
handler not being called inRangePicker
for preset ranges. #12142@leijingdao - ๐ Fix parameter
dontAnimate
togoTo
ofCarousel
, the parameter be used to closing animation transitions. #12205 - ๐ Fix duplicated className for tabBar in
Tabs
. 589ba #12051 - ๐ Fix the vertical alignment for the title of
Card
. #11036 #10576 - ๐ Fix Item key unexpected change on
List
component. #12299@douglasjunior - ๐ Fix
confirmFilter
inTable
does not refresh immediately. 954c7 #12284 - Menu
- ๐ Fix extra scrollbar when popup
Menu
inhorizontal
mode. #12152 - ๐ Fix
openKeys
have higher priority inMenu
. #12361 @tangjinzhou
- ๐ Fix extra scrollbar when popup
- Upload
- Icon related
- ๐ Fix
Upload
close icon style error. #12330 #12304 - ๐ Fix
Select
add select clear icon. #12196 #12181 - ๐ Fix
Icon
svg align. 0698c - ๐ Fix
React.Children.only
error whenIcon
contain children. c21ff - ๐ Fix
Notification
icon align when no description. e6579 - ๐ Fix sorter icon align of
Table
. c935d
- ๐ Fix
- TypeScript
2018-09-08
- ๐ Title of children
Card
underCard
usingtab-card
has wrong padding. #12083 - ๐ Fix
AutoComplete
usingTextArea
as input, height adjust by manual has time delay. #12117 - ๐ Fix
maskStyle
underDrawer
not working. #12125@ryerh - ๐
Popconfirm
can detect whetheronVisibleChange
is triggered by Ok or Cancel buttons. #8614 - ๐ Fix something table header in
Table
using fixed header and columns display unnecessary scrollbar. #6515 - ๐ Fix
Spin
usingdelay
still render at first time. #12131 - Icon related:
2018-09-03
- ๐ Fixed the bug that
Tooltip
can not be triggered byIcon
. #12005 - ๐ Fixed the bug that
InputNumber
shows wrong UP icon. #12035 - ๐ Fixed the bug that
Modal
shows no icon in error confirm. #12026 - ๐ Fixed the bug that the icon is misaligned in
Popconfirm
. #12026 - ๐ Fixed the but that the icons are misaligned in
Card
'sActions
panel. #12016 - ๐ Fixed that the icons in
Form
,Alert
,TimePicker
have wrong theme. #12016 - ๐ Fixed that the icons are set to have 90deg rotation in the
header
property inCollapse
. #12016 - ๐ Fixed the issue that there are still old icons in some production environments. #12016 8b82f14
- ๐ Fixed the bug that the new static method
Icon.createFromIconFontCN({...})
doesn't work and gives a warning. #12013
2018-09-02
In September we brought an update for 3.9.0
. There are many new features in 3.9.0
, Ant Design is getting stronger and solider.
- ๐ฅ๐ฅ๐ฅ In the
3.9.0
version, we redraw all the icons, adding two new categories, more than 90 new icons. And the bit adds a variety of styles to each icon. To this end, we have rewritten the Icon component, replaced thefontface
icon withSVG
, adding a number of features that allow us to quickly use new icons and styles.- ๐ Replace the
css
font icon with theSVG
icon, see more discussion about it. - ๐ You can now render a two-color icon.
- ๐ We provide three theme of icons: outlined, filled, twoTone, default theme is outlined.
- ๐ Two new categories, Edit Icons and Data Icons, have been added.
- ๐ Add the
theme
attribute to set the theme style of the icon. #11971 - ๐ Added
component
attribute, you can externally pass a component to customize the control rendering result. #11322 - ๐ The
twoToneColor
property is added to control the theme color of the two-color icon. #11971 - ๐ Added static methods
Icon.getTowToneColor()
andIcon.setTwoToneColor(...)
to globally get and set the theme color of all two-color icons. #11971 - ๐ The new static method
Icon.createFromIconfontCN({...})
is added to make it easier to use icons hosted oniconfont.cn
. For more usage, please refer to Ant Design Pro - Introduction to Business Icons. #11322
- ๐ Replace the
- ๐ฅ Added a new component Skeleton.
- ๐ฅ Menu will automatically close up to fit width in
horizontal
mode. - ๐ฅ The
placement
of the drawer supportstop
andbottom
to accommodate more scenes.
In addition, our Ant Design Pro 2.0.0 version has also been released simultaneously, please see here for details.
- ๐ Added Modal.open for optional icon dialog. #11982 @hsiehjack
- ๐ Modal.info adds the configuration of
getContainer
. #11377 - ๐ Improve RangePicker footer UI by merging them.
- ๐ The Anchor component adds
onClick
property. #11898 - ๐ The Tab component adds the
renderTabBar
property. #11856 - ๐ The Input component adds the
select
method. #11906 - ๐ Steps adds the
initial
attribute. #11180 - ๐ Fixed Steps dot style broken.
- ๐ Fixed an issue where setting fontSize in the
headStyle
of the Card does not work. #11995 - ๐ Fixed an issue where the Button component wave animation was mix up. #11985
- ๐ Fixed an issue where the Modal.confirm setting
centered
attribute didn't work. #11969 - ๐ Fixed an issue where setting the
suffix
andprefix
of the second Input in thecompact
mode of Input.Group would cause the right border to disappear. #11965 - ๐ Fixed an issue where Upload components might cause misplaced images when uploading many images. #11183
- ๐ Fixed MonthPicker
renderExtraFooter
not working. #8184
2018-08-27
- ๐ Fixed an issue where the Tag component would cause a line break after deleting the tag.
- ๐ Fixed
Failed to execute 'removeChild' on 'Node'
error when click Switch.
2018-08-26
- ๐ Rewrite the documentation of Customize Theme and provider instruction for major
Less
variables. 6fd5e9 53dd82 - ๐ Fix the zoom animation style for Badge. #11870
- ๐ Fix the abnormal width in IE and Edge for Cascader. #11857
- ๐ Fix the blurry style in Windows Chrome for Checkbox. #11797
- ๐ Fix that
style
prop is not effective for DatePicker.WeekPicker. #11738 - ๐ Fix the flash style for Drawer. #11813
- ๐ Fix the border style for compact Input.Group with
prefix
orsuffix
. #11863 - Menu
- ๐ Fix that overlong
description
is cut off for Steps. #11864 - ๐ Fix that the word maybe break in overlong
title
for Tooltip. #11722 - ๐ Fix that
custom prop
of TreeNode cannot be accepted for Tree. #11423 - ๐ Fix the effective area for Upload.Dragger. #11869
2018-8-18
- ๐ Fixed Tag still visible when initially setting
visible
prop to false. #11757 - ๐ Fixed Modal text got selected when opened by double click. #11777
- ๐ Fixed style of Rate component while getting clicked. #11736
- ๐ Fixed style of Badge component when its children is
display:block
. #84119d8 - Drawer
- TypeScript
- ๐ Fixed
selectable
prop is missing in TreeNode props. #11604 @apieceofbart - ๐ Fixed
autosize
prop is missing in Input props. #11697
- ๐ Fixed
2018-08-12
- ๐ Fixed TimePicker unexpected long width. 80f8267
- ๐ Fixed Tabs that focusable element in inactive panel cause tabs disappear. #11261
- ๐ Fixed Badge
offset
x y axis order error. #11648 @tangjinzhou - Upload
- ๐ Fixed Anchor with
affix=true
doesn't work inside inner scrollable. #11688 @vitaliymaz - ๐ Fixed card width in List.Grid. !11712
- ๐ Fixed Radio align problem in safari. 754a22c
- ๐ Apply wave click animation to components Switch, Radio.Button and Tag. 9cf6ae6
- TypeScript
- ๐ Migrate to new lifecycle methods, include components TimePicker, Upload, CheckboxGroup, Layout.Sider, Tooltip, Popconfirm. #11666 @dancerphil #11682 @dancerphil
2018-08-05
Thanks to 24 contributors who send pull request to 3.8.0!
- ๐ Support TypeScript 3 and improve lots of definitions.
- ๐ Use tabular-nums font variant instead of monospaced numeric font family Tahoma. #11567 @tibdex
- ๐ Timeline support
mode="left|right|alternate"
now. #11490 @jrvboesch - ๐ Button added
block
prop which allow to fit parent container. #11500 @ilanus - Tree
- Table
- ๐ Added
rowSelection.columnTitle
to customize selection column title. #11042 @littleLane - ๐ Added demo of resizable columns.
- ๐ Support to select multiple rows when pressing
shift
. #11404 @RaphaelChauveau
- ๐ Added
- Avatar
- ๐ Added
onError
prop that is callback when image loading fail. #11285 @paranoidjk - ๐ Added
size
prop for customize size of Avatar. #11256 @emersonlaurentino
- ๐ Added
- ๐ Card added
headStyle
prop. #11407 @emersonlaurentino - ๐ Fixed that Tooltip not working with DatePicker. #11451 @yociduo
- ๐ Fixed that Tooltip not working with Input.Group. #11532 @yociduo
- ๐ Fixed that DatePicker time panel text jumping when hovering. #11460
- ๐ Fixed Tabs display issue when switch focus elements between panels. #11261
- Select
- ๐ Support
data-*
attributes. - ๐ Fixed that selected item don't display correct position in dropdown menu items. #11268
- ๐ Support
- ๐ Calendar added
onChange
prop. #11476 @tangjinzhou - ๐ Popconfirm added
icon
prop. #11191 @nuintun - Modal
- ๐ Progress added
strokeLinecap
to customize shape of edge. #11547 @blatinier - ๐ Drawer added
className
and deprecatedwrapClassName
. #11609 @fergiar
2018-07-28
- ๐ Fix issue resulting in title not vertical align with icon when setting
labelPlacement
tovertical
in Steps. #11426 @yoyo837 - ๐ Fix issue resulting in the children field specified in
fieldName
could not be read correctly in Cascader. #11311 @405go - TypeScript
2018-07-25
- DatePicker
- Drawer
- ๐ Fix text overflow of Tooltip. #11402 @weidapao
- ๐ Fix style issue of dark theme Menu in Layout.Header. #11400 @hongxuWei
- ๐ Fix the arrow buttons of InputNumber showing wrong position in a fixed table. #11408
- ๐ Fix issue resulting in Select.Option shows wrong border radius in Select.OptGroup. 6cb6f5c
- ๐ Fix issue resulting in
onChange
was trigged twice when click the filter icon of Table. #11164 @adybionka - ๐ Fix issue resulting title of Modal.confirm shows scrollbar on Firefox. #11432
- TypeScript
- ๐ Fix type definition of Radio.Group. #11409 @eddiemoore
- ๐ Fix type definition of TreeSelect. #11442 @JribiBelhassen
- ๐ Fix type definition of Badge. #11421 @zongzi531
2018-07-21
- ๐ Fix popup content can't display in Drawer component.#11304
- ๐ Card using
tabList
supportdisabled
prop.#11212 - ๐ Fix Link of Anchor not sync when
href
update.#11287 @tangjinzhou - ๐ Fix Menu component style.#11299
- ๐ Fix Drawer component don't have animation when
destroyOnClose
is set.#11307 - ๐ Fix DirectoryTree can't expand when
expandedKeys
is in control.#11366 - ๐ Fix Button with Tooltip under ButtonGroup style issue when Button is
disabled
.11321 @tangjinzhou
3.7.0 is a heavy update that brings a lot of exciting changes and new features. Here are some highlights โจ:
- ๐ Add drawer component : Drawer. #10791
- ๐ Add
Tree.DirectoryTree
component as the built-in directory tree. #7749
Component Fixes / Enhancements:
- Upgrade
rc-tree-select
to2.0.5
for TreeSelect, refactored to fix the logic of the check.- ๐ Add
autoClearSearchValue
prop to clear the value of search input when multiple select is selected or deselected. 10996 - ๐ Add
searchValue
prop to set the value of search input. 6ff7dd8 - ๐ Add
maxTagCount
prop to set the max count of visible tags. fb96c9d - ๐ Add
maxTagPlaceholder
prop to set the content when the tag is hidden. fb96c9d - ๐ Search input now supports case sensitive search. #10990
- ๐ Remove
label
prop and usetitle
prop instead in thetreeData
.
- ๐ Add
- Upgrade
rc-upload
to2.5.0
for Upload. - Dropdown
- Upgrade
rc-table
to6.2.2
for Table. f2fddff- ๐ Add
expanded
as the fourth param ofexpandedRowRender
prop to get the expanded state of current row. #10379 - ๐ Add the ability to override the filter menu without the fully controlled component. 59cc3a8 @chrvadala
- ๐
filterIcon
prop supports to be a render function which returns ReactNode. 1af4392 - ๐ Fix the row dislocation problem when the column is fixed. #10392
- ๐ Add
- ๐ Allow to pass
data-*
,aria-*
androle-*
props to the inner for Alert. f0b684d - ๐ Add
alt
prop for Avatar to set the text when the image is unable to display. #10798 - ๐ Allow to pass
data-*
,aria-*
androle-*
props to the inner Input for DatePicker. e63f9d4 - ๐ Add
event
object as the second param ofonSearch
prop for Input.Search. #11015 - ๐ Add
onBreakPoint
prop for Layout.Sider to be the callback function when breakpoint is triggered. #10750 @nuintun - ๐ Add
okButtonProps
prop to set the props of ok button and addcancelButtonProps
prop to set the props of cancel button for Modal. #10955 @djyde - ๐ Add
strokeColor
prop to set the color of progress bar for Progress. #10725 - ๐ Add
buttonStyle
prop whose optional value isoutline
orsolid
to set the Radio.Group style. 60e3cfa - ๐ Add
setDefaultIndicator
static function to set global indicator for Spin. #10787 - ๐ Add
visible
prop to set the visibility forTag
. 4ac0277 - Upgrade
rc-tree
to1.12.0
for Tree - ๐ Deprecate
combobox
value forSelect[mode]
and please replace it withAutoComplete
. 53046a4 - ๐ Cascader adds
fieldNames
and discards the misspelledfiledNames
. #10896 - ๐ Fix Timeline dot not working with Tooltip. 0e3b67e
- ๐ Fix border radius when avatar has custom size. e1e6523
2018-07-07
- ๐ Fix the style of the selected day for
DatePicker
. #6146 #9529 - ๐ Fix the style of the selected day for
DatePicker.RangePicker
. 004561b - ๐ Fix the alignment style wrapped by
Form.Item
forCascader
. #9827 #11133 - ๐ Fix the background style of the
handler
forInputNumber
. 4aabc53 - ๐ Fix the header overflow in
FireFox
when the data is empty forTable
. #11135
2018-07-02
- ๐ Fixed wired
Transfer
repaint problem in IE or Edge. #9697 - ๐ Fixed
Card
background overflow when zoom in chrome. #9085 - TypeScript
- ๐ Add custom local support in
Pagination
. babbbdd4 - ๐ Move max-width to ant-tooltip, so that it can be override by overlayStyle.maxWidth. e2b359e9
- ๐ Adjust
Select
mirror style to avoid to long string. #11035
2018-06-23
- ๐ Fixed
Steps
theme@process-icon-color
. #10973 - ๐ Fixed style of RangePicker with preset ranges. #10986
- ๐ Fixed
Dropdown
non-boolean attribute warning. #7798 - TypeScript
2018-06-17
- ๐ Fixed that capitalized extension of Upload image url couldn't be recognized. #10928 @sliwey
- ๐ Fixed missing border of InputNumber when browser is zoomed in. #10562
- ๐ Fixed that fixed element inside Spin cannot be fixed. #10196
- ๐ Fixed broken border style of small table. #9754
- ๐ Fixed missing
className
prop of Table'sfilterIcon
. #10937 - ๐ Fixed that Affix
offsetTop
andoffsetBottom
cannot be updated. #10874 - TypeScript
2018-06-09
- ๐ Fix the wrong status of check all checkbox in Table when data change. #10629
- ๐ Fix border style of Button.Group.
- ๐ Fix file list being reversed when
beforeUpload
returnsfalse
in Upload component. #10681 - ๐ Fix overflow of cell content in Calendar. #10808 @Yangzhedi
- ๐ Fix the processing color of Badge not follows the
primary-color
. - Spin
- ๐ Fix custom icon does not follow the value of
size
. #10786 - ๐ Fix no
delay
issue when setsspinning
totrue
as default.#10727 @dreamerblue
- ๐ Fix custom icon does not follow the value of
- TypeScript
2018-06-02
- ๐
Form
's error message now can be customized with ReactNode. #10136 @lovekonakona - ๐
List
support customized configuration for position of pagination. #10581 @zheeeng - ๐
Layout.Sider
now can be configured withlight
ordark
theme. #10142 @pd4d10 - ๐ Ant Design official site now supports offline mode. #10625
- ๐
Transfer
addingstyle
andoperationStyle
props for further customization. @eduludi - ๐
Message
adds a promised interface to handle callback. #10421 @zhujinxuan - ๐ Fix compilation issue with typescript@v2.9.1 . #10729 @karol-majewski
- ๐ Fix a bug in
Menu
where outer menu item not highlighting while inner item is selected. #8666 @stonehank - ๐ Affix
offsetBottom
not working. #10674
2018-05-26
- ๐ Fix
showSearch
onCascader
not working.968488a2 - ๐
Badge[status]
supportTooltip
.#10626 - ๐ Fix
text-align
on parent element affectsSpin
.#10643 @wmzhong - ๐
Table
break line style change frombreak-all
tobreak-word
.#10655 @clinyong - ๐ When
Search
not defineenterButton
, click search icon will triggeronSearch
. 36ffe7e1
2018-05-20
- ๐ Fix
Affix
with offsetTop === 0, value becomesundefined
problem #10566 - ๐ Fixed issue with shaded
Input.Group
component shadows#10230 - ๐ Fixed issue where the
Transfer
component checkbox event fired twice #10480 - ๐ Unifying the name of the variable 12d3046
- ๐ Fine-tuned the style of
Dropdown
8e2f72f - ๐ The components of the Chinese document will now be demonstrated using Chinese language packages. 9b17a94
- ๐ The main theme switch was changed to
antd-theme-generato
, thanks to the work of @mzohaibqc. - TypeScript
2018-05-13
- ๐ Fixed
Table
filter doesn't work when click checkbox. #10452 - ๐ Fixed
Cascader
displayRender z-index issue. #10433 - ๐ Fixed
Button
Types of property 'ref' are incompatible. #10405 - ๐ Fixed the height of
Form
item when checks position is dithered. #10445 - ๐ Allow to use any CSS units for
Layout
width. #10479
2018-05-09
- ๐ Fixed broken style of Input.Group under Form. #10371
- ๐ Fixed overlay style of Select. #10383
- ๐ Remove focused style of Collapse.
- ๐ Remove unnecessary
z-index
of Input.Group and Checkbox. #9840 #10385 - ๐ Fixed that monospaced font family can't be bold.
- Table
- TypeScript
- ๐ Fixed Breadcrumb.Item type. #10372 @karol-majewski
- ๐ Fixed Table
rowSelection
type. #10374
2018-05-04
- ๐ Add
title
prop toBadge
that shows when hovering it. 74d81c2 @ludwigbacklund - ๐ Add
successPercent
asProgress[format]
argument. #10096 - ๐ Update
rc-notification
to 3.1.0 so thatNotification
support setmaxCount
. #10161 @jzhangs - ๐ Update
rc-cascader
to 1.13.0 so thatCascader
support setfiledNames
. react-component/cascader#23 @405go - ๐ Add ability to update
Notification
props by key. react-component/notification#40 @yevhen-hryhorevskyi - ๐
List
support pagination by default. #10135 - Table
- ๐ Column
sorter
function is passedsortOrder
as param. #10306 @kumarashwin - ๐ Fix merged header cell border. #10359
- ๐ Fix lost of user selection on data updates. #10332 @chrvadala
- ๐ Column
- Menu upgrade
rc-menu
to7.x
#10305- ๐ Better aria-* attributes support. react-component/menu#137
- ๐ Improve Menu performance by avoiding unnecessary updates. react-component/menu#133
- ๐ Support passing props through to MenuItem list item. react-component/menu#135
- ๐ Minor key shortcut bug fixes. react-component/menu#132
- Collapse
- ๐ Support custom
Collapse
styles with less. #9943 @davidhatten - ๐ Update
rc-collapse
to 1.9.0 to addCollapse
keyboard support. react-component/collapse#84 @kossel
- ๐ Support custom
- Select
- ๐ Fix type for
placeholder
. #10282 @thomasthiebaud - ๐ Fix extra space taken up when arrow disabled. #10296
- ๐ Fix property
value
typescript type. #10336 @paranoidjk
- ๐ Fix type for
- Input
- Form
- ๐ Fix typing for
Form.onValuesChange
. #10231 @whtsky - ๐ Fix typescript interface
ComponentDecorator
. #10324 @paranoidjk
- ๐ Fix typing for
- ๐ Fix dashed
Divider
. #10216 - ๐ Fix
Spin
container interaction. #10227 - ๐ Fix
Notification
icon hover color. #10272 - ๐ Fix
Upload
propertylastModifiedDate
name. #10315 @danielg2002 - ๐ Fix
Button
props type, useReact.HTMLProps
. #10229 @whtsky - ๐ Fix less var naming convention. #10275
2018-05-03
- ๐ Fix file object is empty and file name not showing in Upload. #10319
2018-04-28
- ๐ Fix that Upload file in
onChange({ file })
is not a File instance introduced in3.4.2
. #10293 - ๐ Fix style lose bug when use tree shaking in webpack@4. #10217 @whtsky
2018-04-23
- ๐ Fix style lose bug when use tree shaking in webpack@4. #10197 @Aladdin-ADD
- ๐ Fix
Menu
item's clickable region in dark theme. #10187 @dgeibi
2018-04-22
- ๐ Deployed site by netlify to avoid blocking by GFW.
- ๐ Fix TypeScript definitions of Menu, Tooltip, Card, Anchor, Avatar, Form, Tabs, Transfer, Tree, AutoComplete and etc.
- ๐ Added
sideEffects
topackage.json
for better Tree-Shaking. #10043 @Aladdin-ADD - List
- ๐ Fix wrong preview image of Upload list when file.url contains url params. #10102
- ๐ Fix Progress when percent is out of range. 0eb8357
- Menu
- ๐ Fix that sometimes controlled input in Form cannot be edited. #9790
- ๐ Fix padding jumping issue of loading Card. #10052 @zheeeng
- ๐ Fix that Avatar's fallback text don't scale as the text avatar does. #10184
- ๐ Fix Table
getCheckboxProps
cannot be updated as expected. #10133 - ๐ Fix CheckboxGroup
prefixCls
prop not passed to Checkbox. #9950
2018-04-08
- ๐ Fix TypeScript type error caused by code error of Badge. #9931
- ๐ Improve clicking region of Card
actions
. #9882 - ๐ Fix Divider style issue when used with float elements. #9956
- ๐ Fix style issue of Form in advanced-search mode. #9907
- ๐ Add
onHeaderRow
TypeScript type definitions for Table. #9902 @Nokecy - ๐ Improve the customized-icon demo of Tree. #9893
- ๐ Fix image url display with non-image extension in Upload. #9936
2018-04-01
- Tree
- ๐ In this version, we refactored the underlying code of Tree to resolve some long living issues.
- ๐ Added
defaultExpandParent
for expanding parent at first render. - ๐ Added
disabled
for disabling the whole tree. - ๐ Added
TreeNode[icon]
to allow setting custom node icon. - ๐ Improved the check logic for disabled TreeNode.
- ๐ Anchor added
getContainer
for setting the container of scroll content. - ๐ Table added a new less variable
@table-expanded-row-bg
. #9789 - ๐ Fixed a less syntax error. #9832 @jojoLockLock
- ๐ Fixed
moment.locale
invoking error in LocaleProvider. #9853 - ๐ Fixed issue resulting in
style
of WeekPicker not works. #9848 - ๐ Fixed type definition of Layout.Sider. #9885 @zachguo
- ๐ Improved style of Modal for long contents. #9592
- ๐ Added new locale Slovenian.
2018-03-25
- Revert Upload
file
type change in previous version which causes breaking change.
2018-03-24
- ๐
Carousel
: Upgradereact-slick
version to fix width calculation. #3659 - ๐
Rate
: Adjustdisabled
style. #9747 - ๐
Modal
: Adjustconfirm-modal
style to fix display issue when content use grid layout. #9374 - ๐
Menu
: Adjust style to fix mouse trigger event region. #9666 @dgeibi - ๐
Upload
: Fix type offile
onbeforeUpload
function. #9775 - ๐
Button
: Fixtwo-chinese-words
space not re-calculate when text changed. 4502ad8
2018-03-18
- ๐ Tweak danger button focus style.
- ๐ Fix a show error when the value of enterButton is a button element. #9639
- ๐ Fix missing key of
column.title
in Table .#9658 @terence55 - ๐ Fix
scroll: { x: true }
not working if.ant-table-scroll table
width isauto
. #9704 - ๐ Fix when the helper message disappears, the input box will shake. #8831
- ๐ Fix isMoment call in
TimePicker
will report error in parcel. 85c78e4 - ๐ Tweak
Table
border radius. #9674
2018-03-12
- ๐ Add
afterClose
prop forAlert
to achieve smooth unmount. #9448 @Hughen - ๐ Add
validRange
prop forCalendar
to set the date range. 71f65a0 @Rohanhacker - ๐ Add
defaultActiveTabKey
prop forCard
to initial TabPane's active key. 30fe88d @u3u DatePicker
- ๐ Add
orientation
prop forDivider
to set the alignment of text in divider. #9275 @jrvboesch - ๐ Add
keyboard
prop forModal
to set whether Modal could be closed byEsc
key. #8818 - ๐ Improve the TypeScript definition of
event
param inonChange
prop forRadio
andCheckbox
. #9574 Table
- ๐ Add
position
prop inpagination
prop to set the position of pagination. #9357 @kanweiwei - ๐ Add event param of
onSelect
prop inrowSelection
prop. #9376 @kanweiwei - ๐ Add
columnWidth
prop inrowSelection
prop to set the column width of selection. #9474 @SimpleFrontend - ๐ Fix border radius issue in
Chrome
forTable
. af8e54f
- ๐ Add
- ๐ Add
pendingDot
prop forTimeline
to set icon of ghost node. #9546 @SimpleFrontend - ๐ Add
inputReadOnly
prop forTimePicker
to set if it's read only. 4a69446 @JesperWe - ๐ Add
dropdownClassName
prop forTreeSelect
. 69b154f 56e4ce0 - ๐ Improve the preview for
Upload
when uploading the file of non-image format. #9621 @zswang - ๐ Fix
successPercent
prop that cannot decide the success status forProgress
. #9382 - ๐ Fix font size for
Tabs
. #9509 - ๐ Fix that disabled parent node cannot spread for
Tree
andTreeSelect
. #9539
2018-03-02
- ๐ Fix props
onPopupScroll
ts define inSelect
. #9475 @twobin - ๐ Fix
Table
filter dropdown menu popup container. #9209 - ๐ Fix
Timeline
head custom style error in chrome. #9429 @vthinkxie - ๐ Fix
Select
dropdown border. 82092c1 - ๐ Fix compatibility with less 3. #7850
- ๐ Fix
DatePicker.WeekPicker
year. #9463 - ๐ Fix
Button.Group
align issue in chrome. #9457
2018-02-24
- ๐ Add font-family variable for
Pagination
. #9351 - ๐ Add font-weight variable for
Badge
. #9352 - ๐ Fix table custom spin indicator. #9355
- ๐ Fix
Form.create
. #9331 - ๐ Revert typescript definition of
column.dataIndex
. #9393 - ๐ Fix last menu item in Sider could be blocked by collapse trigger. #9398 @MJ111
- ๐ Fix badge works wrong in dot mode. #9359 @khayalan-mathew
2018-02-11
- ๐ Add icons of some famous products. c04377e5
- Mention
- ๐
multiLines
mode will support autosize. - ๐ Fix paste not working when
placeholder
is specified. #9215
- ๐
- Table
- Select
- ๐ Fix wrong scroll position when navigating active item with keyboard. #9276
- ๐ Fix arrow position in IE11.
- ๐ Fix issue that file item showing
uploading
when UploadbeforeUpload
return false. #8020 - ๐ Fix misplace of feedback icon of
vertical
layout Form. #9153 - ๐ Fix loading style missing of empty children Card. #9258
- ๐ Fix background color of Avatar when image source is not existed. #9278 @andriijas
- ๐ Fix RangePicker
Cannot read property 'locale' of undefined
error when select end date. #9267 - ๐ Fix style problem when using disabled button with Tooltip inside ButtonGroup. #9296 #9296
- ๐ Fix z-index of Dropdown's submenu. #9218
2018-02-04
- ๐ Add new
tabBarGutter
prop to Tab to allow setting gutter between tabs. #8644 @lixiaoyang1992 - ๐ Add new
hasSider
prop to Layout to avoid render error when server rendering. #8937 - ๐ Add new
successPercent
to Progress to allow showing two phases. Demo - ๐ Add new
iconType
prop to Alert to allow setting icon type. #8811 @minwe - ๐ Add
id
prop to DatePicker. #8598 @mgrdevport - ๐ Add new
forceRender
prop to Collapse to allow rendering hide panel. #9192 #Pyroboomka @paulcmason - RangePicker
- ๐ Improve
ranges
prop to allow passing function to it. #8281 - ๐ Fix issue resulting in can not input start date manually. #6999
- ๐ Fix issue resulting date panel being closed without animation when click on the preset range. #6364
- ๐ Fix issue resulting
onOk
is not being trigged, when click on the preset range. #7747
- ๐ Improve
- Select
- ๐ Improve
onChange
,onDeselect
, they will receive selectedOption
as second parameter. - ๐ Fix issue resulting in
onSelect
is not trigged when using automatic tokenization. #9094 - ๐ Fix the missing scrollbar in Chrome.
- ๐ Improve
- ๐ Improve Table's
rowSelection[getCheckboxProps]
prop, now the all the properties returned bygetCheckboxProps
will be passed to checkbox. #9054 @mgrdevport - ๐ Fix issue resulting in Calendar's
mode
not being allowed to be changed from outside. #9243 @mgrdevport - ๐ Fix issue resulting AutoComplete showing wrong border when showing validation message.9f2b490
- ๐ Fix issue resulting in DatePicker showing wrong time in the control mode. #8885
- ๐ Fix issue resulting in TextArea showing wrong height in Edge. #9108 @cuyl
- ๐ Fix issue resulting in Tabs showing wrong tab style when using
type="card"
combine withtabPosition="bottom"
. #9165 @ryanhoho - ๐ Add new Kurdish locale.
2018-01-28
- ๐ Revert #9141 since it causes year and month can not be selected in DatePicker.
2018-01-27
- ๐ Fix Select Options were disappeared when click the scrollbar in IE11. #7934 @tianlang89757
- ๐ Fix Form
getFieldDecorator
referenced item will conflicted when using the same id. #9103 #7351 - ๐ Fix RangePicker i18n issue which will shown the last language when change the language. #8970
- ๐ Fix DatePicker shown wrong in the control mode. #8885
- ๐ Fix Table shown emptyText when loading state. #9095 @sallen450
- ๐ Add Icon
file-word
. #9092 #9061 - ๐ Fix wrong font family. commit/506f97
- ๐ Add some TypeScript type definitions
- Add
duration
for Notification. pull/9120 @duhongjun - Add
style
for Steps. pull/9126 @wanliyunyan
- Add
- ๐ Optimize Avatar default background color. commit/275946
- ๐ Add the less variable for Slider and Menu. pull/9065 pull/9115 @mrgeorgegray
2018-01-21
- ๐ Fix ButtonGroup z-index issue. #9014
- ๐ Fix Dropdown.Button can not be fully disabled. #8991 @sallen450
- ๐ Fix Layout error responsive docs. #8995 @ReedSun
- ๐ Fix List
grid
do not support xxl. #9019 - ๐ Fix RangePicker can not cancel selected start date when the panel is closed. #8839
- ๐ Fix Tabs error margin. commit/200d6c
- ๐ Fix WeekPicker shows error weeks. #9021
- ๐ Fix some TypeScript type definitions.
- Add
subMenuCloseDelay
andsubMenuOpenDelay
for Menu. #8976 @Rohanhacker - Refactor DatePicker types. commit/0bb531
- Fix Input
maxLength
type definitions. #9046 @Riokai
- Add
- ๐ Add some new less variables.
- About Checkbox and Radio: #9003 @mrgeorgegray
- About Breadcrumb: #9022 @mrgeorgegray
- ๐ Add aliyun icon.
2018-01-14
- ๐ Fix error when passing
null
locale
to LocaleProvider.
2018-01-13
- ๐ Fix Button can not display
0
. #8733 @Cuihongsen - ๐ Fix extra scrollbar in Table and List caused by Spin. #8799
- ๐ Fix can not pass function to Table[emptyText]. #8871
- ๐ Fix now working Dropdown[transitionName].
- ๐ Fix issue resulting in font changes when enter number in Input.#8636
- ๐ Fix issue resulting in wrong locale text when import multiple locale files. #8785
- ๐ Fix
locales
in dist/antd-with-locales.js has aextra
default key. #8881 - ๐ Fix some TypeScript type definitions. 4cc29bc 693e734 67e956d ecd4177 33119ec 88e0c9b
- ๐ Add some new less variables b9b5aba 5931b20 c9d7397
- ๐ Optimize Chinese quotes displaying.
2018-01-08
- ๐ Published the new site and design guideline.
- ๐ Updated the guideline of real project with dva to roadhog 2.0. 5dcf1c0
- ๐ Published the new sketch resource of Ant Design 3.0. 22dfe88
- ๐ Fix contextMenu event for trigger prop in the TypeScript definition of Dropdown. #8646 @cjahv
- ๐ Fix HOC in Button not inserted space between Chinese words.
- ๐ Fix the style compatibility in IE 11 for List Component. #8784
- ๐ Fix notFoundContent prop not working for Select Component. #8809
- ๐ Fix the warning for BackTop Component in React 16. #8848
- ๐ Fix unexpected scrollbar for List Component when setting gutter. #8799
- ๐ Fix to support complete href link for Anchor.Link Component. #8808
- ๐ Optimize the font family of Chinese quote. c6fcc31
2017-12-29
Happy 2018 !~ 2018 2018 2018 coming!~~~
- ๐ Fix ant-spin-container overflow resizing for Spin component. #8602 @jhsu
- ๐ Fix extra padding in Table small with fixed columns. #8724
- ๐ Fix Checkbox.Group align issue in Form. #8739
- ๐ Fix unexpected scrollbar in Affix. #8606
- ๐ Fix List component "No Data" mixed with loading. #8647
- ๐ Add onKeyUp TypeScript definition to Input component. #8705 @delesseps
- ๐ Add
showArrow
for disabling arrow icon in collapse panel. #8536 @apieceofbart - ๐ Rate add
allowClear
for reset when click again. #8627 - ๐ Add responsive for BackTop. #8719 @JetRunner
- ๐ Add
destroyOnClose
to Modal component to support unmount child components on onClose. #8769 @Rohanhacker - ๐ Pagination add
hideOnSinglePage
for support hide it when only one page. #8615 @camsong - ๐ Support customize spin for List component.
- ๐ป Support open official demo in CodeSandbox.
2017-12-22
- ๐ Add React.SFC type for Form.create return value. #8672
- ๐ Fix form item height and align problem. #8701
- ๐ Improve input addon size. #8680
- ๐ Fix table size of fixed column. #8660
2017-12-17
- ๐ Provide a migration helper for antd@3.0. e71b68dd
- ๐ Rewrite CONTRIBUTING Guideline
- ๐ Optimize notification display in small screen. #8631
- ๐ Optimize Pagination design and fix some issues of alignment and margin.
- ๐ Upgrade to
react-slick@0.16.0
for peerDependencies warning. #8455 - ๐ Fix not working
size
property in fixed-header Table. #8577 - ๐ Fix not working
locale
property of DatePicker/RangePicker. #8635 - ๐ Fix Popover arrow position and size cannot be overridden by less variable. #8548 #8549
- ๐ Fix not working
notFoundContent
of AutoComponent. #8553 - ๐ Tweak RangePicker vertical align position.
- ๐ Layout.Sider breakpoints is same as Grid's now. #8620
- ๐ Fix submenu still showing in a collapsed menu when collapsedWidth is
0
. #8587 - ๐ Fix Card's
Meta.title
text overflow not working. #8597 - ๐ Fix pagination margin problem of bordered List. #8562
- ๐ Fix Menu's submenu cannot open when specified non-existed
defaultOpenKeys
. #8475 - ๐ Fix type name collisions of
InputProps
andSearchProps
in Input, AutoComplete, Transfer. #8478
2017-12-11
- Remove useless DOM wrapper of Card, so that Card's DOM structure will be the same as Card of 2.x.
- Fix that missing
antd/lib/style/v2-compatible-reset.css
. 28d13e2 - Fix that Affix will be overlap when it is higher than viewport. 31a0654
- Fix the open animation of Collapse. edd592c
- Fix the alignment of large size Input and Button in Form. #8459
- Menu
- Fix compile error of style of Notification. #8437
- Fix the background color of mini Pagination. e13c6d8
- Table
- TypeScript
2017-12-04
Learn more in the Ant Design 3.0 announcement post.
- New color system, We changed our primary color from ใ
#108EE9
ใ to ใ#1890FF
ใ, we called the new primary color "ๆๆ่ (Daybreak Blue)" which means the color of the sky at daybreak. - New design of components.
- Increased the base font size from 12px to 14px.
- Changed default locale to
en_US
. - Support React 16.
- Better TypeScript support.
- New List component.
- New Divider component.
- 30 New icons.
- We suggest you upgrade to latest 3.x version directly.
- Some APIs may be deprecated in other 3.x versions which don't described below, please pay attention to warning in browser console and upgrade them.
- We strongly suggest upgrade react to 16 or newest for better support and performance, which could be conduct via React 16 upgrading.
- Then you can migrate to antd@3 by following
Breaking Changes
section.
We provide a migration tool to help you find deprecated usages in your codebase.
-
Card's
noHovering
has been renamed tohoverable
, and its default value now istrue
. -
Added new Grid breakpoints. #7230
-
Form
getFieldDecorator
'sexclusive
option has been removed. -
Added
Form.createFormField
, and you must use it to wrap field data returned inoption.mapPropsToFields
:import { Form } from 'antd'; Form.create({ mapPropsToFields() { return { - name: { value: 'antd' }, + name: Form.createFormField({ value: 'antd' }), }; }, })
-
Improved global reset style, if you encounter style problem after upgrading, you can try import our v2 compatible style.
import 'antd/es/style/v2-compatible-reset';
Or use less
@import '~antd/es/style/v2-compatible-reset.less';
-
Since we changed default locale to en_US, LocalProvider is not required any more for English users.
-
We don't set
size="large"
toInput
inForm
by default any more. -
Input.Search
๐ icon don't be interactive anymore, you can use newenterButton
prop to add a button after input. -
UMD version of
dist/antd.js
doesn't include moment any more, you need add moment by yourself if you are using the UMD version.<html> <head> + <script src="https://unpkg.com/moment@2.19.3/moment.js"></script> <script src="https://unpkg.com/antd@3.0.0/dist/antd.js"></script> </head> </html>
- ๐ DatePicker.Calendar has been removed, you can use Calendar directly.
- ๐ DatePicker's
toggleOpen
prop has been removed, useonOpenChange
instead. - ๐ Form's
inline
,horizontal
,vertical
props has been removed, uselayout
instead. - ๐ Input's
type
prop has dropped textarea support, please use Input.TextArea instead. - ๐ Mention's
toEditorState
has been removed. - ๐ Select's
multiple
,combobox
,tags
props has been removed, usemode
instead.
-
๐ Tabs added new size
size="large"
. -
๐ Row's
gutter
now support responsive setting, you can writegutter={{ sm: 16, lg: 32 }}
. -
๐ Spin added new
indicator
prop to allow setting custom indicator. #7977 @kossel -
๐ Input.Search added new
enterButton
prop to allow setting custom search button.#7596 -
๐ Mention added new
placement
prop to allow setting the popup direction. -
๐ Carousel added new
next()
,prev()
,goTo(slideNumber)
methods to allow controlling slides programmatically. -
๐ Button added link support, Button with
href
prop will render to<a>
. #8343 -
๐ Steps was refactored, first rendering won't flash. #6010
-
๐ Switch added new
loading
prop to show a loading status. -
Menu
- ๐ We refactored it with rc-trigger for delay popup and auto overflow in viewport.
- ๐ Added new
subMenuOpenDelay
andsubMenuCloseDelay
props to allow setting delay time for submenu toggling. - ๐ Added new
forceSubMenuRender
prop to render submenu even if it's collapsed. #5586
-
Form
- ๐ Added animations for validation message showing.
- ๐ Added field conditional rendering support. #react-component/117
-
Message
- ๐ Allow
duration
optional. #7857 @monkindey
- ๐ Allow
-
Badge
- ๐ Added new
offset
prop to allow setting the offset of status point. - ๐
status
can use withchildren
now. #8164
- ๐ Added new
-
Card
-
DatePicker
-
TimePicker
- ๐ Added new
hourStep
,minuteStep
,secondStep
props to allow customizing time steps. Demo - ๐ Added new
focusOnOpen
prop to focus input after panel is open.
- ๐ Added new
-
Table
-
๐ Added new
components
prop to allow overriding default table elements.// You can override following elements const components = { table: MyTable, header: { wrapper: HeaderWrapper, row: HeaderRow, cell: HeaderCell, }, body: { wrapper: BodyWrapper, row: BodyRow, cell: BodyCell, }, }; <Table components={components} columns={columns} data={data} />;
-
๐ Added new
onRow
prop to allow passing custom props to table body row. -
๐ Added new
onHeaderRow
props to allow passing custom props to table header row. -
๐ Added
column[onCell]
to allow passing custom props to table body cell. -
๐ Added
column[onHeaderCell]
to allow passing custom props to table header cell. -
๐ Added
column[align]
to allow setting how text aligns. -
๐ Added
column[defaultSortOrder]
to allow setting default sort order. #8111 @megawac -
๐ Added
rowSelection[fixed]
to allow fixing the selection column. -
๐ Deprecated
getBodyWrapper
, please usecomponents
instead. -
๐ Deprecated
onRowClick
,onRowDoubleClick
,onRowContextMenu
,onRowMouseEnter
,onRowMouseLeave
, please useonRow
instead.<Table onRow={record => ({ onClick: () => {}, onDoubleClick: () => {}, onContextMenu: () => {}, onMouseEnter: () => {}, onMouseLeave: () => {}, })} />
-
-
Select
- ๐ Option's value can be a number in single or multiple mode.
- ๐ Added new
maxTagCount
andmaxTagPlaceholder
props. - ๐ Added new
showAction
prop to allow setting the trigger action for popup. - ๐ Added new
onMouseEnter
andonMouseLeave
callback.
-
LocaleProvider
- ๐ฎ๐ธ Added Icelandic. #7561 @paunovic-stefan
- ๐ช๐ฌ Added Egyptian Arabic. #7888 @mohamed-seada-1994
- ๐บ๐ฆ Added Ukrainian. #8169 @anxolerd
- Form
- ๐ Fixed issue result in Input icon is hovered by feedback icon.
- ๐ Fixed feedback icon not centered in large input.
- ๐ Fix Menu key press error. #8089
- Don't need set
allowSyntheticDefaultImports
when using in TypeScript. - We removed
react@0.14
andreact@15
frompeerDependencies
, thoughantd@3.0
still works on old React versions, but we highly recommend you upgrading to React 16 since we may use the new features only exists in React 16 in the future. See React 16 - Fully es module support, if you are using webpack 3, you can set babel-plugin-import's
libraryDirectory
toes
to enable tree shaking . - We will support 2.x branch until June in next year.
Visit GitHub to read 2.x
change logs.
Visit GitHub to read change logs from 0.x
to 1.x
.