All Versions
63
Latest Version
Avg Release Cycle
6 days
Latest Release
1598 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v4.6.0 Changes
August 23, 2020- 🍱 🔥 New Image component. #26296
- 🍱 🔥 Table support
sticky
prop to sticky header and scroll bar. #25939 - 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 - 🍱 💄 Lighten
@text-color
color in dark theme. #25923 - 🍱 💄 Darken
@text-color
color in default theme. #25630 - 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
- 🍱 🔥 新增图片组件 Image。#26296
- 🍱 🔥 Table 新增
sticky
属性以支持固定表头和滚动条。#25939 - Form
- 🍱 🆕 虚拟滚动支持无闪动滚动,修复 Select/TreeSelect 滚动时列表空白的问题。#26306
- Typography
- 🍱 🐞 修复 Transfer 搜索空格时
filterOption
没有触发的问题。#26335 - Progress
- 🍱 🐞 修复 Textarea 当
value
为undefined
时未显示defaultValue
问题。#26327 - Cascader
- 🍱 🗑 移除遗留的 Button.Group 支持,请使用 Space 代替。#26260
- Select
- 🆕 Select 支持 onClear 属性。#25907
- 🐞 修复 Select mode="tags" 搜索显示两条重复条目的问题。#25907
- 🐞 修复 Select 聚焦时被禁用的样式异常问题。#26255
- 🐞 修复多选模式的 Select 在
showArrow
时图标重叠问题。#26168 @zhangchen915
- DatePicker
- 🍱 🐞 修复 Pagination 字体相关样式问题。#26230 @albertms10
- 🍱 🐞 修复 Space
children
有时会重新渲染的问题。#26219 - Badge
- 💄 新增
@badge-color
less 变量。#26159 - 🆕 Badge 新增
size
属性用于设置大小。#25851 @moonrailgun
- 💄 新增
- 🍱 🆕 Tabs 可自定义
tabBarExtraContent
的渲染位置。#25138 @jesse3mh9a - 🍱 💄 优化 Descriptions 在内容比较多时的显示效果。#25903
- 🍱 🆕 message 支持通过
message.desctroy(key)
销毁。#26052 @lihqi - 🍱 💄 调整 InputNumber 操作栏在
readOnly
时为隐藏。#25998 - 🍱 💄 加深暗色主题下
@text-color
颜色。#25923 - 🍱 💄 加深默认主题下
@text-color
颜色。#25630 - 国际化
- 🏴 添加加利西亚语支持。#26015 @barreeeiroo
- 🇱🇹 添加立陶宛语支持。#26312 @mslotvinskij
- 🌐 用
kmr_IQ
替换ku_IQ
缩写。#26030
- RTL
- TypeScript
- 🤖 修复 Form.Item
initialValue
定义丢失问题。#26292 @miaoyuxinbaby - 🤖 Form 支持泛型。#25937
- 🤖 修复 Form.Item
-
v4.5.4 Changes
August 12, 2020- 🍱 🐞 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
- 🍱 🐞 修复 Form.Item 在
hidden
时引用 less 样式时失效的问题。#26152 - 🍱 🐞 修复 Dropdown
overlay
为 string 时渲染错误的问题。#26135 - 🍱 🐞 修复 Table 删除最后一页的最后一条记录时分页消失的问题。#26133 @QoVoQ
- Tree
- 🐞 修复 Tree.DirectoryTree 不能通过
ref
调用scrollTo
的问题。#26129 - 🐞 修复 Tree 开启
showLine
时顶级节点间缺少连接线的问题。#25991 @zhangchen915
- 🐞 修复 Tree.DirectoryTree 不能通过
- 🍱 💄 新增
@badge-color
less 变量。#26159 - RTL
- TypeScript
- 🐞 修复 Slider
handleStyle
和trackStyle
属性的类型定义。#26160
- 🐞 修复 Slider
- 🍱 🐞 Fix Form.Item
-
v4.5.3 Changes
August 09, 2020- 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
- Menu
- Table
- Form
- Transfer
- Cascader
- Select
- 🍱 🐞 修复 Breadcrumb.Item 封装后丢失分隔符的问题。#25984 @flyerH
- 🍱 🐞 修复 Avatar.Group key 缺失的问题。#26098
- 🍱 💄 调整 Mentions
readOnly
鼠标样式为原生样式。#25977 - 🍱 💄 新增
@btn-line-height
变量。#26014 - 🍱 💄 优化 Pagination 简洁分页禁用样式。#26008
- 🍱 🐞 修复 Modal
useModal
丢失样式的问题。#25967 - 🍱 🐞 修复 InputNumber 暗黑主题下操作栏背景色。#26072
- 🍱 🐞 修复 Steps 使用
progress
时的 RTL 样式问题。#26075 - 🌐 改进阿拉伯语 Arabic 的国际化。#26094 @Mohelm97
- 🌐 改进法语 fr_FR 国际化。#26034 @Thanaen
-
v4.5.2 Changes
August 02, 2020- 🍱 🐞 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
- 🍱 🐞 修复 Slider
tooltip
显隐异常的问题。#25945 @lihqi - 🍱 🐞 修复 Divider 暗黑模式下分割线颜色。#25922
- 🍱 🐞 修正 Radio.Button 在
disabled
和checked
状态下的文字颜色。#25911 - 🍱 🐞 修复 Carousel 内子节点高度和容器相差几个像素的问题。#25906
- 🍱 🐞 修复 Table
indentSize
设置为0
无效的问题。#25890 @OmriGM - 🍱 🐞 修复 List
actions
不必要的cursor: pointer
样式。#25961 - 🍱 🇷🇺 补充俄罗斯语本地化文案。#25958 @addictional
- RTL
-
v4.5.1 Changes
July 28, 2020 -
v4.5.0 Changes
July 27, 2020- 🍱 🆕 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
[email protected]
. 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 de_DE localization. #25823 @LukeTimeWalker
- 🍱 🆕 Input 和 Input.TextArea 支持
bordered
属性。#25617 - 🍱 🆕 Message 新增
useMessage
hook,以支持context
访问。#25422 - 🍱 🆕 Tree 添加
titleRender
以支持定制所有节点内容。#25624 - 🍱 🆕 Descriptions 新增
extra
属性。#25512 @zzz111 - 🍱 🆕 新增
Modal.config
用于全局配置 Modal 静态方法的rootPrefixCls
。#25613 - 🍱 🆕 Drawer 增加
push
属性用于自定义多层级 Drawer 之间的联动。#25445 @jinxin0112 - 🍱 🆕 新增 Badge.Ribbon 缎带组件。#25456
- 🍱 🆕 Steps 新增
percent
属性来展示步骤图标的进度。#25839 - 💄 Menu.Item 水平模式的蓝色指示线和下拉菜单宽度现在和其文字内容宽度一致。 #25622
- Avatar
- DatePicker
- 🆕 DatePicker 支持 date-fns 日期库。#25822 @fireairforce
- 🆕 提升日期组件悬停体验,当悬停在某个日期上时占位符将变为对应的日期格式化后的值。(#25050)。#25784 @Kermit-Xuan
- 🆕 RangePicker
onCalendarChange
参数中增加range
用于指示当前触发面板。#25568 @Kim-Wing-Fung - 🆕 DatePicker 支持
panelRender
以自定义渲染面板。#25488 - 🐞 修复 QuarterPicker 无法使用的问题,同时更新官网示例将 XxxPicker 调整为
picker='xxx'
,这是 v4 更推荐的写法。#25768
- Form
- 🆕 Form.List 中的
remove
方法支持数组类型。#25638 @fireairforce - 🆕 Form.Item 在
children
形为render props
时支持使用dependencies
控制更新逻辑。#25408 - 🆕 调整 Form.Item
validateFirst
属性为依次执行校验,原并行逻辑改由配置parallel
开启。#25321 - 🐞 修复 Form.Item 有时候没有清理之前的错误信息的问题。#25737
- 🐞 修复 Form.Item 在子 Form.Item 设置
noStyle
并校验失败时没有更新validateStatus
的问题。#25734 - 🐞 修复 Form 垂直布局时 Form.Item 设置
labelCol={{ offset: number }}
不生效的问题。#25713 @zhangchen915 - ⌨️ Form 错误信息节点增加属性
role="alert"
以增强可访问性。#25735 @AlbertAZ1992
- 🆕 Form.List 中的
- Calendar
- 🐞 修复 Calendar 组件的
validRange
导致disabledDate
不生效 。#25626 @zhangchen915 - 🐞 修复 Calendar
validRange
对月份下拉菜单不生效的问题。#25626 @zhangchen915
- 🐞 修复 Calendar 组件的
- 🍱 🐞 修复 Table
getCheckboxProps
返回的indeterminate
不生效。#25649 - 🍱 🐞 修复 Select 清除按钮在 Form.Item 下位置不对的问题。#25728
- 🍱 🐞 修复 Pagination 翻页按钮的鼠标样式。#25772
- 🍱 🐞 修复 TreeSelect
treeNodeLabelProp
会影响树节点展示内容的问题。#25755 - 🍱 🐞 修复 Carousel 在 React 严格模式下的
findDOMNode
废弃警告。#25744 - 🍱 🐞 修复 Radio 在
[email protected]
SSR 构建出错的问题。25821 @Kermit-Xuan - 🍱 🐞 修复 Tabs 禁用时 focus & active 状态的颜色。25827 hsuanxyz
- 🍱 💄 Card 操作面板颜色与主体颜色统一。#25722
- 🍱 ⌨️ 提升 Alert/message/notification 组件的可访问性。#25774
- 🍱 🇭🇰 新增 zh_HK 本地化。#25731 @wuchu
- 🍱 🇩🇪 改进 de_DE 本地化。#25823 @LukeTimeWalker
- 🍱 🆕 Input and Input.TextArea support
-
v4.4.3 Changes
July 20, 2020- 🍱 🐞 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 life up@zindex-tooltip
to1070
. #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
- 🍱 🐞 修复 Layout
trigger
属性无法定制零宽触发器的问题。#25653 - 🍱 🐞 修复 Form.Item
help
在校验失败时的样式。#25582 @zhangchen915 - 🍱 🐞 修复 Descriptions 在 Table
expandedRowRender
样式异常的问题。#25593 - 🍱 💄 新增
@zindex-popconfirm: 1060
less 变量,并将@zindex-tooltip
提升为1070
。#25693 - 🛠 更新
react-slick
依赖优化包大小。#25599 - 🌐 改进加泰罗尼亚语 ca_ES 国际化。#25583 @albertms10
- 🍱 🇸🇦 改进阿拉伯语 ar_EG 国际化。#25587 @amir5000
- TypeScript
- 🐞 修复 Upload
customRequest
的 File 定义。#25598 @AlbertAZ1992
- 🐞 修复 Upload
- 🍱 🐞 Fix Layout
-
v4.4.2 Changes
July 11, 2020- 🛠 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
- 🛠 调整 Alert 组件关闭动画实现移除直接的 dom 操作。#dd8e9f8 @Yunfly
- Select
- 🍱 🐞 修复 Form.Item 警告
preserve
是无效 dom 属性的问题。#25518 - 🍱 🐞 修复当 Card 组件无边框时封面图边距的问题。#25515 @yutingzhao1991
- 🍱 💄 调整 Typography 样式添加
overflow-wrap: break-word
默认样式。#25516 - 🍱 🐞 修复 Table
expandedRowRender
内嵌 Table 时单元格背景丢失的问题。#25498 - 🍱 🐞 修复 Radio.Button 上使用 Popover 时的位置异常问题。#25449 @zgoby
- 🍱 🐞 修复 RangePicker 在
size=small
时清除按钮的位置问题。#25458 - 🍱 🆕 Upload 支持上传非图片文件时在
onChange
事件中设置thumbUrl
来展示缩略图。#25432 @AlbertAZ1992 - 🍱 🐞 修复 Table 切换页条目数时
onChange
触发多次的问题。#25520 @zhangchen915 - 🛠 移除
babel-runtime
并添加@babel/runtime
依赖,减少 gzipped 包体积18.6KB
。#25530 - 🍱 🇪🇸 改进 es_ES 国际化。#25460 @gersongams
-
v4.4.1 Changes
July 06, 2020- 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
- Menu
- 🍱 🐞 修复 Input 在禁用状态下背景颜色被
error
或warning
的 Form.Item 覆盖的问题。#25385 - 🍱 🐞 修复 Table 固定列头最右侧的多余边框样式。#25378
- 🍱 🐞 修复 Grid 响应式监听函数没有正确销毁的问题。#25319 @zhangchen915
- 🍱 🐞 修复 Progress
successPercent
警告信息修复 Progresssuccess.progress
为success.percent
。#25356 @fireairforce - 🍱 🐞 修复 PageHeader 内 Tabs 不必要的
margin-bottom
。#25340 @dickeylth - Form
- Radio
- 🐞 修复 Radio.Group 报错
Function components cannot be given refs
的问题。#25328 - 🐞 修复 Radio.Group 中
children
使用空格出现的样式异常问题。#25304 @ElderJames
- 🐞 修复 Radio.Group 报错
- 🍱 🐞 修复 Drawer 点击遮罩可能会触发多次关闭事件的问题。#25313
- 🍱 🐞 修复 Skeleton 中 Button/Avatar/Input/Image 默认宽度为 auto。#25303
- 🍱 🇺🇦 更新 uk_UA 国际化。#25402 @kitsoRik
- 🍱 🇳🇴 更新 nb_NO 国际化。#25374 @Johannes-Andersen
- TypeScript
- 🐞 修复 Slider
onChange
定义问题。#25358 @CornerSkyless - 🐞 修复 Tooltip 自定义颜色类型定义。#25315 @CornerSkyless
- 🐞 修复 Slider
-
v4.4.0 Changes
June 29, 2020- ⚡️ 🔥 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
- 🍱 🔥 优化 RangePicker 交互,现在任意面板选择完毕后,另一个面板会自动弹出。#25135
- 🍱 🔥 新增 Skeleton.Image 组件。#24805 @fireairforce
- Form
- Table
- 🆕 Table 添加
rowSelection.dirty
以支持异步数据下保留key
。#24718 - 🆕 Table
onChange
添加action
参数用于标示操作类型。#24697 - 🐞 Table 支持
rowSelection.checkStrictly
来完全受控节点。#24931 - 🐞 修复 Table
onSelectAll
的changeRows
参数不正确的问题。#24931 - 🐞 修复 Table 树形数据叶节点行的展开按钮仍能被点击的问题。#24931
- 🐞 修复 Table 展开图标隐藏时仍然有鼠标手型的问题。#25170
- 🐞 修复 Table 展开图标隐藏时仍然有鼠标手型的问题。#25170
- 🆕 Table 添加
- TimePicker
- Cascader
- Menu
- 🆕 Menu 增加
triggerSubMenuAction
属性以支持配置菜单弹出的交互方式。#25127 @hydRAnger - 🐞 修复 Menu
theme="dark"
时子菜单背景色为白色的问题。#25205
- 🆕 Menu 增加
- Tabs
- Pagination
- 🆕 Pagination 支持当
pageSize
改变时,onChange
的调用。#24964 @fireairforce - 🐞 优化 Pagination 可访问性,修复一个 W3C 属性错误。#25119
- 🆕 Pagination 支持当
- DatePicker
- 🐞 修复 DatePicker 组件的月份和季度前后选择器 icon 的大小。#25035 @fireairforce
- 🆕 TimePicker 支持
showNow
属性。#25032
- Drawer
- 🍱 🆕 Rate
character
支持通过(RateProps) => ReactNode
自定义。#24903 - 🍱 💄 移除了垂直点状 Steps.Step 的 140px 宽度限制。#24907
- 🍱 🆕 Menution 新增
autoSize
属性以支持高度自适应。#24961 @Kermit-Xuan - 🍱 🆕 调整 Result
children
显示位置到组件尾部。#24945 - 🍱 🆕 Radio.Group 新增
optionType
来设置options
的 Radio 类型。#24809 - 🍱 🆕 Tag 新增
closeIcon
用以自定义关闭按钮。#24885 - 🍱 🆕 Dropdown 组件支持下拉框箭头。#23869 @wendellhu95
- 🍱 🆕 Collapse 增加了
ghost
属性来设置透明背景。#24734 - 🍱 🆕 Progress 组件支持自定义已完成进度条颜色。#24655 @fireairforce
- 🍱 🆕 Typography copyable 属性支持
icon
和tooltips
用于自定义图标和提示文案。#25274 @israelKusayev - 🍱 🆕 Tree
showLine
属性支持配置隐藏叶节点图标。#25271 - 🍱 🆕 BackTop 支持
duration
来设置回到顶部所需时间。#25254 - 🍱 🐞 修复 Select 点击下拉箭头时输入框不能获得焦点的问题。#25212
- 🍱 🐞 修复 Rate 半选时
value
被四舍五入的问题。#24993 - 🍱 🐞 修复 Notification 修改
width
时没有相对屏幕边缘对齐的问题。#25168 - 🍱 🐞 修正 InputNumber
max
属性没有默认值的问题。#25243 - 🛠 给 Modal 组件增加了更多的 less 变量。#24773 @hicrystal
- 🍱 💄 更快的 Switch 动画切换效果。#25160
- 🍱 🐞 修复 PageHeader 内 Tabs 多余的边框样式。#25159
- 🌐 增加了德语,意大利语和捷克语缺失的翻译。#25233 @karelsoupaEMZ
- 🍱 🇯🇵 增加了 Form 的日语国际化。#25244 @kentaro84207
- RTL