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