163 KiB
order | title | toc | timeline |
---|---|---|---|
6 | Change Log | false | true |
antd
strictly follows Semantic Versioning 2.0.0.
Release Schedule
- Weekly release: patch version at the end of every week for routine bugfix (anytime for urgent bugfix).
- Monthly release: minor version at the end of every month for new features.
- Major version release is not included in this schedule for breaking change and new features.
4.9.4
- ๐ Fix Menu delayed hover color transition in Chrome. #28372
- ๐ Fix Tree node connection line position problem. #28354 @maksnester
- ๐ Fix Table fixed column
z-index
which makes Dropdown not showing on top. #28346 - TypeScript
- ๐ค Fix
message.loading()
return type. #28362
- ๐ค Fix
4.9.3
2020-12-14
- ๐ Fix Badge standalone motion blink when show/hide. #28240
- ๐ Fix Table
filters
not support number and boolean type. #28220 @Meowu - ๐ Remove Tree hover background color when
selectable={false}
. #28269 - ๐ Fix Statistics decimal font size. #28223
- TypeScript
- ๐ค Fix Tree
draggable
TS definition. #28262 @DavidSichau - ๐ค Fix Image.PreviewGroup TS definition. #28263 @liuchao233
- ๐ค Improve
message().then
TS definition. #28304 - ๐ค Fix TransferProps
titles
to ReactNode. #28326 @jacklee814
- ๐ค Fix Tree
4.9.2
2020-12-06
- Table
- Dropdown
- ๐ Fix
overlayInnerStyle
not work in Tooltip. #27682 @jasepellerin - ๐ Fix Layout overflow style for Table
sticky
. #28176 - ๐ Fix Steps
progressDot
broken style of first step. #28126 @ZeroTo0ne - ๐ Optimize Modal
useModal
performance by isolating elements render to avoid the component to rerender. #28122 @TotooriaHyperion - ๐ Fix TextArea showCount style while using with Form. #28130 @AlanCutFlim
- ๐ Fix Tag cursor style in Tree node. #28219
- ๐ Remove
@ant-design/css-animation
for better bundle size. #28201 - RTL
- ๐ Fix the style of Alert. #28108 @jesse3mh9a
- ๐ Fix Tree
dropIndicator
style of defaultltr
direction. #28150 @kagawagao
- TypeScript
4.9.1
2020-12-01
4.9.0
2020-11-30
- Modal
- ๐ Modal support
focusTriggerAfterClose
to disable auto focus back. #27985 @molokovev - ๐ Fix Modal hooks not trigger
onCancel
. #28063 @JuniorTour - ๐ Fix Modal sometime not popup from the click position. #28037
- ๐ Support
closable
andcloseIcon
api for Modal.method. #27909 @MrHeer
- ๐ Modal support
- ๐ Reduce Table selection column width to
32px
. #28073 - Image
- Collapse
- ๐ Fix Cascader bug that empty data can be selected. #28062 @n0ruSh
- ๐ Alert support
action
prop. #25892 @jesse3mh9a - ๐ฅ Tree refactor drag behavior. Add
dropIndicatorRender
andallowDrop
prop. #26462 @07akioni - ๐ Space support
wrap
for auto break line. #27910 - ๐ Descriptions.Item support
labelStyle
&contentStyle
props. #27897 - ๐ Form.List support
initialValue
. #27872 - ๐ Menu supports
expandIcon
, and optimize default expand icon style. #27565 - ๐ Input and TextArea add
setSelectionRange
ofref
. #27584 @appleshell - ๐ Select support
filterSort
to order the filtered options. #27523 @n0ruSh - ๐ฐ๐ฟ Add Kazakh locale. #27589 @nodkz
4.8.6
2020-11-27
- ๐ Fix Badge style blink when mounted. #28003
- ๐ Reduce Modal style size. #27998
- ๐ Fix Layout.Sider can not collapse when
width='0'
. #28000 - ๐ Fix Menu style when using none Ant Design icons. #27983
- Input
- ๐ Fix Typography.Link clicking copy button will redirect. #27982
- ๐ Fix Carousel throws error
Unable to preventDefault inside passive event listener
. #27957 - ๐ Improve data picker locale for
en_GB
andzh_TW
. #28016 @abz53378 - RTL
- TypeScript
- ๐ค Fix Upload
beforeUpload
definition. #27946 @bingling0084 - ๐ค Provided a separate type definition for Carousel reference. #27935 @ocassio
- ๐ค Fix Upload
4.8.5
2020-11-22
- ๐ Fix that Spin can't render children
0
. #27839 @liuchao233 - ๐ Fix the RangePicker panel interaction style. #27894
- ๐ Fix Switch
loading
style. #27860 - ๐ Optimize Skeleton color to fit dark background. #27836
- ๐ Adjust Statistic
deciaml
font size. #27884 - ๐ Refactor CheckboxใLayout.Sider and TextArea with React hooks. #27739 #27719 #27693
- ๐ Refactor BackTopใBadgeใUploadList with
rc-motion
instead ofrc-animate
. #27840 #27848 #27923 - RTL
- ๐ Fix the style of the Tree switch icon in RTL mode. #27876
- TypeScript
4.8.4
2020-11-16
- ๐ Fix Button and Form loading style. #27794
- ๐ Fix Modal.confirm locale missing after close it. #27797
- ๐ Fix Button/Anchor throws
findDOMNode is deprecated
in React 17. #27755 @hosseinmd
4.8.3
2020-11-14
- ๐ Refactor Carousel with React hooks. #27694
- ๐ Refactor
<Typography editable />
with React hooks. #27655 - ๐ Fixed the problem that form behaves abnormally when namepath is an array.. #27664
- ๐ Fix DateRangePicker hover effect position when hover over start or end cell of in range row. #27731 @AlanCutFlim
- ๐ Fix Select
mode=tags
cannot input whitespace normally. #27726 @baxtergu - ๐ Fix the mouse style when Typography.Link is
disabled
. #27734 - ๐ Fix Menu dropdown animation start twice when appear. #27663
- ๐ Fix Avatar style when
src
is Image component. #27691 - ๐ Fix Select multiple cursor position. #27689
- ๐ Fix TextArea emoji been cut when enable
maxLength
. #27679 @372623460jh - ๐ Fix small size RangePicker active bar align issue. #27673 @Ifeinstein
- ๐ Add
@radio-border-width
. #27703
4.8.2
2020-11-09
- ๐ Fix Pagination lost jumper margin style. #27650
- ๐ Fix Steps
type="navigation"
last item broken style. #27654
4.8.1
2020-11-08
- ๐ Refactor TreeSelect with React hooks. #27593
- ๐ Refactor Layout with React hooks. #27595
- ๐ Fix Select abnormal outline style in Form validation. #27607
- ๐ Fix Pagination extra
margin-right
when enable size changer. #27610 - ๐ Fix Input.Search
enterButton={null}
throw error. #27591 @davidebianchi - ๐ fix Avatar.Group
size
not working. #27531 - ๐ Fix vertical Tabs long title cause tab width changes. #27569
- ๐ Fix Table filters didn't display in
column.children
. #27435 @JhonXY - ๐ Fix Steps style that inside another Steps. #27514
- TypeScript
- RTL
- ๐ Fix Progress.Line
strokeColor
direction error in RTL mode. #27515
- ๐ Fix Progress.Line
4.8.0
2020-11-02
- Image
- ๐ ConfigProvider support
form.requiredMark
. #27322 - ๐ Statistic support
loading
prop. #26811 @appleshell - Avatar
- ๐ Row support
noWrap
to make Col in line. #27469 - Tree
- Modal
- Input
- Table
- Typography
- Steps
- ๐ Fix PageHeader that empty dom will be displayed when
title
is empty. #27485 - ๐ Fix Slider keep tooltip align with handle when dragging. #27489
- ๐ Fix RangePicker selected range border style. #27438
- ๐ Adjust Collapse arrow position align with first line. #27363
- ๐ Fix Descriptions style when
label
use block element. #27375 - ๐ Fix Select abnormal border style in Form validation. #27378
4.7.3
2020-10-24
- Form
- Typography
- Input
- ๐ Fix Upload.List preview image fit size issue. #27312 @JuniorTour
- ๐ Fix Notification no wrap with long text. #27285 @littleee
- ๐ Fix Menu inside flexable container will not shrink properly. #27253
- ๐ Fix en_US, en_GB and ga_IE gramma. #27259 @yasikovsky
- ๐ Fix Tag with customize
closeIcon
breaks line issue. #27226 @handycode
4.7.2
2020-10-19
- ๐ Fix Layout.Sider
light
theme lost styles. #27227 @lingjieee - ๐ Fix TextArea wrapped with additional div when
showCount
isfalse
, and passclassName
andstyle
to outer wrapper whenshowCount
istrue
. #27216 - ๐ Fix Checkbox.Group TS2559 error. #27231
4.7.1
2020-10-18
- DatePicker
- Typography
- ๐ Fix Descriptions
ant-descriptions-item-content
and add styleword-break:break-word;
. #27195 @WLyKan - ๐ Fix clear Password value attribute in controlled mode. #27191
- ๐ Optimize Notification width in small screen. #27189
- ๐ Fix Cascader className duplicate. #27187 @huntdream
- ๐ Fix the issue that the Drawer will trigger form submit. #27175
- ๐ Fix Dropdown icon missing margin. #27165
- ๐ Fix Layout.Sider
collapsedWidth
cannot work without modifying@menu-collapsed-width
. #27154 - ๐ Fix Tabs
animated={true}
not working for panels. #27145 - ๐ Fix Divider color when contains text. #27134
- ๐ Fix the cursor style when the Radio option is selected and disabled. #27125
- ๐ช๐ธ Add missing translations in es_ES. #27079 @gersongams
- RTL
- ๐ Optimize the style of Input.TextArea character count in RTL mode. #27098
- TypeScript
- ๐ค Button shape remove undeclared doc type. #27159
- ๐ค Add optional
rules
property intoFormListProps
. #27164 @huntdream
4.7.0
2020-10-10
- ๐ฅ Input.TextArea support word count. #26952 @zhangchen915
- DatePicker
- Form
- ๐ฅ Form.Item support
tooltip
to customize tooltip. #26780 - ๐ Form.List support
rules
validation and add Form.ErrorList to show the errors. #26676 - ๐ Form.Item support
messageVariables
prop. #26597 - ๐ Fix Form
onValuesChange
second param return fullystore
values instead of validate fields. #26808
- ๐ฅ Form.Item support
- Upload
- Table
- ๐ Table
sticky
now supportgetContainer
. #26973 - ๐ Fix Table should not render dropdown filter icon when filterDropdown is
undefined
. #27002 @shangyilim
- ๐ Table
- Modal
- ๐ Refactor Modal animation code so that it will remove all dom element by
destroyOnClose
when closed. #26940 - ๐ Modal add
modalRender
prop which can be used for draggable dialog. #26507 @jhoneybee
- ๐ Refactor Modal animation code so that it will remove all dom element by
- ๐ Space add
split
prop. #26948 - ๐ Image
preview
prop now supportvisible
andonVisibleChange
. #26915 - ๐ InputNumber will trigger
onStep
prop when click up/down buttons. #27075 - ๐ Avatar
size
support responsive config. #26244 @willamesoares - ๐ Fix Radio.Button children cannot apply Tooltip. #27050
- RTL
- โฌ ๏ธ Fix List action button position in RTL mode. #26964
- โฌ ๏ธ Fix Transfer pagination style in RTL mode. #26960
- โฌ ๏ธ Fix Upload style in RTL mode. #26961
- โฌ ๏ธ Optimize Tag style to avoid the interaction between theme and RTL mode. #26955
- โฌ ๏ธ Optimize Cascader and Tree style of the data expansion loading icon in RTL mode. #27010
- TypeScript
- ๐ค Fix typo
TimeLineItemProps
toTimelineItemProps
. #27001 @mgcrea - ๐ค Fix Slider missing
autoFocus
prop. #26995 @shangyilim - ๐ค Fix Slider
step
prop not acceptingnull
value. #26984 @shangyilim - ๐ค Fix Slider.Range
trackStyle
andhandleStyle
should be array. #27033 - ๐ค Optimize Tag
onClose
TypeScript definition. #26932 - ๐ค Improve Form TypeScript definition to support
getFieldsValue
return generic type withoutnamePath
argument. #26791
- ๐ค Fix typo
- Locale
- ๐ง๐พ Add Belarusian locale. #27028 @StIvan8
- ๐ฏ๐ต Fix Japanese locale. #27043 @iorikingdom
- ๐น๐ญ Add Thai locale for Pickers. #26993 @anawinwz
- ๐น๐ท Add Turkish locale of Form optional text. #27017 @alperTunca
- ๐ต๐ฑ Add Polish locale of Table. #26913 @daczczcz1
4.6.6
2020-09-27
- ๐ Fix Steps first item shifts in small screen. #26894
- ๐ Fix Divider border style not work when text is provided. #26863
- ๐ Fix Radio.Button validation error highlight. #26849 @dhorelik
- ๐ Fix Typography link-decoration style. #26854 @vineetvk01
- Locale
- TypeScript
4.6.5
2020-09-20
- ๐ Fix Descriptions item long text ellipsis issue. #26820
- ๐ Fix Menu unexpected scrollbar when show and hide. #26817
- ๐ Fix
@layout-sider-background
cannot set to linear gradient color. #26810 - ๐ Fix Select compositing status lost when input first letter in Chinese. #26796
- ๐ Fix Table
@table-sticky-zindex
less compile error issue. #26800 @chimp1nski - Button
- ๐ Fix TimePicker column align issue, add
@picker-time-panel-column-width
and@picker-time-panel-column-height
less variables. #26784 - ๐ Fix AutoComplete warning when using
placeholder
andallowClear
. #26765 - ๐ Fix Space show items when it's render empty dom. #26721 @knobo
- ๐ Dedupe
rc-trigger
version to reduce package size. #26803 - TypeScript
- ๐ค Cascader add
name
andid
props definition. #26660 @alwaysloseall
- ๐ค Cascader add
4.6.4
2020-09-13
- ๐ style: Card card image has extra 1px border. #26659
- ๐ Fix Select
placeholder
color not same as Input. #26651 @wangcch - ๐ Fix Menu not support React.Fragment inside. #26656
- ๐ Fix TextArea different behavior with Input when set
value
toundefined
. #26652 - ๐ Fix Motion related issue like Upload align flash and Form.Item with
help
ssr issue. #26628 - ๐ Fix Typography.Link warning
Invalid value for prop navigate
when using with react-router. #26623 - ๐ Fix Table pagination missing when is above table. #26618
- ๐ Fix Upload in control miss file when upload multiple file in same time. #26612
- TypeScript
- ๐ค Fix Table that sorter
compare
andmultiple
should be optional. #26686
- ๐ค Fix Table that sorter
4.6.3
2020-09-06
- ๐ Sort props
className
to the end. #26602 - Table
- ๐ Fix Modal closing cause scroll position jump up. #26538
- ๐ Fix the type declaration of onError in
customRequest
options of Upload. #26601 @yingpengsha - ๐ Shutdown Select/TreeSelect autocomplete list in Chrome. #26590
- ๐ Fix Cascader value overwritten when filtering. #26569 @lich-yoo
- ๐ Fix Modal jump out of screen in some situations. #25765 @tanmoyopenroot
- ๐ Fix Radio.Group not working properly, when is used in legacy Form. #26555 @willc001
- ๐ Fix Pagination align issue in windows. #26549
- ๐ Fix Form with
help
make ssr un-sync issue. #26542 - ๐ Fix Avatar doesn't scale fallback text well when display is none. #26522 @zhangyu1818
- TypeScript
4.6.2
2020-08-31
- Upload
- ๐ Fix Select focus shadow style. #26465 @Rainy
- Table
- ๐ Fix Table Pagination not hide with empty data when show on top position. #26143 @zhangchen915
- ๐ Fix Table expand icon size issue when
@font-size-base
is12px
. #26409
- Space
- ๐ Fix Badge not work when
status
orcolor
is empty. #26375 @zhangchen915 - ๐ Fix Tree draggable transition style. #26387
- ๐ Fix
colorPalette is not defined
when customize theme in some situation. #26395 - TypeScript
- ๐ Fix TimePicker.RangePicker typescript need
picker
issue. #26446 - ๐ Upload extended
showUploadList
of Upload withremoveIcon
anddownloadIcon
properties. #26406 @bencallaway
- ๐ Fix TimePicker.RangePicker typescript need
- RTL
- ๐ Fix the rtl style of Col. #26479 #26482 @TrueMoein
4.6.1
2020-08-24
- TypeScript
- ๐ Fix Upload type declaration missing
children
. #26347
- ๐ Fix Upload type declaration missing
4.6.0
2020-08-23
- ๐ Darker
@text-color
for WCAG 2.0 on contrast ratio. #25630 - ๐ฅ New Image component. #26296
- ๐ฅ Table support
sticky
prop to sticky header and scroll bar. #25939 - ๐ Refactor Upload via hooks. #26196
- Form
- ๐ VirtualList support no blink jump and fix Select blank dropdown issue. #26306
- Typography
- ๐ Fix Transfer
filterOption
not trigger when search spaces. #26335 - Progress
- ๐ Fix Textarea don't display
defaultValue
whenvalue
isundefined
. #26327 - Cascader
- ๐ Remove deprecated
Button.Group
and please use Space component instead. #26260 - Select
- ๐ Select support
onClear
prop. #25907 - ๐ Fix Select
mode="tags"
showing duplicated items when search. #25907 - ๐ Fixed the style exception that was disabled when Select focused. #26255
- ๐ Fix Select icon overlap with selections when
showArrow
enabled. #26168 @zhangchen915
- ๐ Select support
- DatePicker
- ๐ Fix Pagination font family style. #26230 @albertms10
- ๐ Fix Space children remount in some case. #26219
- Badge
- ๐ Add
@badge-color
less variable. #26159 - ๐ Badge support
size
prop. #25851 @moonrailgun
- ๐ Add
- ๐ Tabs
tabBarExtraSlot
support extra position. #25138 @jesse3mh9a - ๐ Optimize the display effect of Descriptions when there is more content. #25903
- ๐ message could be detroied by
message.desctroy(key)
. #26052 @lihqi - ๐ Adjust InputNumber handler bar to be hidden when
readOnly
. #25998 - Locale
- ๐ Add Galician locale support. #26015 @barreeeiroo
- ๐ฑ๐น Add Lithuanian locale support. #26312 @mslotvinskij
- ๐ Use
kmr_IQ
to replaceku_IQ
. #26030
- RTL
- TypeScript
- ๐ค Fix Form.Item
initialValue
missing definition. #26292 @miaoyuxinbaby - ๐ค Form support generic type. #25937
- ๐ค Fix Form.Item
4.5.4
2020-08-12
- ๐ Fix Form.Item
hidden
not working in less. #26152 - ๐ Fix Dropdown render issue when
overlay
is string. #26135 - ๐ Fix Table pagination disappear when last record in last page is deleted. #26133 @QoVoQ
- Tree
- ๐ Fix Tree.DirectoryTree can not use
scrollTo
with ref. #26129 - ๐ Fix Tree lost line between top level nodes when enable
showLine
. #25991 @zhangchen915
- ๐ Fix Tree.DirectoryTree can not use
- ๐ Add
@badge-color
less variable. #26159 - RTL
- TypeScript
- ๐ Fix Slider
handleStyle
andtrackStyle
TypeScript definitions. #26160
- ๐ Fix Slider
4.5.3
2020-08-08
- Menu
- Table
- Form
- Transfer
- Cascader
- Select
- ๐ Fix Breadcrumb.Item lost separator after wrapping in component. #25984 @flyerH
- ๐ Fix InputNumber dark theme handler background color. #26072
- ๐ Fix the missing
key
of Avatar.Group. #26098 - ๐ Adjusts Mentions
readOnly
mouse style to native style. #25977 - ๐ Add
@btn-line-height
. #26014 - ๐ Optimize Pagination style when
simple
type anddisabled
. #26008 - ๐ Fix Modal
useModal
missing style issue. #25967 - ๐ Fix Steps RTL style when use
progress
. #26075 - ๐ Improve Arabic locale. #26094 @Mohelm97
- ๐ Improve fr_FR localization. #26034 @Thanaen
4.5.2
2020-08-02
- ๐ Fix Slider tooltip abnormal visibility. #25945 @lihqi
- ๐ Fix Divider color in dark mode. #25922
- ๐ Fix Radio.Button text color when
disabled
andchecked
. #25911 - ๐ Fix Carousel children height smaller then parent node issue. #25906
- ๐ Fix Table
indentSize
couldn't be zero value. #25890 @OmriGM - ๐ Fix List
actions
show cursor outside clickable area. #25961 - ๐ท๐บ Improve Russian locale. #25958 @addictional
- RTL
4.5.1
2020-07-28
- ๐ Fix Badge style causing build error. #25863
- ๐ Fix Menu in
horizontal
dark
status Menu.Item background style glitch. #25850 - ๐ Optimize Divider color in none-white background. #25855
- ๐ Remove multiple Select choice animation of item. #25852
- TypeScript
- Export Form
FormList
interface. #25849
- Export Form
4.5.0
2020-07-28
- ๐ Input and Input.TextArea support
bordered
prop. #25617 - ๐ Add
useMessage
hook for Message to supportcontext
access. #25422 - ๐ Tree support
titleRender
to customize all nodes' content. #25624 - ๐ Descriptions add
extra
prop. #25512 @zzz111 - ๐ Add
Modal.config
to setrootPrefixCls
for Modal statis methods. #25613 - ๐ Drawer support
push
prop for multi-Drawer linkage. #25445 @jinxin0112 - ๐ Add Badge.Ribbon component. #25456
- ๐ Steps support
percent
prop to show step icon progress. #25839 - ๐ Menu.Item's blue indicator line and dropdown width are the same as its content's width in
horizontal
mode. #25622 - Avatar
- DatePicker
- ๐ DatePicker support date-fns. #25822 @fireairforce
- ๐ Improve DatePicker hovering experience, the placeholder will change to format value of target-date when hovering a date cell. (#25050). #25784 @Kermit-Xuan
- ๐ RangePicker
onCalendarChange
addrange
param to indicate currently activated pane. #25568 @Kim-Wing-Fung - ๐ DatePicker support
panelRender
to customize panel. #25488 - ๐ Fix QuarterPicker not working, remove DatePicker.XxxPicker and recommend
picker='xxx'
usage instead. #25768
- Form
- ๐ Form.List support array in
remove
method. #25638 @fireairforce - ๐ Form.Item supports
dependencies
to control updating logic with render propschildren
. #25408 - ๐ Adjust Form.Item validateFist to validate in order. Origin logic use parallel to validate. #25321
- ๐ Fix Form.Item sometime not clean up prev error message. #25737
- ๐ Fix Form.Item not collect
validateStatus
when children Form.Item withnoStyle
has an error. #25734 - ๐ Fix Form.Item setting
labelCol={{ offset: number }}
doesn't work if layout is vertical. #25713 @zhangchen915 - โจ๏ธ Form add
role="alert"
attribute on validation message node to import accessibility. #25735 @AlbertAZ1992
- ๐ Form.List support array in
- Calendar
- ๐ Fix Calendar
validRange
preventsdisabledDate
. #25626 @zhangchen915 - ๐ Fix Calendar
validRange
not working on month selection dropdown. #25626 @zhangchen915
- ๐ Fix Calendar
- ๐ Fix Table
indeterminate
returned bygetCheckboxProps
not working. #25649 - ๐ Fix Select clear icon position in Form.Item. #25728
- ๐ Fix Pagination mouse style of the page turning button. #25772
- ๐ Fix TreeSelect
treeNodeLabelProp
affect tree node render result. #25755 - ๐ Fix Carousel
findDOMNode
warning in strict mode. #25744 - ๐ Fix Radio causing SSR build errors with
webpack@4.44.0
. 25821 @Kermit-Xuan - ๐ Fix Tabs focus & active state color when disabled. 25827 hsuanxyz
- ๐ Card action pane color is unified with body color. #25722
- โจ๏ธ Improve Alert/message/notification accessibility by adding role attribute. #25774
- ๐ญ๐ฐ Add zh_HK localization. #25731 @wuchu
- ๐ฉ๐ช Improve Form de_DE localization. #25823 @LukeTimeWalker
4.4.3
2020-07-20
- ๐ Fix Layout
trigger
cannot customize zero width to trigger. #25653 - ๐ Fix Form.Item
help
style when verification fails. #25582 @zhangchen915 - ๐ Fix Descriptions abnormal style inside Table
expandedRowRender
. #25593 - ๐ Add
@zindex-popconfirm: 1060
less variable, and improve@zindex-tooltip
into1070
. #25693 - ๐ Upgrade
react-slick
to reduce bundle size. #25599 - ๐ Improve Catalan ca_ES localization. #25583 @albertms10
- ๐ธ๐ฆ Improve ar_EG localization. #25587 @amir5000
- TypeScript
- ๐ Fix Upload
customRequest
file interface. #25598 @AlbertAZ1992
- ๐ Fix Upload
4.4.2
2020-07-11
- ๐ Adjust Alert animation to remove directly dom operation. #dd8e9f8 @Yunfly
- Select
- ๐ Fix Form.Item warning for
preserve
as invalidate dom prop. #25518 - ๐ Fix Card cover margin bug when bordered is false. #25515 @yutingzhao1991
- ๐ Adjust Typography style to set
overflow-wrap: break-word
as default. #25516 - ๐ Fix Table
expandedRowRender
nested Table cell background color. #25498 - ๐ Fix Popover wrong positioning on Radio.Button. #25449 @zgoby
- ๐ Fix RangePicker clear icon position issue when
size=small
. #25458 - ๐ Upload supports to show thumbnail for non-image files as
thumbUrl
configured inonChange
event. #25432 @AlbertAZ1992 - ๐ Fix Table
onChange
triggered multiple times when change page size. #25520 @zhangchen915 - ๐ Remove
babel-runtime
and add@babel/runtime
in dependencies, reduce gzipped bundle size18.6KB
. #25530 - ๐ช๐ธ Improve es_ES localization. #25460 @gersongams
4.4.1
2020-07-06
- Menu
- ๐ Fix Input disabled
backgroundColor
is override when inside aerror
orwarning
Form.Item. #25385 - ๐ Fix Table header extra border of right side column. #25378
- ๐ Fix Grid ResponsiveObserve not been unsubscribed correctly. #25319 @zhangchen915
- ๐ Fix Progress
successPercent
warning message and correctsuccess.progress
tosuccess.percent
. #25356 @fireairforce - ๐ Fix PageHeader Tabs unnecessary
margin-bottom
. #25340 @dickeylth - Form
- Radio
- ๐ Fix Radio.Group throw
Function components cannot be given refs
warning message. #25328 - ๐ Fix Radio.Group style with extra spaces in
children
. #25304 @ElderJames
- ๐ Fix Radio.Group throw
- ๐ Fix Drawer click mask will trigger close event multiple times. #25313
- ๐ Fix Skeleton Button/Avatar/Input/Image default width to auto. #25303
- ๐บ๐ฆ Update uk_UA localization. #25402 @kitsoRik
- ๐ณ๐ด Update nb_NO localization. #25374 @Johannes-Andersen
- TypeScript
- ๐ Fix Slider
onChange
definition. #25358 @CornerSkyless - ๐ Fix Tooltip custom color type definition. #25315 @CornerSkyless
- ๐ Fix Slider
4.4.0
2020-06-29
- ๐ฅ Optimize RangePicker interaction that any picker selection will popup another picker panel. #25135
- ๐ฅ Add Skeleton.Image. #24805 @fireairforce
- Form
- Table
- ๐ Table
onChange
addaction
in extra argument. #24697 - ๐ Table support
rowSelection.dirty
to enable cachekey
with ajax. #24718 - ๐ Table supports
rowSelection.checkStrictly
. #24931 - ๐ Fix Table
onSelectAll
'schangeRows
parameter is incorrect. #24931 - ๐ Fix Table expand buttons of leaf rows in tree data can still be clicked. #24931
- ๐ Fix Table expand icon still interative when hidden. #25170
- ๐ Table
- TimePicker
- Cascader
- Menu
- ๐ Menu support
triggerSubMenuAction
(hover or click). #25127 @hydRAnger - ๐ Fix Menu.SubMenu background color in dark theme. #25205
- ๐ Menu support
- Tabs
- ๐ Pagination support
onChange
called whenpageSize
change. #24964 @fireairforce - ๐ Tabs support
addIcon
to customize add icon node. #25006 - ๐ Fix Tabs can not close in IE11. #25200
- ๐ Pagination support
- Pagination
- ๐ Improve Pagination accessibility by fixing a W3C error. #25119
- DatePicker
- ๐ Fix month and quarter picker's toggle button size of DatePicker component. #25035 @fireairforce
- ๐ DatePicker support
showNow
. TimePicker supportshowNow
. #25032
- Drawer
- ๐ Dropdown component support
arrow
prop. #23869 @wendellhu95 - ๐ Fix Drawer
getContainer={false}
cause scrollbar missing in some situation. #25273
- ๐ Dropdown component support
- ๐ Fix Rate render unexpectedly when
value
is1.6
or2.6
. #24993 - ๐ Menution support
autoSize
prop. #24961 @Kermit-Xuan - ๐ Remove the 140px width limit on vertical dot Steps.Step. #24907
- ๐ Move Result children to end of component. #24945
- ๐ Add Rate
character
support(RateProps)=> ReactNode
customization. #24903 - ๐ Add
optionType
api to set Radio type in Radio.Group when useoptions
. #24809 - ๐ Add
closeIcon
to customize Tag close icon. #24885 - ๐ Drawer support
closeIcon
. #24842 - ๐ Add
ghost
prop for collapse to set a transparent background. #24734 - ๐ Progress support customise filled Progress color. #24655 @fireairforce
- ๐ Typography copyable support
icon
andtooltips
for customization. #25274 @israelKusayev - ๐ Add
showLeafIcon
for Tree Component when setshowLine
prop. #25271 - ๐ Add BackTop
duration
used to set the time required to return to the top. #25254 - ๐ Fix Select suffix icon can not focus input. #25212
- ๐ Fix the issue that Notification modification
width
is not aligned with the edge of the screen. #25168 - ๐ Make Switch animation more smooth and quicker. #25160
- ๐ Modal add more less parameters. #24773 @hicrystal
- ๐ Fix PageHeader tabs unexpected border style. #25159
- ๐ Fix InputNumber
max
prop has no default value. #25243 - ๐ Add missing translation keys to table locale in German, Italian and Czech. #25233 @karelsoupaEMZ
- ๐ฏ๐ต Add ja_JP globalization for Form. #25244 @kentaro84207
- RTL
4.3.5
2020-06-21
- ๐ Fix Input.Search as AutoComplete customize component crash issue. #25049
- ๐ Rewrite Input.Password with hooks. #25012 @Rustin-Liu
- ๐ Fix PageHeader tabs broken style since
4.3.0
. #24991 - ๐ Fix Backtop still interactive when it is hidden. #25132 @jesse3mh9a
- ๐ Fix Upload don't support Popover. #25090
- ๐ Fix Tabs content exceeds container width issue. #25072
- ๐ Fix DataPicker/TimePicker time dropdown alignment issue. #25019
- Table
- Descriptions
- ๐ Fix List.Item.Meta content width may overflow sometimes. #24992
- ๐ Fix dark mode Menu.SubMenu background color in compact theme. #24997
- โก๏ธ Reduce 3KB Button css bundle size. #24996
- ๐น๐ท Improve Turkish locale. #25100 @smddzcy
- TypeScript
- Export Tree
DataNode
. #25065 @jinxin0112
- Export Tree
4.3.4
2020-06-14
- Form
- Table
- ๐ Fix Modal
confirm()
has no default icon. #24956 - ๐ Fix List
grid
not working in React.Fragment or wrapped List.Item. #24955 - ๐ Fix Avatar fallback to children when loading image with error. #24944 @sosohime
- ๐ Fix Drawer doesn't omit prop
getTargetContainer
. #24938 - ๐ Fix Tabs dropdown clip text when tab title too long. #24928
- ๐ Fix Carousel under Tabs shaking when tab switch. #24873
- ๐ Fix Transfer package size will increase if tree shaking is disabled. #24847 @DavidSichau
- ๐ Add
@rate-star-hover-scale
to control Rate scale when cursor hover. #24917 - ๐ Add
@divider-orientation-margin
less variable to control Divider's left margin whenorientation
is set. #24877 - ๐ Localization
- TypeScript
4.3.3
2020-06-07
4.3.2
2020-06-06
- ๐ Fix Tag.CheckableTag don't support
onClick
. #24743 - ๐ Fix Drawer support set
getPopupContainer
andgetPrefixCls
by ConfigProvider. #24727 - ๐ Fix Button
loading.delay
repeat trigger when parent compoent re-render. #24713 - ๐ Fix Dropdown menu link color when has
icon
. #24707 #24702 - Select
- ๐ Fix Select virtual scroll display abnormally in compact mode. #24706
- โก๏ธ Optimize Select multiple mode performance. #24785 @Kermit-Xuan
- ๐ Fix Calendar trigger
onPanelChange
even when in the same panel. #24695 - ๐ Fix Input component height issue in IE11. #24673 @xiaosongxiaosong
- ๐ Fix Radio typescript error typo. #24693 @hengkx
- ๐ Fix Statistic don't work with Tooltip. #24782
- ๐ Fix TimePicker.RangePicker
bordered={false}
not working when hasclassName
. #24781 - ๐ Fix List cannot trigger
onChange
in pagination. #24514 - ๐ Localization
- ๐ฎ๐ฑ Add Hebrew localisations for Form. #24716 @israelKusayev
- ๐ฐ๐ท Add ko_KR localizations for Form. #24783 @Jaewoook
- ๐ Add less variable
@table-font-size
,@table-font-size-md
and@table-font-size-sm
to customize the size of Table text. #24714 @morenyang - RTL
4.3.1
2020-06-02
- Tabs
- Button
- ๐ Fix Button quick set
loading
fromdelay
tofalse
will still change to the loading status. #24678 - ๐ Fix the inconsistent style of Text Button in
danger
. #24622 @morenyang
- ๐ Fix Button quick set
- ๐ Fix Table no showing scrollbar inside Row. #24661 @zt123123
- ๐ Fix Drawer get
dropdownMatchSelectWidth
as dom prop warning. #24651 - ๐ Adjust Steps to support React.Fragment with
children
. #24644 - ๐ Fix Upload delete icon cannot be navigate via keyboard. #24615 @morenyang
- ๐ Fix multiple Select search input cursor missing issue. #24631
- ๐ Fix Radio.Group using
options
getElement type is invalid
error. #24631 - RTL
- ๐ Adjust Notification default placement to
topLeft
in RTL. #24632
- ๐ Adjust Notification default placement to
- TypeScript
- ๐ Export Tabs
TabPaneProps
definition. #24648
- ๐ Export Tabs
4.3.0
2020-05-31
- ๐ฅ Rewrite Tabs for better user experience, dom structure is changed. #24552
- ๐ Add components overview page. #24491 @arvinxx
- ๐ Optimize dependencies to reduce overall package size. #24584
- Button
- ๐ New
type="text"
Button. #22552 - ๐ Improve button background variable usage. #24372 @morenyang
- ๐ New
- Upload
- ๐
data
could returnPromise
now. #24546 @Kermit-Xuan - ๐ Support
progress
to customize progress bar. #24319 @morenyang - ๐ Fix progress bar override by accident. #24339 @morenyang
- ๐
- Table
- ๐ Table support
rowSelection.hideSelectAll
to hide selectAll checkbox. #24592 @Kermit-Xuan - ๐
ellipsis
supportshowTitle
to configtitle
show. #24056 @lijinke666 - ๐ Table
columns
supportshouldCellUpdate
. #23872
- ๐ Table support
- Input
- ๐ Input.Passowrd support custom icon. #23792
- ๐ Fix Input.Password still show
value
attribute in DOM after blur it. #24535 - ๐ Add less variable
@input-disabled-color
. #23775 @alwaysloseall
- Form
- Menu
- Avatar
- Typography
- ๐ Support Typography.Paragraph custom expand style. #24385 @fireairforce
- ๐ Typography.Text support
keyboard
style. #24195 - ๐ Add Link component. #24019
- ๐ Fix Typography
title
prop support. #24440 @Kermit-Xuan
- ๐ Tooltip support
color
to config background color. #23155 - ๐ Popconfirm can be closed by pressing
ESC
now. #24420 - ๐ Tooltip
destroyTooltipOnHide
supportkeepParent
config. #24362 @Kermit-Xuan - ๐ Notification support to config
prefixCls
. #24295 @tdida - ๐ RangePicker
dateRender
support additional argument to detect isstart
orend
field. #24278 - ๐ Skeleton add
round
prop to enable paragraph and title show radius. #24137 @xilihuasi - ๐ Transfer support
oneWay
andpagination
. #24041 - ๐ Message support customize
className
andstyle
. #24024 @Kermit-Xuan - ๐ ConfigProvider support
virtual
anddropdownMatchSelectWidth
. #23841 @hengkx - ๐ Fix Breadcrumb icon margin missing when using links. #24490 @EscapeB
- ๐ Fix Cascader expand icon color when disabled. #24521
- ๐ Fix List warning about
React does not recognize colStyle prop
. #24568 - ๐ Fix Progress with
steps
don't updatepercent
expectedly. #24534 @ChuckJonas - ๐ Fix Steps
subtitle
transition style. #24593 - ๐ Fix Alert close icon
padding
style. #24471 - ๐ Fix Tree
@tree-directory-selected-bg
don't work. #24468 @morenyang - ๐ Fix
@ant-prefix
don't work on some styles. #24459 @morenyang - ๐ Descriptions add less variables
@descriptions-item-trailing-colon
and etc. #24032 @hengkx - ๐ Localization
- ๐ฎ๐ช Add Irish(ga_IE) locale. #24609 @AbhijeetGaware
- ๐ซ๐ฎ Improve Typography
fi_FI
locale. #24591 @sagge - ๐ง๐ท Improve
pt_BR
locale. #24518 @arturpfb - ๐ฌ๐ง Improve Form
en_GB
locale. #24404 @morenyang
- RTL
- TypeScript
4.2.5
2020-05-25
- ๐ Fix Table selection arrow out of column when
size
issmall/middle
. #24394 - ๐ Fix Input.TextArea clear icon disappears in Input.Group when hover it. #24360 @Mr-jiangzhiguo
- ๐ Fixed an issue where the
RowSelection.onChange
will still be cached when the Table removes entries indataSource
. #24338 - ๐ Adjust
useNotification
api instance to be same instance for each render. #24337 - ๐ Fix Button
loading
transition animation missing and ModalconfirmLoading
not being reset. #24328 - ๐ Fix Drawer cover background elements when it is not visible. #24290
- ๐ Fix Cascader/Select/Table/TreeSelect text color when data empty. #24279
- ๐ Fix InputNumber operation button arrow is not centered. #24266
- ๐ Fix Table with empty array
filteredValue
still highlight the filtered icon. #24263 - ๐ Fix Cascader not support
number[]
value. #24247 - โจ๏ธ Fix Switch
autoFocus
trigger whendisabled
removed. Adjust style to avoid switch shaking. Remove blur logic whenonMouseUp
to improve acessibility. #24254 - ๐ Add Menu default
text-align
style. #24253 - ๐ Refactor List code. #24280 @hengkx
- ๐ Modify the Alert with hooks to support strict mode. #24236 @hengkx
- ๐Fix Card perfermance bug when use with
react-split
. #24425 - TypeScript
- ๐ Cascader ts definition update. #24393 @zhangyu1818
- ๐ Fix TS error of
Could not find a declaration rc-upload
. #24325 - ๐ Add children type to BackTop. #24235
4.2.4
2020-05-18
- ๐ Revert Switch patch to fix handle position style issue with
unCheckedChildren
. #24242 - ๐ Adjust Upload icon default color to red in error status. #24160
- ๐ Adjust Dropdown arrow position a little higher. #24215
- ๐ Form
defaultValidateMessages
supportru_RU
. #24219 @aivinog1
4.2.3
2020-05-16
- ๐ Refactor
rc-progress
to resolveh3g is not defined
error in<script src="antd.min.js" />
. #24127 - ๐ Rewrote Use in create-react-app. #24184
- Drawer
- BackTop
- DatePicker
- Button
- ๐ Refactor Tooltip with hooks. #23699
- ๐ Avoid
disabled
Upload.Dragger being triggered by clicking Formlabel
. #24202 - ๐ Fix Select selected option not interactive (such as
title
not working). #24170 - ๐ Fix Switch shake in Safari and iOS Chrome. #24122 @lexlexa
- ๐ Carousel upgrade to
react-slick@0.26.1
to resolve some problems. #24067 - ๐ Cascader will display
defaultValue
instead of empty string when no matched options. #24058 @Kermit-Xuan - ๐ Improve
zh_TW
localisations. #24065 @wx1322 - ๐ Fix Table
onChange
pagination type. #24114 @sorteam - ๐ Add less variable
@card-head-extra-color
. #24189 - ๐ Adjust Pagination simple mode background to transparent. #24152
- ๐ Fix dark Menu link color. #24110
- RTL
4.2.2
2020-05-11
- ๐ Fix
npm run version
install error. #24059 - ๐ Fix Menu
@menu-item-font-size
not working. #24052 - ๐ Add
@modal-close-color
less variable. #24053
4.2.1
2020-05-11
- Form
- Table
- DatePicker
- Switch
- ๐ Fix Upload error message location to scroll in the float layer. #24001 @mraiguo
- ๐ Tweak Comment render unnecessary div style when
avatar
is empty. #23994 @Xuhao - ๐ Fix Select
focus
border style in Input.Group. #23985 - ๐ Fix Steps
subTitle
showing[object Object]
title. #23989 - ๐ Tweak Select close icon position. #23963
- ๐ Fix Drawer
width="50%"
hidden problem when no mask. #23925 - ๐ Fix Textarea with
allowClear
has error height style. #23835 - ๐ Adjust Modal.xxx function async to avoid block React events. #23826
- ๐ Fix Menu with controlled
openKeys
abnormal behavior wheninlineCollapsed
changed. #23822 - ๐ Fix Button
loading
animation. #23783 - ๐ Fix Slider
marks
selected problem when dragging. #23773 - ๐ Timeline refactors with React Hooks. #23631 @hengkx
- ๐ Localization
- ๐ฎ๐ท Add Farsi
fa_IR
default locale template localisations. #23926 @NarimanMov - ๐บ๐ธ Add default
en
default locale template localisations for Form. #23859 @mjfwebb
- ๐ฎ๐ท Add Farsi
- ๐ฆ Reduce bundle size
- RTL
- ๐ Fix Input clear icon style in RTL. #23999
- ๐ Fix DatePicker panel style in RTL. #24028 @xrkffgg
- ๐ Optimize DatePicker active bar style in
RTL
. #23981 - ๐ Fix Transfer search padding style in
RTL
. #23962 - ๐ Optimize Layout style of RTL. #23921
- ๐ Optimize Button
loading
style in RT. #23776 - ๐ Optimize Input.Search style in RTL. #23797
- TypeScript
4.2.0
2020-04-29
- ๐ List
grid
support all column count like 5. #23630 - ๐ Divider add
plain
prop which allows a non-heading style divider text. #23405 - ๐ Typography
ellipsis
supportonEllipsis
event handler. #23414 - ๐ Space support
align
prop. #23306 - ๐ Upload support
isImageUrl
to force trade file as image. #23248 @onjuju - ๐ Form.Item support
initialValue
andgetValueProps
props. #22993 - ConfigProvider
- Table
- ๐ Fix RangePicker
ranges
tag color to primary color. #23705 - ๐ Fix Transfer with custom empty style issue. #23694 @hengkx
- Input
- ๐ Fix Password caret position. #23633 @huntdream
- ๐ Adjust Input.Search icon style. #23406
- Button
- Menu
- ๐ Fix Tag cannot be directly called by
react-dnd
. #23632 @hengkx - Anchor
- ๐ Select arrow won't rotate when open. #23468
- ๐ Rate support
direction
. #23321 - ๐ Adjust font-size in compact mode. #23135
- RTL
- ๐ Optimize Result button style in RTL. #23733
- ๐ Add Divider RTL support. #23734
- ๐ Fix Alert style in RTL when no-icon. #23714
- ๐ Optimize Table expand animation and pagination style in RTL. #23706
- ๐ Fix Table filter dropdown position in RTL. #23695
- ๐ Fix Table rowSelect icon style in RTL. #23690
- ๐ Optimize List style in RTL. #23676
- ๐ Add Calendar RTL. #23394
- ๐ Optimize Input.Search style in RTL. #23424
- ๐ Add Notification RTL config. #23185
- TypeScript
4.1.5
2020-04-25
- ๐ Fix Button.Group align style. #23590
- ๐ Fix Select cannot trigger open by clicking arrow icon. #23448
- ๐ Fix Form fields shake when
@form-item-margin-bottom
is customize and switching the validing info. #23436 @yoyo837 - ๐ Fix the first Divider render differently with others. #23438
- ๐ Fix nest ConfigProvider missing
prefixCls
value. #23423 - ๐ Fix Carousel tabbed Radio/Checkbox to non-active slide. #23380
- ๐ Fix Tree with virtual scroll frozen by quick
loadData
. #23581 - ๐ Fix Steps style in IE11 when direction is vertical. #23561 @AdrianoRuberto
- ๐ Fix Input.Search height affected by
suffix
andreact key
warning. #23527 - ๐ Fix Menu behavior when hover on submenu gap. #23511
- ๐ Fix Tree custom icon missing when node is loading data. #23494
- RTL
- TypeScript
- ๐ Fix type definition of
selections
for Table. #23462 @xiaoxintang
- ๐ Fix type definition of
4.1.4
2020-04-18
- ๐ Fix dark theme and compact theme not working. #23243
- ๐ Fix Modal.info executed only once when has argument. #23360
- ๐ Fix Dropdown submenu background missing. #23296
- ๐ Optimize PageHeader responsive behavior. #23277
- ๐ Fix TreeSelect render blank in compact mode. #23231
- ๐ Fix Checkbox and Switch console warning typo (validate -> a valid). #23240 @evancharlton
- ๐ Fix Table
rowSelection
params issue whenchildrenColumnName
configured. #23205 - Input
- Select
- Globalization
- TypeScript
- RTL
4.1.3
2020-04-13
- ๐ Adjust Form.Item
label
height style in vertical layout. #23192 - ๐ Fix
Variable is undefined
when importing dark or compact theme and provide agetThemeVariables
methold for getting theme variables easily. #23171 - ๐ Fix PageHeader style breaks when
title
is too long and improve it's responsive design. #23133 - Tabs
- Table
- ๐ Fix Table fixed columns cannot pin in Safari 12. #23161
- ๐ Fix Table
summary
padding in small size. #23140 @someyoungideas
- ๐ Fix Select align style with different size. #23160
- ๐ Fix RangePicker under Input.Group style issue. #23149
- ๐ Fix Pagination missing TypeScript definition of
showTitle
. #23144 @DongchengWang
4.1.2
2020-04-10
- Menu
- ๐ Fix dark and compact theme cannot work together. #22934 @AshoneA
- ๐ Fix Notification invalid
paddig-top
value. #22941 - Button
- ๐ Fix Statistic show
-0
when value is-
. @22950 - ๐ Fix Modal.confirm
onOk
should not be triggered multiple times. #22963 - Input
- ๐ Fix Form.Item not correct reset error style when dynamic switch Form.Item. #23041
- ๐ Adjust RangePicker arrow & suffix color style. #23025
- Table
- Select
- ๐ Fix Calendar missing
style
prop support. #23081 - ๐ Fix Tabs bottom card active tab wrong height style. #23087
- ๐ Fix RTL support of Anchor, Select, DatePicker, Grid, Mentions. @xrkffgg
- TypeScript
- ๐ Upload
UploadProps
support generic typing. #22921 @dpyzo0o - ๐ Fix Modal.confirm
okButtonProps
types. #21165 @nicu-chiciuc - ๐ Export Form
Store
interface. #22755 @shaodahong - ๐ Improve enum types for Input, Tag, Badge. #23026 #22999 #23006 @fjc0k
- ๐ Fix Pagination
position
type. #23048 @Arttse
- ๐ Upload
4.1.1
2020-04-05
- ๐ Fix Tabs panel focus outline style. #22752 @MrHeer
- ๐ Fix Input affix with popup element can not get click focus. #22887
- Table
- ๐ Table row selection dropdown support
getPopupContainer
. #22787 @mikeyshing88 - ๐ Fix Table header size with filter or sorter when
size
is configured. #22872 - ๐ Adjust nest Table style, compact only when just one table element. #22868
- ๐ Fix Table column
align
not working on head whensorter
configured. #22858 - ๐ Fix Table filter config not work on jsx structure. #22888
- ๐ Adjust Table expanded row not fix width when scroll only. #22832
- ๐ Fix the column can't show when the
column.children
isundefined
. #22832 - ๐ Fix Table still show filter icon when
filters
isundefined
. #22833 - ๐ Fix Table unchanged
filters
should not triggeronChange
. #22829 - ๐ Fix Table loading compatibility. #22739
- ๐ Fix Table scroll shadow style in Safari. #22794
- ๐ Table row selection dropdown support
- ๐ Adjust RangePicker arrow style. #22847
- ๐ Fix Text with
ellipsis
align issue. #22836 - ๐ Tweak
@info-color
should be@primary-color
defaultly. #22723 - ๐ Fix BackTop not working in iframe and improve it's perfermance. #22788
- ๐ Fix Select inconsistent height when
mode="multiple"
andsize="large" />
. #22904 - ๐ Fix Radio less variable. #22803 @yoyo837
- ๐ Fix Card Tabs do not support small size. #22666 @MrHeer
- ๐ Fix Affix throws
React warning of state update on unmounted component
. #22790 - ๐ Fix Textarea with
clearIcon
additionalmargin
in Form.Item. #22793 - ๐ Fix List
footer
missing border when data is empty. #22771 - ๐ Fix Slider
tooltipPlacement
option API is changed to be correct again. #22772 @phoenixeliot - ๐ Refactor LocaleReceiver with new context api to avoid React strict mode warning. #22762
- ๐ Fix Radio and Checkbox required prop not passing to input. #22761
- ๐ Fix variable
--scroll-bar
is undefined. #22754 @mikeyshing88 - ๐ Fix Menu and Spin style in compact mode. #22908 @AshoneA
- ๐ Fix Space item duplicate key. #22745
- ๐ Fix Select cursor style. #22743
- ๐ซ๐ท DatePicker and TimePicker update French locale. #22769 @PaulJln
- RTL
- TypeScript
- ๐ Fix Table
FilterDropdownProps
TypeScript definition. #22895 @zhangyu1818 - ๐ Fix Form
Store
andStoreValue
TypeScript definition. #22755 @shaodahong
- ๐ Fix Table
4.1.0
2020-03-29
- ๐ฅ Support compact mode theme. #22126 @AshoneA
- ๐ฅ New Space component to resolve inline component margin style. #22363
- ๐ฅ DatePicker support quarter picker. #22468
- ๐ Tree/TreeSelect/Select support
virtual
prop to disable virtual scroll. #21955 - ๐ Improve Pagination switch experience. #22711
- Pagination will show size changer when
total > 50
. - Unify Pagination items to fixed length.
- Change default size options to
10, 20, 50, 100
.
- Pagination will show size changer when
- Table
- ๐ Tag component support
icon
prop. #22418 @vtsybulin - ๐ Grid add
useBreakpoint
hook. #22226 - ๐ Card support
tabProps
. #22207 - ๐ Pagination add
autoResize
prop. #21959 @wendellhu95 - ๐ Add render props support for Popover/Popconfirm. #22034 @nossbigg
- ๐ TimePicker.RangePicker support
order
prop. #21948 - ๐ Carousel
dots
support object to passclassName
. #21848 - ๐ Form
validateMessages
support${label}
variable. #21835 - ๐ Expose all Dropdown props in Breadcrumb.Item. #20763 @paranoidjk
- โจ๏ธ Improve Tabs Accessibility. #22287
- Add Tabs
keyboard
prop. - Tabs
extraContent
don't trigger keyboard navigation now.
- Add Tabs
- ๐ Warning Form.Item with
defaultValue
when it's controlled. #22571 - ๐ Menu.Item Tooltip could be hidden by falsy
title
prop. #22202 - ๐ Typography
onExpand
function support event parameter. #22092 @BlazPocrnja - ๐ Simplify Popconfirm and Popover dom structure. #22052
- ๐ Fix Autocomplete display
null
whenvalue
isnull
. #21955 - ๐ Adjust Drawer close button without
title
style to avoid overlap with scroll bar. #22710 - ๐ Fix Calendar style details. #22676
- Table
- ๐ Fix Input with
suffix
only align style issue. #22603 - ๐ Fix Alert cannot work with Tooltip/Popover. #22594
- ๐ Fix nest dynamic Form.Item get react unmounted update warning. #22575
- ๐ Adjust Tag
processing
status color. #22303 - ๐ Remove Select dropdown group title mouse click style. #22581
- ๐ Redesign Table filter menu buttons and fix Dropdown edge
padding
style. #22072 - ๐ Move
@form-item-label-height
from form styles to theme variables. #22600 @slavakam - ๐ Add less variables
@link-focus-decoration
and@link-focus-outline
. #22511 - ๐ add separator cursor
disabled
of DatePicker. #22563 - RTL
- ๐ Optimize Checkbox
inner
RTL style issue. #22627 - ๐ Optimize Upload
picture-card
RTL style issue. #22630 - ๐ Fix Badge RTL number style issue. #22665
- ๐ Fix Select RTL style issue when select multiple options can be cleared. #22596
- ๐ Fix Progress RTL style issue. #22558
- ๐ Fix Badge RTL style issue. #22551
- ๐ Fix Input RTL style issue. #22525
- ๐ Fix Steps RTL style issue. #22523
- ๐ Optimize Tabs RTL icon style issue. #22653
- ๐ Optimize Input.Group RTL style issue. #22624
- ๐ Optimize Timeline label mode RTL style issue. #22652
- ๐ Optimization Select dropdown group RTL style issue. #22584
- ๐ Optimization Dropdown.Button RTL style issue. #22519
- ๐ Optimize Checkbox
- Typescript
- ๐ replace deprecated
React.SFC
withReact.FC
. #22691 @Rustin-Liu - ๐ Fix Form.Item
children
definition. #22662
- ๐ replace deprecated
4.0.4
2020-03-23
- ๐ Fix AutoComplete clear icon overlap issue on search icon. #22310
- ๐ Fix Button align issue when is
disabled
and wrapped by Tooltip. #22461 - ๐ Fix Cascader search need to press down arrow twice to select item. #22216 @Kermit-Xuan
- ๐ Fix Carousel cannot works on Snowpack. #22507
- ๐ Fix ConfigProvider
componentSize
not works on DatePicker.RangePicker. #22486 - ๐ Fix Descriptions cannot fit to small container width. #22407
- โก๏ธ Optimization Form.Item with multiple noStyle children Form.Item message collection performance. #22410
- ๐ Fix Grid broken style using Col without
span
. #22455 - ๐ Add InputNumber RTL style. #22434
- Menu
- ๐ Fix Progress Dashboard won't allow
gapDeg
to be0
. #22462 @thisrabbit - ๐ Adjust Radio.Group logic that
value
isundefined
should be uncontrolled mode. #22245 - โก๏ธ Reduce Row unnecessary render when
gutter
is array. #22475 @dolfje - ๐ Tweak RangePicker arrow shadow style. #22406
- ๐ Fix Select dropdown menu vertical padding. #22251
- ๐ Fix Slider tooltip crash when with
nullable
value. #22482 - Table
- ๐ Fix Table ColumnGroup with controlled
sorterOrder
not working issue. #22450 - ๐ Fix Table border radius style. #22413 @akshatmittal
- ๐ Fix Table fixed column height issue. #22367
- ๐Fix Table row expand icon show error in ipad. #22334 @BugHiding
- ๐ Table
column.filter
supportboolean
value. #22277 @xudongdev - ๐ Fix Table filter no working when only set
onFilter
. #22317
- ๐ Fix Table ColumnGroup with controlled
- ๐ Fix TreeSelect
treeIcon
not working. #22437 - ๐ Refactor DirectoryTree to fix deprecated warning. #22318
- ๐ Fix Typography nest list style issue. #22284
- ๐ Adjust Upload
onChange
returnfileList
is immutable data to avoid render issue. #22322 - ๐ Localization
- ๐ฉ๐ช Updated German locale. #22270 @iChebbi
- ๐ซ๐ท Update French locale. #22238 @abenhamdine
- Typescript
- ๐ Omit Table
getCheckboxProps
typeofchecked
. #22391 @geekrainy
- ๐ Omit Table
4.0.3
2020-03-14
- Menu
- Slider
- ๐ Fix an issue where the position of 'slider handle' is incorrect in the vertical case of Slider. #22135 @wendellhu95
- ๐ Fix Slider missing
focus
style. #22161
- Table
- ๐ Fix ConfigProvider not work on Table filter dropdown. #22133
- ๐ Fix Table nest tree column expandable style issue with fixed column. #22131
- ๐ Fix an issue where Table filtering throws
cannot read property 'map' of undefined
. #22096 @yoyo837 - ๐ Fix Table expandable column not fixed when selection column is fixed. #22087
- ๐ Fix Table filter menu reset not working. #22079 @shaodahong
- ๐ Fix Table filter sub menu max height with many items. #22230
- Form
- ๐ Optimize the responsive and box model performance of The Form. #21907 @shaodahong
- ๐ Fix FormItem hooks render error. #22053 @kagawagao
- ๐ Fixed the problem of using custom icons to wrap in Input.Group. #22197 @xrkffgg
- ๐ Adjust Select single padding style to avoid tweak with dropdown. #22167
- ๐ Fix Calendar header select ellipsis bug. #22148
- ๐ Fixed Dropdown content and icons overlapping. #22098 @xrkffgg
- ๐ Fix Select ellipsis bug in Firefox. #22101
- ๐ Remove PageHeader unnecessary
overflow: hidden
style,Optimize PageHeader extra buttons responsive design. #22030 - ๐ Fix TextArea
autoSize
don't scroll bottom in Firefox. #22014 - ๐ซ๐ท The full fr_FR internationalized text. #22122 @PaulJln
- RTL
- ๐ Optimize the style of Pagination in RTL mode. #22155 @xrkffgg
- ๐ Fixed the icon style with Cascader RTL. #22191 @xrkffgg
- ๐ Optimize the Checkbox.Group style in RTL mode. #22186 @xrkffgg
- ๐ Optimize Radio.Button style issues in RTL mode. #22066 @xrkffgg
- ๐ Optimize table-pinned style issues that are listed under RTL. #21914 @saeedrahimi
- ๐ Adjust the direction of the Dropdown icon in RTL mode. #22104 @xrkffgg
- ๐ Optimize the Breadcrumb style in RTL mode. #22159 @xrkffgg
- ๐ Optimize the style of the Steps component in RTL mode. #22175 @xrkffgg
- ๐ Optimize styles in RTL mode with form feedback. #22222
- TypeScript
- ๐ท Update the
operation
type definition of FormList. #22058 @kagawagao - ๐ท Update the definition of the
trigger
parameter for components such as Tooltip. #22043 @wendellhu95
- ๐ท Update the
4.0.2
2020-03-08
- Form
- ๐ Fix nest Form.Item dynamic remove will warning in React. #21896
- โก๏ธ Form
useForm
now return same instance for perfermance. #21927 - โก๏ธ Refactor Form.Item render logic that will only render once when children is a pure component. #21991
- โก๏ธ FormContext use a memoized value to avoid trigger FormItem's unintentional renders. #21980 @qiqiboy
- Table
- Select
- Menu
- ๐ Fix Badge animation when switch between 10 and 11. #21834 @wendellhu95
- ๐ Fix Radio.Button inside Tooltip throws
Function components cannot be given refs
warning. #21895 @AshoneA - ๐ Fix Descriptions miss style when content is falsy. #21901
- ๐ Fix DatePicker cursor style on
seperator
. #21937 @xrkffgg - ๐ Fix ConfigProvider
prefixCls
not working on Input.Password. #21953 @tdida - ๐ Fix Carousel
dots
not align center. #21960 @liusiasi - ๐ Fix Input.Search border style in
rtl
mode. #21946 @xrkffgg - Less
- TypeScript
- ๐ Improve Form.Item
renderProps
definite. #21911
- ๐ Improve Form.Item
4.0.1
2020-03-04
- Form
- Input
- Table
- ๐ Fix Dropdown menu arrow position. #21768 @xrkffgg
- ๐ Fix List
bordered
andsplit
props conflict. #21784 @MXWXZ - ๐ Fix Menu.Item
a
tag hidden bug. #21699 @shaodahong - ๐ Fix
message.open
crash whenicon
is not passed. #21747 @AshoneA - ๐ Fix Result
status
cannot assigned to string or number type. #21691 - ๐ Fix Descriptions warning for duplicate key. #21688
- ๐ Optimize Calendar header style in small screen. #21813
- ๐ Radio.Group not wrapping now. #21813
- ๐ Refactor icons import code to reduce webpack disabled tree shaking bundle size. #21752
- Typescript
- ๐ Fix Radio.Button type error. #21807 @jhoneybee
- ๐ fix
TreeSelect.SHOW_*
type. #21791 @TennyZhuang - ๐ Fix TreeSelect missing
suffix
define. #21714 - ๐ Fix Drawer
forceRender
TypeScript definite. #21774 - ๐ Fix Tree
treeData
define. #21756 - ๐ Fix Form.Item
renderProps
return type define. #21716
4.0.0
2020-02-28
- ๐ Ant Design v4 is out! Check here for more info.
- ๐ Breadcrumb use
path
as default key to fixname
key conflict. #21583 @douxc - ๐ Timeline.Item support
label
. #21560 @shaodahong - ๐ Fix Table filter menu max height style with many items. #21602
- ๐ Add the Calendar component's custom default font color for display content. #21598 @xrkffgg
- ๐ฎ Remove DatePicker legacy cell className for custom cell style. #21589
- ๐ Fix RangePicker style render bug in IE11. #21587
- ๐ Progress
strokeColor
now will ignore incorrect percent. #21564 @AshoneA - ๐ Fix Progress
trailColor
not working whentype=line
. #21552 @AshoneA - ๐ Fix the background of the components in the pop-up components in the dark theme. #21299
- ๐ Optimization under the dark theme color swatches transparency.
- ๐ new less variable
@popover-customize-border-color
,@list-customize-card-bg
,@table-expand-icon-bg
,@steps-background
,@pagination-item-input-bg
for theme customization.
4.0.0-rc.6
2020-02-24
- Form
- Upload
- ๐ Upload added
removeIcon
anddownloadIcon
properties. #21363 @sdhr27 - ๐ Fix Upload identify types of image logic errors. #21473 @holynewbie
- ๐ Upload added
- Input
- Table
- Descriptions
- ๐ Fix
label
does not have the problem of still rendering the label element when not usingbordered
. #21542 - ๐ Fix Non-bordered titles under
vertical
are also a problem fortd
. #21542 - ๐ Fix
vertical
andbordered
layout issues. #21542 - ๐ Fix the problem of
style
not working onItem
. #21542 - ๐ Fix
th
will also get the useless-colon
className problem underborder
. #21542
- ๐ Fix
- ๐ Select added
tagRender
for customized tag rendering. #21064 @fguitton - ๐ Picker
onPanelChange
will also trigger when panel value changed. #21455 - ๐ Fix Notification first call multiple time can not stack. #21531
- ๐ Fix TreeSelect popup do not update issue. #21410
- ๐ Optimize Upload
showDownloadIcon
default doesn't show. b4636 - ๐ Tweak Divider inner text
padding
and add@divider-text-padding
. #21407 - Typescript
4.0.0-rc.5
2020-02-16
- ๐ Fix Form.Item
validateFirst
prevent form submit. #21329 - ๐ Fix InputNumber cursor position issue when deleting consecutive identical numbers. #21344
- ๐ Remove Menu excess background color. #21365
- ๐ Optimize the mouse style for the
disabled
state of the DatePicker component. #21352 - ๐ Fix Affix throws
Cannot read property getBoundingClientRect
in mobile device. #21350 - ๐ Fix the problem that the label width is incorrect when the screen is less than
xs
. #21222 - ๐ Fix Input
size
islarge
height style. #21338 - ๐ Fix Badge
color
not working when contains children. #21333 - ๐ Fix Alert close button extra padding. #21325
- ๐ Tweak Steps 1px align issue. #21306
- ๐ Fix legacy Button.Group
large
size style issue. #21307 - ๐ Fix Input border radius with suffix, style in Firefox, TextArea allowClear style issues. #21316
- ๐ Pagination will pass
disabled
prop to prev/next buttons return byitemRender
. #21361 - ๐ฆ๐ฟ Added Azerbaijani translation. #21387 @orkhan-huseyn
- Typescript
4.0.0-rc.4
2020-02-09
- ๐ Add color palette and palette generation tool for dark theme. #21101
- ๐ Add
style
field foroptions
prop of Checkbox.Group and Radio.Group. #21219 - ๐ Add
validateFirst
prop for Form.Item. #21178 - ๐ Add
useModal
hook for Modal to supportcontext
access. #20949 - ๐ Add
useNotification
hook for Notification to supportcontext
access. #21275 - ๐ Add
bordered
prop for SelectใTreeSelectใDatePickerใTimePicker and Cascader. #21242 - ๐ Add
selectAllLabels
prop for Transfer. #21139 @morenyang - ๐ Redesign the style of ink bar for Tabs. #21256
- ๐ Add less variable
@form-item-label-font-size
. #21216 - ๐ Fix Badge style for Badge with Typography. #21235
- ๐ Fix Checkbox not work when Checkbox and Checkbox.Group are separated by other component. #21146 @morenyang
- ๐ Fix Collapse.Panel wrong content width when
extra
prop is set. #21202 @zhiyuc123 - Form
- Input
- ๐ Fix Radio.Group style with Badge. #21215
- ๐ Fix Select no margin between lines when mode is
tags
ormultiple
. #21175 - ๐ Fix Slider dots focus style. #21244 @Kermit-Xuan
- ๐ Fix Steps icon not align when
size="small"
andlabelPlacement="vertical"
. #21258 - Table
- ๐ Fix TimePicker
defaultOpenValue
prop not work. #21198 - Transfer
- ๐ Fix wrong unit for checkbox label of header. #21136 @morenyang
- ๐ Fix icon not align in search input. #21247
- ๐ Fix Typography not focus at the end of textarea when editable is true. #21268
4.0.0-rc.3
2020-01-27
- ๐ Use native Date instead of moment to get timestamp in Countdown component. #21108 @morenyang
- ๐ Fix Input
suffix / prefix
style issue withaddonBefore / addonAfter
. #21105 - ๐ Improved Timeline component style in RTL mode. #21068 @xrkffgg
- ๐ Update
clearfix
mixin to remove legacyzoom
descriptor. #21109 @morenyang - ๐Card component use
@font-size-base
instead of inline14px
. #21107 @morenyang - ๐ Adjust Layout component to let
className
get higher priority. #21074 @yoyo837 - Typescript
- ๐ Fix Tree wrong event type of AntTreeNodeMouseEvent. #21102 @Jirka-Lhotka
- ๐ Fix Form.Item return type define. #21067
4.0.0-rc.2
2020-01-21
- ๐ Refactor some demos to React hooks and TypeScript. #21045
- ๐ Fixed Input/Select components align issue. #20869
- Dropdown
- Input
- Table
- Select
- Form
- ๐ Added scroll options as
scrollToField
argument. #20774 - ๐ Fixed Form.Item update
help
makes layout shake. #20886 - ๐ Fixed unexpected extra rerender when Form.Item is not a real Field. #20963
- ๐ Fixed Form.Item ignore
help=""
issue. #21026 - ๐ Fixed Form.Item
label
align bug in small screen. #20836
- ๐ Added scroll options as
- ๐ Fixed message cut shadow issue. #20856
- ๐ Fixed Tooltip hidden when
title
is0
. #20894 - ๐ Fixed List
actions
inconsistent position. #20897 - ๐ Add a visual list example for Tree. #20911
- ๐ Fixed AutoComplete example styling issue. #20946
- ๐ Removed AutoComplete useless
labelInValue
. #20967 - ๐ Fixed Drawer
footerStyle
prop cause react warning. #20983 - ๐ Fixed Breadcrumb style in
rtl
mode. #21054 - ๐ Tweak Layout
className
order to end. #21041 - TypeScript
- ๐ Export DatePicker related interface. #20900
- Less variables
4.0.0-rc.1
2020-01-11
- ๐ Drawer Added
footer
andfooterStyle
properties. #20690 @DeanVanNiekerk - ๐ Switch Added
@switch-min-width
and@switch-sm-min-width
less variables. #20829 @abdih - Table
- ๐ Fix expanded icon not work when
expandRowByClick
is set. #20808 - ๐ Fix expanded row width in scaled dom element and border style. #20805
- ๐ Fix background color css priority too high to override user customize style. #20794
- ๐ Fix
rowSelection
offixed
not work. #20735 - ๐ Fix fixed columns in Chrome show the vertical scrollbar. #20705
- ๐ Fix crash when columns with empty children. #20703
- ๐ Fix expanded icon not work when
- ๐ Tweak Calendar basic style month drop-down box width and notice items of word order and card mode, select the size of the box. #20790 @xrkffgg
- DatePicker
- ๐ Input not block user input when value is
undefined
. #20783 - ๐ Fix Carousel card carousel orientation in left / right mode. #20781 @xrkffgg
- ๐ Fix Grid responsive gutter under SSR initial value of
0
. #20762 - ๐ Fix InputNumber, Select and other components icon size. #20765
- ๐ Fix Badge
z-index
higher than Table fixed columns. #20751 - ๐ Tweak font family to be same as tailwindcss. #20747
- ๐ Fix TextArea
autoSize
blink in FireFox. #20737 - ๐ Fix Form.Item not keep error message sync when hit rule changed. #20725
- ๐ Fix Form.Item add additional feedback style when
hasFeedback
is not set. #20691 - ๐ Fix Cascader search bug when
fieldNames
is existed and label/value share same name. #20720 - ๐ Fix Collapse background color with wrong less variable. #20718 @kuitos
- ๐ Fix Slider's Tooltip not follow handle. #20699
- ๐ Fix Card cover image get skretched. #20701
- ๐ Fix Typography automatic overflow with
suffix
property. #20689 @zouxiaomingya - ๐ Fix AutoComplete with customize component with wrong style. #20686
- ๐ Fix Input.Group to be partial to a pixel in Form. #20681
- TypeScript
4.0.0-rc.0
2020-01-04
Ant Design 4.0-rc released! Here is the release document.
โ ๏ธ Migrate from v3 to v4 please ref to migration document.
New features and improvements
- ๐ antd package size optimization, js gzipped dropped from 532.75KB to 289.89 KB. #20356
- ๐ New dark theme support. #20281
- ๐ ConfigProvider supports
direction
internationalization settingrtl
. #19380 - ๐ New Form component. #17327
- ๐ Form comes with data binding function.
- ๐ Field changes only affect the rendering of related field components and not the entire Form.
- ๐ Added
initialValues
to replace the original field initialization. - ๐ Added
validateMessages
to support modify validation templates. - ๐ Added
onFinish
andonFinishFailed
to complete the overall component verification logic. - ๐ Added
onFieldsChange
andonValuesChange
for triggering controlled state. - ๐ Provide hook support for
useForm
. - ๐ Form.Item adds
name
property for data binding. - ๐ Form.Item
validateTrigger
will only perform validation trigger and will not collect field values โโat the same time. - ๐ Form.Item adds
rules
property for data validation. - ๐ Form.Item adds
shouldUpdate
property to support render props. - ๐ Form.Item adds
dependencies
property to simplify related field update logic. - ๐ Form.Item adds
noStyle
property and adds unstyled data binding. - ๐ Added Form.List component to simplify adding, deleting, modifying and checking operations.
- ๐ Added Form.Provider component to support multi-form linkage.
- ๐ New Table component. #19678
- ๐ Added
summary
support for summary lines. - ๐ Now
fixedColumn
,expandable
, andscroll
can be mixed. - ๐ Support multi-column sort.
- ๐ Support custom
body
and add virtual scrolling example. - ๐ Expansion-related props moved into the
expandable
attribute and addrowExpandable
prop. - ๐ Use css
sticky
to achieve fixed effects to optimize performance. - ๐ Optimized
expand
animation effect.
- ๐ Added
- ๐ New DatePicker, TimePicker and Calendar components. #20023
- ๐ Support custom date library.
- ๐ Added
picker
support for setting selectors (no longer need to simulate selectors via controlledmode
). - ๐ Full range selector support: time, date, week, month, year.
- ๐ Range selector can now select start and end times individually.
- ๐ The range selector can be set to
disabled
separately for the start and end time. - ๐ The range selector allows empty start and end times.
- ๐ Optimized manual input and keyboard interaction support.
- ๐ Added
inputReadOnly
to disable manual input.
- ๐ Remove Icon and use
@ ant-design / icons
instead. #18217 - Skeleton
- ๐ Support Skeleton.Avatar placeholder component. #19898 @Rustin-Liu
- ๐ Support Skeleton.Button placeholder component. #19699 @Rustin-Liu
- ๐ Support Skeleton.Input placeholder component. #20264 @Rustin-Liu
- ๐ Tree supports virtual scrolling. #18172
- ๐ Tree Enhanced accessibility support and keyboard interaction. #18866
- ๐ Select uses virtual scrolling and enhanced accessibility support and keyboard interaction. #18658
- ๐ Uncontrolled mode when
value
isundefined
now.
- ๐ Uncontrolled mode when
- ๐ TreeSelect uses virtual scrolling and optimizes keyboard support. #19040
- ๐ Uncontrolled mode when
value
isundefined
now.
- ๐ Uncontrolled mode when
- ๐ Button adds
default
andlink
styles fordanger
. #19837 - ๐ Form and ConfigProvider support
size
setting to include component size. #20570 - ๐ Typography adds
suffix
attribute. #20224 - ๐ Progress adds
steps
subcomponent. #19613 - ๐ TextArea supports
onResize
. #20408 - ๐ Added Alert.ErrorBoundary to provide friendly error interception and prompting. #19923
- ๐ Upload supports iconRender to customize icons. #20034 @qq645381995
- ๐ Tag component preset status color. #19399
- ๐ Grid uses
flex
layout. #16635 - ๐ Fix the display error of Carousel component
dotposition
asleft | right
. #20645 @xrkffgg - ๐ Fix Alert style text overflow. #20318
- ๐ Removed warning messages for deprecated APIs. #17510
- ๐ Added warning for Avatar, Button, Modal.method and Result components using v3 strings as icons. #20226
- ๐ Add
@border-color-split-popover
ใ@input-icon-hover-color
ใ@select-clear-background
ใ@cascader-menu-border-color-split
ใ@modal-header-border-color-split
ใ@skeleton-to-color
ใ@transfer-item-hover-bg
and other less variables. #20070
3.x
Visit GitHub to read 3.x
change logs.
2.x
Visit GitHub to read 2.x
change logs.
1.11.4
Visit GitHub to read change logs from 0.x
to 1.x
.